Skip to content

Commit 3358670

Browse files
committed
Code_Aster: Add hint for exchange-directory in precice-config.xml
Related to precice/code_aster-adapter#20
1 parent e7feccb commit 3358670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHT/flow-over-plate/buoyantSimpleFoam-aster/precice-config.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
<read-data mesh="Fluid-Interface" name="Heat-Transfer-Coefficient-Solid"/>
4242
<mapping:nearest-neighbor constraint="consistent" direction="read" to="Fluid-Interface" from="Solid-Interface-Nodes"/>
4343
</participant>
44-
<m2n:sockets to="Fluid" from="Solid" exchange-directory=".."/>
44+
<!-- TODO: Give an absolute path for the exchange-directory, as Code_Aster starts in /tmp/ -->
45+
<m2n:sockets to="Fluid" from="Solid" exchange-directory="/path/to/tutorials/CHT/flow-over-plate/buoyantSimpleFoam-aster"/>
4546
<coupling-scheme:serial-explicit>
4647
<time-window-size value="1"/>
4748
<max-time-windows value="100"/>

0 commit comments

Comments
 (0)