Skip to content

Commit

Permalink
used the tough avatar code, updated reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Mar 11, 2024
1 parent c9da375 commit 3bd73f8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Buildings/Resources/Python-Sources/GroundResponse.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ def doStep(dblInp, state):
# -- the INFILE for specifying the ground properties and the initial and end simulation time,
# -- the GENER file for the heat flux bounday condition at the borehole wall
# The simulation will generate a SAVE file.
os.system("/opt/esd-tough/tough3-serial/tough3-install/bin/tough3-eos3")
# os.system("/opt/esd-tough/tough3-serial/tough3-install/bin/tough3-eos3")
# Dummy code to imitate the TOUGH simulation. It is to demonstrate the
# Modelica-TOUGH coupling process
# tough_avatar(Q_toTough, T_out)
tough_avatar(Q_toTough, T_out)

# Extract borehole wall temperature
# os.system("./readsave < readsave.inp > out.txt")
Expand Down
1 change: 0 additions & 1 deletion Buildings/Resources/Python-Sources/toughTemp/Dummy.txt

This file was deleted.

Loading

0 comments on commit 3bd73f8

Please sign in to comment.