Go to the documentation of this file.
52 #ifndef tabulatedAccelerationSource_H
53 #define tabulatedAccelerationSource_H
99 template<
class RhoFieldType>
102 const RhoFieldType&
rho,
111 TypeName(
"tabulatedAccelerationSource");
120 const word& modelType,
void addSup(const RhoFieldType &rho, fvMatrix< vector > &eqn, const label fieldi)
Source term to momentum equation.
A class for handling words, derived from string.
const word & name() const
Return const access to the source name.
virtual ~tabulatedAccelerationSource()
Destructor.
Solid-body 6-DoF acceleration source.
TypeName("tabulatedAccelerationSource")
Runtime type information.
Tabulated 6DoF acceleration.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Finite volume options abtract base class. Provides a base set of controls, e.g.
void operator=(const tabulatedAccelerationSource &)
Disallow default bitwise assignment.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
tabulatedAccelerationSource(const tabulatedAccelerationSource &)
Disallow default bitwise copy construct.
const fvMesh & mesh() const
Return const access to the mesh database.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
tabulated6DoFAcceleration motion_
Run-time selectable acceleration model.
Generic GeometricField class.
virtual bool read(const dictionary &dict)
Read dictionary.
word UName_
Velocity field name, default = U.