Go to the documentation of this file.
70 #ifndef tabulatedAccelerationSource_H
71 #define tabulatedAccelerationSource_H
88 class tabulatedAccelerationSource
97 tabulated6DoFAcceleration
motion_;
111 template<
class RhoFieldType>
114 const RhoFieldType&
rho,
123 TypeName(
"tabulatedAccelerationSource");
132 const word& modelType,
const word & name() const noexcept
A class for handling words, derived from Foam::string.
Solid-body 6-DoF acceleration source.
TypeName("tabulatedAccelerationSource")
Tabulated 6DoF acceleration.
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
void operator=(const tabulatedAccelerationSource &)=delete
Base abstract class for handling finite volume options (i.e. fvOption).
tabulatedAccelerationSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const noexcept
A special matrix type and solver, designed for finite volume solutions of scalar equations....
tabulated6DoFAcceleration motion_
Generic GeometricField class.
virtual bool read(const dictionary &dict)
virtual ~tabulatedAccelerationSource()=default