mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: simpleFoam: side-effect of reading dynamicMeshDict. See #3269
This commit is contained in:
@ -37,6 +37,10 @@ then
|
||||
foamDictionary "$caseName"/system/controlDict \
|
||||
-entry application -set pimpleFoam
|
||||
|
||||
# Adjust dynamicMeshDict (from static -> dynamicMotionSolver)
|
||||
foamDictionary "$caseName"/constant/dynamicMeshDict \
|
||||
-entry dynamicFvMesh -set dynamicMotionSolverFvMesh
|
||||
|
||||
# Copy/link support files
|
||||
linkFiles files "$caseName"
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ updateControl runTime;
|
||||
|
||||
updateInterval 0.001;
|
||||
|
||||
dynamicFvMesh dynamicMotionSolverFvMesh;
|
||||
dynamicFvMesh staticFvMesh;
|
||||
|
||||
motionSolverLibs (fvMotionSolvers);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user