Feature external coupled
1 unresolved thread
1 unresolved thread
Code infrastructure that help with adding arbitrary additional loops into solvers. One example is for cht energy coupling.
Edited by Mark OLESEN
Merge request reports
Activity
Filter activity
120 130 121 131 log "updating ${dataFile}.in from ${dataFile}.out" 122 132 123 awk '{if( $1 != "#" ){print $1+1 " 0 1"}}' \ 124 ${dataFile}.out >| ${dataFile}.in 133 if [ -f "${dataFile}.out" ] Sometimes observed an odd race condition whereby the OpenFOAM file (T.out) apparently hasn't been fully flushed prior when the slave-side receives it, thus generating a zero-sized T.in
This may be the cause of the observed failure (issue #651 (closed)). At the moment I'm not certain if this is only linked to the logic of the tutorial case or if there is an inherent race condition elsewhere that either needs to be stopped or avoided with a sleep.
mentioned in issue #651 (closed)
added 11 commits
-
633529c4...601d363b - 7 commits from branch
develop
- 89cc8951 - ENH: added functionObject::execute(int) method
- 23ff58b8 - ENH: basic support for generic solution loop-control
- cb74d46f - ENH: add enthalpy sub-looping for chtMultiRegion* solvers
- aa324361 - TUT: relocate externalCoupled heater tutorial, add steady-state version
Toggle commit list-
633529c4...601d363b - 7 commits from branch
added 34 commits
-
aa324361...5c8cd455 - 30 commits from branch
develop
- 457eaf94 - ENH: added functionObject::execute(int) method
- 697baf60 - ENH: basic support for generic solution loop-control
- 60402f31 - ENH: add enthalpy sub-looping for chtMultiRegion* solvers
- c408f16a - TUT: relocate externalCoupled heater tutorial, add steady-state version
Toggle commit list-
aa324361...5c8cd455 - 30 commits from branch
mentioned in commit 030f23da