Go to the documentation of this file.
50 else if (cmptName ==
"y")
54 else if (cmptName ==
"z")
61 <<
"Given component name " << cmptName <<
" should be x, y or z"
71 Foam::componentVelocityMotionSolver::componentVelocityMotionSolver
74 const IOdictionary&
dict,
79 cmptName_(coeffDict().lookup(
"component")),
80 cmpt_(cmpt(cmptName_)),
85 "pointMotionU" + cmptName_,
virtual void updateMesh(const mapPolyMesh &)
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Defines the attributes of an object for which implicit objectRegistry management is supported,...
virtual void movePoints(const pointField &)
A class for handling words, derived from Foam::string.
static const pointMesh & New(const polyMesh &mesh, Args &&... args)
static word timeName(const scalar t, const int precision=precision_)
Mesh consisting of general polyhedral cells.
Generic templated field type.
Lookup type of boundary radiation properties.
Mesh representing a set of points created from polyMesh.
errorManipArg< error, int > exit(error &err, const int errNo=1)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
#define FatalErrorInFunction
Virtual base class for mesh motion solver.
fileName::Type type(const fileName &name, const bool followLink=true)
virtual void updateMesh(const mapPolyMesh &)=0
virtual ~componentVelocityMotionSolver()
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const Time & time() const
defineTypeNameAndDebug(combustionModel, 0)