multiValveEnginePistonMotion Class Reference

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...

Inheritance diagram for multiValveEnginePistonMotion:
Collaboration diagram for multiValveEnginePistonMotion:

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< solidBodyMotionFunctionclone () 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 wordname () 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< solidBodyMotionFunctionNew (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 Timetime_
 

Detailed Description

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;
    }
}
Source files

Definition at line 69 of file multiValveEnginePistonMotion.H.

Constructor & Destructor Documentation

◆ multiValveEnginePistonMotion() [1/2]

multiValveEnginePistonMotion ( const word name,
const dictionary SBMFCoeffs,
const Time runTime 
)

Construct from components.

Definition at line 49 of file multiValveEnginePistonMotion.C.

References multiValveEnginePistonMotion::read().

Here is the call graph for this function:

◆ multiValveEnginePistonMotion() [2/2]

Disallow default bitwise copy construction.

◆ ~multiValveEnginePistonMotion()

Destructor.

Definition at line 66 of file multiValveEnginePistonMotion.C.

Member Function Documentation

◆ TypeName()

TypeName ( "multiValveEnginePistonMotion"  )

Runtime type information.

◆ clone()

virtual autoPtr<solidBodyMotionFunction> clone ( ) const
inlinevirtual

◆ transformation()

Foam::septernion transformation ( ) const
virtual

◆ read()

bool read ( const dictionary SBMFCoeffs)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void operator= ( const multiValveEnginePistonMotion )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: