Go to the documentation of this file.
42 tabulatedAccelerationSource,
54 const word& modelType,
60 motion_(coeffs_,
mesh.time()),
61 UName_(coeffs_.lookupOrDefault<
word>(
"UName",
"U")),
64 fieldNames_.setSize(1, UName_);
65 applied_.setSize(1,
false);
93 addSup<volScalarField>(
rho, eqn, fieldi);
void addSup(const RhoFieldType &rho, fvMatrix< vector > &eqn, const label fieldi)
Source term to momentum equation.
A class for handling words, derived from string.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
A special matrix type and solver, designed for finite volume solutions of scalar equations.
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.
dictionary coeffs_
Dictionary containing source coefficients.
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....
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
virtual bool read(const dictionary &dict)
Read source dictionary.
const dimensionSet dimAcceleration
defineTypeNameAndDebug(option, 0)
addToRunTimeSelectionTable(option, fixedTemperatureConstraint, dictionary)
tabulatedAccelerationSource(const tabulatedAccelerationSource &)
Disallow default bitwise copy construct.
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 name(const complex &)
Return a string representation of a complex.