Go to the documentation of this file.
38 #ifndef tabulated6DoFAcceleration_H
39 #define tabulated6DoFAcceleration_H
87 TypeName(
"tabulated6DoFAcceleration");
scalarField times_
Field of times.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual Vector< vector > acceleration() const
Return the solid-body accelerations.
A class for handling file names.
dictionary accelerationCoeffs_
void operator=(const tabulated6DoFAcceleration &)
Disallow default bitwise assignment.
Field< accelerationVectors > values_
Field of acceleration "vectors".
Specialisations of Field<T> for scalar, vector and tensor.
Tabulated 6DoF acceleration.
virtual ~tabulated6DoFAcceleration()
Destructor.
Pre-declare SubField and related Field type.
Vector< vector > accelerationVectors
Type used to read in the acceleration "vectors".
virtual bool read(const dictionary &accelerationCoeffs)
Update properties from given dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
TypeName("tabulated6DoFAcceleration")
Runtime type information.
fileName timeDataFileName_
Time data file name read from dictionary.
tabulated6DoFAcceleration(const tabulated6DoFAcceleration &)
Disallow copy construct.