We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7feccb commit 3358670Copy full SHA for 3358670
CHT/flow-over-plate/buoyantSimpleFoam-aster/precice-config.xml
@@ -41,7 +41,8 @@
41
<read-data mesh="Fluid-Interface" name="Heat-Transfer-Coefficient-Solid"/>
42
<mapping:nearest-neighbor constraint="consistent" direction="read" to="Fluid-Interface" from="Solid-Interface-Nodes"/>
43
</participant>
44
- <m2n:sockets to="Fluid" from="Solid" exchange-directory=".."/>
+ <!-- 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"/>
46
<coupling-scheme:serial-explicit>
47
<time-window-size value="1"/>
48
<max-time-windows value="100"/>
0 commit comments