mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: consistent application name for lumpedPointMotion
- use simpleFoam for steady-state and change to pimpleFoam for transient. This provides better correspondence with the expected log output.
This commit is contained in:
@ -84,6 +84,10 @@ then
|
||||
|
||||
copyParallelPointDisplacement transient $latestTime
|
||||
|
||||
# Adjust application (from simpleFoam -> pimpleFoam)
|
||||
foamDictionary transient/system/controlDict \
|
||||
-entry application -set pimpleFoam
|
||||
|
||||
# Do the transient case
|
||||
\cp files/Allrun.transient transient/Allrun
|
||||
(\cd transient && foamRunTutorials)
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
libs ("libmeshTools.so" "liblumpedPointMotion.so");
|
||||
|
||||
application pimpleFoam;
|
||||
application simpleFoam; // Change to pimpleFoam for transient
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user