42 tabulatedAccelerationSource,
51 Foam::fv::tabulatedAccelerationSource::tabulatedAccelerationSource
54 const word& modelType,
59 option(name, modelType, dict, mesh),
60 motion_(coeffs_, mesh.
time()),
61 UName_(coeffs_.lookupOrDefault<
word>(
"UName",
"U")),
64 fieldNames_.setSize(1, UName_);
65 applied_.setSize(1,
false);
76 void Foam::fv::tabulatedAccelerationSource::addSup
86 void Foam::fv::tabulatedAccelerationSource::addSup
93 addSup<volScalarField>(
rho, eqn, fieldi);
101 return motion_.read(coeffs_);
virtual bool read(const dictionary &dict)
Read source dictionary.
defineTypeNameAndDebug(cellSetOption, 0)
Finite volume options abtract base class. Provides a base set of controls, e.g.
Mesh data needed to do the Finite Volume discretisation.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
bool foundObject(const word &name) const
Is the named Type found?
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Time & time() const
Return the top-level database.
addToRunTimeSelectionTable(option, fixedTemperatureConstraint, dictionary)
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
Macros for easy insertion into run-time selection tables.
Dimensioned<Type> registered with the database as a registered IOobject which has the functionality o...
const dimensionSet dimAcceleration
A special matrix type and solver, designed for finite volume solutions of scalar equations.
virtual bool read(const dictionary &dict)
Read dictionary.