Tabulated 6DoF acceleration. More...
Public Member Functions | |
| TypeName ("tabulated6DoFAcceleration") | |
| Runtime type information. More... | |
| tabulated6DoFAcceleration (const dictionary &accelerationCoeffs, const Time &runTime) | |
| Construct from components. More... | |
| virtual | ~tabulated6DoFAcceleration ()=default |
| Destructor. More... | |
| virtual Vector< vector > | acceleration () const |
| Return the solid-body accelerations. More... | |
| virtual bool | read (const dictionary &accelerationCoeffs) |
| Update properties from given dictionary. More... | |
Tabulated 6DoF acceleration.
Obtained by interpolating tabulated data for linear acceleration, angular velocity and angular acceleration.
Definition at line 55 of file tabulated6DoFAcceleration.H.
| tabulated6DoFAcceleration | ( | const dictionary & | accelerationCoeffs, |
| const Time & | runTime | ||
| ) |
Construct from components.
Definition at line 45 of file tabulated6DoFAcceleration.C.
References Foam::blockMeshTools::read().
|
virtualdefault |
Destructor.
| TypeName | ( | "tabulated6DoFAcceleration" | ) |
Runtime type information.
|
virtual |
Return the solid-body accelerations.
Definition at line 60 of file tabulated6DoFAcceleration.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, Foam::interpolateSplineXY(), and dimensioned< Type >::value().
|
virtual |
Update properties from given dictionary.
Definition at line 96 of file tabulated6DoFAcceleration.C.
References Foam::exit(), string::expand(), Foam::FatalError, FatalErrorInFunction, forAll, and IOstream::good().
Referenced by tabulatedAccelerationSource::read().