55 #ifndef multiValveEngineValveMotion_H
56 #define multiValveEngineValveMotion_H
64 namespace solidBodyMotionFunctions
80 word fluidRegionName_;
86 mutable label valveIndex_;
92 TypeName(
"multiValveEngineValveMotion");
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Septernion class used to perform translations and rotations in 3D space.
Base class for defining solid-body motions.
const word & name() const
Motion function for solid regions representing a valve. Looks up the multiValveEngine mover from the ...
multiValveEngineValveMotion(const word &name, const dictionary &SBMFCoeffs, const Time &runTime)
Construct from components.
void operator=(const multiValveEngineValveMotion &)=delete
Disallow default bitwise assignment.
virtual autoPtr< solidBodyMotionFunction > clone() const
Construct and return a clone.
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
virtual ~multiValveEngineValveMotion()
Destructor.
TypeName("multiValveEngineValveMotion")
Runtime type information.
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.