32 namespace pointMeshMovers
84 <<
"Mesh-to-mesh mapping in not implemented for displacement solvers"
86 <<
" velocity based motion solvers are preferable for cases in which"
87 " the mesh is reset periodically avoiding accumulation of error."
const Internal::FieldType & primitiveField() const
Return a const-reference to the primitive field.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
pointField & points0()
Return reference to the reference field.
Abstract base class for displacement pointMesh movers.
virtual ~displacement()
Destructor.
pointVectorField pointDisplacement_
Point motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map (not implemented)
displacement(const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
tmp< pointField > points() const
Return the points corresponding to the current displacement.
Mesh representing a set of points created from polyMesh.
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
defineTypeNameAndDebug(externalDisplacement, 0)
errorManipArg< error, int > exit(error &err, const int errNo=1)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
tmp< DimensionedField< TypeR, GeoMesh, Field > > New(const tmp< DimensionedField< TypeR, GeoMesh, Field >> &tdf1, const word &name, const dimensionSet &dimensions)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.