48 else if (cmptName ==
"y")
52 else if (cmptName ==
"z")
59 <<
"Given component name " << cmptName <<
" should be x, y or z" 78 cmptName_(coeffDict().
lookup(
"component")),
79 cmpt_(cmpt(cmptName_)),
84 "pointMotionU" + cmptName_,
123 pointMotionU_ ==
Zero;
124 pointMotionU_.correctBoundaryConditions();
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Virtual base class for mesh motion solver.
virtual ~componentVelocityMotionSolver()
Destructor.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
stressControl lookup("compactNormalStress") >> compactNormalStress
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
const Time & time() const
Return time.
defineTypeNameAndDebug(combustionModel, 0)
static pointMesh & New(polyMesh &mesh)
componentVelocityMotionSolver(const word &name, const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...