Skip to content

Commit 09630a6

Browse files
MichelMichel
authored andcommitted
Remove commented code, and preCICE output directory command
1 parent 2d146a2 commit 09630a6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cht/adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def __init__(self, preciceConfigFile, participantName, config, MESH, MODEL, MAT,
2222
self.participantName = participantName
2323
self.preciceDt = -1
2424
self.precice = precice.Interface(participantName, preciceConfigFile, 0, 1)
25-
# self.precice.configure(preciceConfigFile)
2625
self.configure(config)
2726

2827
def configure(self, config):

tutorials/buoyantSimpleFoam-aster/precice-config.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<read-data mesh="Solid-Interface-Faces" name="Sink-Temperature-Fluid"/>
3232
<read-data mesh="Solid-Interface-Faces" name="Heat-Transfer-Coefficient-Fluid"/>
3333
<mapping:nearest-neighbor constraint="consistent" direction="read" to="Solid-Interface-Faces" from="Fluid-Interface"/>
34-
<export:vtk directory="preCICE-output" />
3534
</participant>
3635
<participant name="Fluid">
3736
<use-mesh name="Fluid-Interface" provide="yes"/>
@@ -41,7 +40,6 @@
4140
<read-data mesh="Fluid-Interface" name="Sink-Temperature-Solid"/>
4241
<read-data mesh="Fluid-Interface" name="Heat-Transfer-Coefficient-Solid"/>
4342
<mapping:nearest-neighbor constraint="consistent" direction="read" to="Fluid-Interface" from="Solid-Interface-Nodes"/>
44-
<export:vtk directory="preCICE-output" />
4543
</participant>
4644
<m2n:sockets to="Fluid" from="Solid" exchange-directory="/home/michel/Desktop/Code_Aster-Adapter-Dummy/buoyantSimpleFoam-aster" distribution-type="gather-scatter"/>
4745
<coupling-scheme:serial-explicit>

0 commit comments

Comments
 (0)