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:
@ -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;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application moveDynamicMesh;
|
||||
application moveMesh;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user