solvers::movingMesh: New solver module to move the mesh

Executes the mover, topoChanger and distributor specified in the
dynamicMeshDict.

Replaces the moveMesh and earlier moveDynamicMesh utilities.
This commit is contained in:
Henry Weller
2023-01-27 14:27:52 +00:00
parent 06220b10fc
commit 260a8502f0
21 changed files with 314 additions and 136 deletions

View File

@ -14,7 +14,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application moveMesh;
application foamRun;
solver movingMesh;
startFrom startTime;