40#ifndef componentVelocityMotionSolver_H
41#define componentVelocityMotionSolver_H
57class componentVelocityMotionSolver
83 componentVelocityMotionSolver
85 const componentVelocityMotionSolver&
89 void operator=(
const componentVelocityMotionSolver&) =
delete;
94 TypeName(
"componentVelocityMotionSolver");
100 componentVelocityMotionSolver
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
word cmptName_
The component name to solve for.
virtual ~componentVelocityMotionSolver()
Destructor.
pointScalarField & pointMotionU()
Non-const access to the pointMotionU in order to allow changes.
TypeName("componentVelocityMotionSolver")
Runtime type information.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
direction cmpt_
The component to solve for.
pointScalarField pointMotionU_
Point motion field.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
motionSolver(const polyMesh &mesh)
Construct from polyMesh.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from Foam::string.
GeometricField< scalar, pointPatchField, pointMesh > pointScalarField
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.