moveMesh: The deprecated moveMesh utility replaced by moveDynamicMesh

and moveDynamicMesh renamed to moveMesh

Description
    Mesh motion and topological mesh change utility.

    Executes the mover, topoChanger and distributor specified in the
    dynamicMeshDict in a time-loop.
This commit is contained in:
Henry Weller
2022-07-01 15:51:30 +01:00
parent f7b08cd9ec
commit 31da3ac2c6
9 changed files with 83 additions and 197 deletions

View File

@ -28,7 +28,7 @@ deltaT 1e-5;
writeControl adjustableRunTime;
writeInterval 0.001;
////- For testing with moveDynamicMesh
////- For testing with moveMesh
//deltaT 0.01;
//writeControl timeStep;
//writeInterval 1;

View File

@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application moveDynamicMesh;
application moveMesh;
startFrom startTime;