48 else if (cmptName ==
"y")
52 else if (cmptName ==
"z")
59 <<
"Given component name " << cmptName <<
" should be x, y or z" 69 Foam::componentVelocityMotionSolver::componentVelocityMotionSolver
77 cmptName_(coeffDict().
lookup(
"component")),
78 cmpt_(cmpt(cmptName_)),
83 "pointMotionU" + cmptName_,
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Virtual base class for mesh motion solver.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
virtual ~componentVelocityMotionSolver()
Destructor.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
static const pointMesh & New(const polyMesh &mesh)
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
stressControl lookup("compactNormalStress") >> compactNormalStress
virtual void updateMesh(const mapPolyMesh &)=0
Update local data for topology changes.
A class for handling words, derived from string.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
const Time & time() const
Return time.
defineTypeNameAndDebug(combustionModel, 0)
Mesh consisting of general polyhedral cells.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...