Go to the documentation of this file.
94 #ifndef buoyancyForce_H
95 #define buoyancyForce_H
131 const word& sourceName,
132 const word& modelType,
133 const dictionary&
dict,
void operator=(const buoyancyForce &)=delete
A class for handling words, derived from Foam::string.
TypeName("buoyancyForce")
Applies buoyancy force sources (i.e. Sf) to the momentum equation for incompressible and compressible...
Base abstract class for handling finite volume options (i.e. fvOption).
UniformDimensionedField< vector > uniformDimensionedVectorField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
virtual bool read(const dictionary &dict)
buoyancyForce(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
virtual void addSup(fvMatrix< vector > &eqn, const label fieldi)
const fvMesh & mesh() const noexcept
virtual ~buoyancyForce()=default
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Generic GeometricField class.