49Foam::solidBodyMotionSolver::solidBodyMotionSolver
71 pointField& transformedPts = ttransformedPts.ref();
75 SBMFPtr_().transformation(),
79 return ttransformedPts;
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const Time & time() const noexcept
Return Time associated with the objectRegistry.
A List with indirect addressing. Like IndirectList but does not store addressing.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Virtual base class for mesh motion solver.
const polyMesh & mesh() const
Return reference to mesh.
static autoPtr< motionSolver > New(const polyMesh &)
Select constructed from polyMesh.
const dictionary & coeffDict() const
Const access to the coefficients dictionary.
points0MotionSolver(const points0MotionSolver &)=delete
No copy construct.
pointIOField points0_
Starting points.
Mesh consisting of general polyhedral cells.
Base class for defining solid-body motions.
Solid-body motion of the mesh specified by a run-time selectable motion function.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
A class for managing temporary objects.
static tmp< T > New(Args &&... args)
Construct tmp with forwarding arguments.
const labelList & pointIDs() const noexcept
The point ids (for cell set/zone subset).
bool moveAllCells() const noexcept
Move all cells?
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
vectorField pointField
pointField is a vectorField.
void transformPoints(vectorField &, const septernion &, const vectorField &)
Transform given vectorField of coordinates with the given septernion.