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


Public Member Functions | |
| TypeName ("multiValveEngineValveMotion") | |
| Runtime type information. More... | |
| multiValveEngineValveMotion (const word &name, const dictionary &SBMFCoeffs, const Time &runTime) | |
| Construct from components. More... | |
| multiValveEngineValveMotion (const multiValveEngineValveMotion &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual autoPtr< solidBodyMotionFunction > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~multiValveEngineValveMotion () |
| 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 multiValveEngineValveMotion &)=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 valve. Looks up the multiValveEngine mover from the associated fluid region and uses the motion specified for one of the valves.
Example specification, in constant/<solidRegion>/dynamicMeshDict:
mover
{
type pointMeshMover;
libs ("libfvMotionSolvers.so");
pointMeshMover
{
type solidBody;
cellZone all;
solidBodyMotionFunction multiValveEngineValveMotion;
fluidRegion fluid;
valve iv;
}
}
Definition at line 70 of file multiValveEngineValveMotion.H.
| multiValveEngineValveMotion | ( | const word & | name, |
| const dictionary & | SBMFCoeffs, | ||
| const Time & | runTime | ||
| ) |
Construct from components.
Definition at line 49 of file multiValveEngineValveMotion.C.
References multiValveEngineValveMotion::read().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 68 of file multiValveEngineValveMotion.C.
| TypeName | ( | "multiValveEngineValveMotion" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements solidBodyMotionFunction.
Definition at line 111 of file multiValveEngineValveMotion.H.
References solidBodyMotionFunction::name_, solidBodyMotionFunction::SBMFCoeffs_, and solidBodyMotionFunction::time_.
|
virtual |
Return the solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 76 of file multiValveEngineValveMotion.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, objectRegistry::lookupObject(), fvMesh::mover(), Foam::nl, UPtrList< T >::size(), Foam::typeName(), multiValveEngine::valves, and VectorSpace< Form, Cmpt, Ncmpts >::zero.

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


|
delete |
Disallow default bitwise assignment.