File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
tutorials/buoyantSimpleFoam-aster Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ rm -f precice-Fluid-convergence.log
3+ rm -f precice-Fluid-events.json
4+ rm -f precice-Fluid-iterations.log
5+ rm -f solid/solid.mess
6+ rm -f solid/solid.resu
7+
8+ # Add file deletion for solid.rmed
9+
10+ # pyFoamClearCase.py
11+
12+ rm -r fluid/constant/polyMesh
13+ rm -r fluid/10
14+ rm -r fluid/20
15+ rm -r fluid/30
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ settings = \
2727 'precice-config-file': 'precice-config.xml',
2828 'simulation': {'force-explicit': False,
2929 'force-parallel': False,
30- 'max-coupling-iterations': 100 ,
31- 'max-time': 100 ,
32- 'output-frequency': 20 ,
30+ 'max-coupling-iterations': 30 ,
31+ 'max-time': 30 ,
32+ 'output-frequency': 31 ,
3333 'steady-state': True,
3434 'time-step': 1}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ participants:
55 interfaces :
66 - material-id : 0
77 name : Solid-Interface
8- patch : interfa
8+ patch : interface
99 read-data : [Sink-Temperature-Fluid, Heat-Transfer-Coefficient-Fluid]
1010 read-mesh : Solid-Interface-Faces
1111 write-data : [Sink-Temperature-Solid, Heat-Transfer-Coefficient-Solid]
Original file line number Diff line number Diff line change 4444 <m2n : sockets to =" Fluid" from =" Solid" exchange-directory =" /home/michel/Desktop/Code_Aster-Adapter-Dummy/buoyantSimpleFoam-aster" distribution-type =" gather-scatter" />
4545 <coupling-scheme : serial-explicit >
4646 <timestep-length value =" 1" />
47- <max-time value =" 100 " />
47+ <max-time value =" 30 " />
4848 <participants first =" Solid" second =" Fluid" />
4949 <exchange data =" Sink-Temperature-Solid" mesh =" Solid-Interface-Nodes" from =" Solid" to =" Fluid" />
5050 <exchange data =" Heat-Transfer-Coefficient-Solid" mesh =" Solid-Interface-Nodes" from =" Solid" to =" Fluid" />
You can’t perform that action at this time.
0 commit comments