50 void Foam::fv::buoyancyForce::readCoeffs()
52 phaseName_ = coeffs().lookupOrDefault<word>(
"phase",
word::null);
55 coeffs().lookupOrDefault<word>
68 const word& modelType,
73 fvModel(name, modelType, dict, mesh),
103 const word& fieldName
114 const word& fieldName
126 const word& fieldName
virtual wordList addSupFields() const
Return the list of fields for which the fvModel adds source term.
defineTypeNameAndDebug(fixedTemperatureConstraint, 0)
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &dict)
Read source dictionary.
Finite volume model abstract base class.
buoyancyForce(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from explicit source name and mesh.
const Time & time() const
Return the top-level database.
virtual bool read(const dictionary &dict)
Read source dictionary.
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
static word groupName(Name name, const word &group)
const word & constant() const
Return constant name.
static const word null
An empty word.
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.
addToRunTimeSelectionTable(fvConstraint, fixedTemperatureConstraint, dictionary)
List< word > wordList
A List of words.
Mesh data needed to do the Finite Volume discretisation.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
virtual void addSup(fvMatrix< vector > &eqn, const word &fieldName) const
Add explicit contribution to incompressible momentum equation.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...