36 #ifndef dynamicFvMesh_H 37 #define dynamicFvMesh_H 125 const bool syncPar =
true 136 const bool syncPar =
true 160 return dynamicMeshDict_;
170 virtual bool update() = 0;
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool dynamic() const
Is mesh dynamic.
const cellList & cells() const
virtual const pointField & points() const
Return raw points.
virtual ~dynamicFvMesh()
Destructor.
Helper class to update the velocity boundary conditions.
TypeName("dynamicFvMesh")
Runtime type information.
virtual const faceList & faces() const
Return raw faces.
velocityMotionCorrection(const dynamicFvMesh &mesh, const dictionary &dict)
Abstract base class for geometry and/or topology changing fvMesh.
Mesh data needed to do the Finite Volume discretisation.
static autoPtr< dynamicFvMesh > New(const IOobject &io)
Select, construct and return the dynamicFvMesh.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
dynamicFvMesh(const IOobject &io)
Construct from objectRegistry, and read/write options.
declareRunTimeSelectionTable(autoPtr, dynamicFvMesh, IOobject,(const IOobject &io),(io))
void operator=(const dynamicFvMesh &)=delete
Disallow default bitwise assignment.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dictionary & dynamicMeshDict() const
Return the dynamicMeshDict.