Motion function for solid regions representing a piston. Looks up the multiValveEngine mover from the associated fluid region and uses the motion specified for the piston. More...


Public Member Functions | |
| TypeName ("multiValveEnginePistonMotion") | |
| Runtime type information. More... | |
| multiValveEnginePistonMotion (const word &name, const dictionary &SBMFCoeffs, const Time &runTime) | |
| Construct from components. More... | |
| multiValveEnginePistonMotion (const multiValveEnginePistonMotion &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual autoPtr< solidBodyMotionFunction > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~multiValveEnginePistonMotion () |
| Destructor. More... | |
| virtual septernion | transformation () const |
| Return the solid-body motion transformation septernion. More... | |
| virtual bool | read (const dictionary &SBMFCoeffs) |
| Update properties from given dictionary. More... | |
| void | operator= (const multiValveEnginePistonMotion &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from solidBodyMotionFunction | |
| TypeName ("solidBodyMotionFunction") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, solidBodyMotionFunction, dictionary,(const word &name, const dictionary &SBMFCoeffs, const Time &runTime),(name, SBMFCoeffs, runTime)) | |
| solidBodyMotionFunction (const word &name, const dictionary &dict, const Time &runTime) | |
| Construct from the SBMFCoeffs dictionary and Time. More... | |
| solidBodyMotionFunction (const solidBodyMotionFunction &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~solidBodyMotionFunction () |
| Destructor. More... | |
| const word & | name () const |
| virtual void | writeData (Ostream &) const |
| Write in dictionary format. More... | |
| void | operator= (const solidBodyMotionFunction &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from solidBodyMotionFunction | |
| static autoPtr< solidBodyMotionFunction > | New (const dictionary &SBMFCoeffs, const Time &runTime, const word &name="solidBodyMotionFunction") |
| Select constructed from the SBMFCoeffs dictionary and Time. More... | |
Protected Attributes inherited from solidBodyMotionFunction | |
| const word | name_ |
| dictionary | SBMFCoeffs_ |
| const Time & | time_ |
Motion function for solid regions representing a piston. Looks up the multiValveEngine mover from the associated fluid region and uses the motion specified for the piston.
Example specification, in constant/<solidRegion>/dynamicMeshDict:
mover
{
type pointMeshMover;
libs ("libfvMotionSolvers.so");
pointMeshMover
{
type solidBody;
cellZone all;
solidBodyMotionFunction multiValveEnginePistonMotion;
fluidRegion fluid;
}
}
Definition at line 69 of file multiValveEnginePistonMotion.H.
| multiValveEnginePistonMotion | ( | const word & | name, |
| const dictionary & | SBMFCoeffs, | ||
| const Time & | runTime | ||
| ) |
Construct from components.
Definition at line 49 of file multiValveEnginePistonMotion.C.
References multiValveEnginePistonMotion::read().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 66 of file multiValveEnginePistonMotion.C.
| TypeName | ( | "multiValveEnginePistonMotion" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements solidBodyMotionFunction.
Definition at line 104 of file multiValveEnginePistonMotion.H.
References solidBodyMotionFunction::name_, solidBodyMotionFunction::SBMFCoeffs_, and solidBodyMotionFunction::time_.
|
virtual |
Return the solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 74 of file multiValveEnginePistonMotion.C.
References multiValveEngine::movingObject::axis, Foam::exit(), Foam::FatalError, FatalErrorInFunction, objectRegistry::lookupObject(), fvMesh::mover(), multiValveEngine::piston, multiValveEngine::pistonObject::position(), and Foam::typeName().

|
virtual |
Update properties from given dictionary.
Implements solidBodyMotionFunction.
Definition at line 103 of file multiValveEnginePistonMotion.C.
References dictionary::lookup(), and solidBodyMotionFunction::read().
Referenced by multiValveEnginePistonMotion::multiValveEnginePistonMotion().


|
delete |
Disallow default bitwise assignment.