39 dynamicInterpolatedFvMesh,
50 dynamicMeshCoeffs_(dynamicMeshDict().optionalSubDict(typeName +
"Coeffs")),
51 pointInterpolator_(*this, dynamicMeshCoeffs_),
52 displacement_(dynamicMeshCoeffs_.
lookup(
"displacement")),
59 velocityMotionCorrection_(*this, dynamicMeshDict())
82 velocityMotionCorrection_.
update();
~dynamicInterpolatedFvMesh()
Destructor.
bool movePoints()
Do what is necessary if the mesh has moved.
Macros for easy insertion into run-time selection tables.
stressControl lookup("compactNormalStress") >> compactNormalStress
dynamicInterpolatedFvMesh(const IOobject &io)
Construct from IOobject.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
Abstract base class for geometry and/or topology changing fvMesh.
virtual bool update()
Update the mesh for both mesh motion and topology change.
tmp< pointVectorField > curPointField() const
Return interpolated pointField for the currentTime.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A primitive field of type <T> with automated input and output.