diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index 4b4226aac..baded20f9 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -394,6 +394,12 @@ public: return moving_; } + //- Return current motion time index + label curMotionTimeIndex() const + { + return moving_; + } + //- Set the mesh to be moving bool moving(const bool m) {