Go to the documentation of this file.
52 const word& modelType,
58 motion_(coeffs_,
mesh.time()),
59 UName_(coeffs_.getOrDefault<
word>(
"U",
"U")),
74 void Foam::fv::tabulatedAccelerationSource::addSup
84 void Foam::fv::tabulatedAccelerationSource::addSup
91 addSup<volScalarField>(
rho, eqn, fieldi);
99 return motion_.read(coeffs_);
A class for handling words, derived from Foam::string.
void resize(const label len)
static constexpr const zero Zero
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
bool foundObject(const word &name, const bool recursive=false) const
A special matrix type and solver, designed for finite volume solutions of scalar equations.
Base abstract class for handling finite volume options (i.e. fvOption).
tabulatedAccelerationSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
virtual bool read(const dictionary &accelerationCoeffs)
const Type & lookupObject(const word &name, const bool recursive=false) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
virtual bool read(const dictionary &dict)
const dimensionSet dimAcceleration
const fvMesh & mesh() const noexcept
A special matrix type and solver, designed for finite volume solutions of scalar equations....
word name(const expressions::valueTypeCode typeCode)
const Time & time() const
defineTypeNameAndDebug(atmAmbientTurbSource, 0)
tabulated6DoFAcceleration motion_
addToRunTimeSelectionTable(option, atmAmbientTurbSource, dictionary)
Generic GeometricField class.
virtual bool read(const dictionary &dict)