Go to the documentation of this file.
128 #ifndef fv_atmBuoyancyTurbSource_H
129 #define fv_atmBuoyancyTurbSource_H
146 class atmBuoyancyTurbSource
148 public fv::cellSetOption
203 template<
class AlphaFieldType,
class RhoFieldType>
204 void atmBuoyancyTurbSourceEpsilon
206 const AlphaFieldType&
alpha,
207 const RhoFieldType&
rho,
213 template<
class AlphaFieldType,
class RhoFieldType>
214 void atmBuoyancyTurbSourceOmega
216 const AlphaFieldType&
alpha,
217 const RhoFieldType&
rho,
223 template<
class AlphaFieldType,
class RhoFieldType>
224 void atmBuoyancyTurbSourceK
226 const AlphaFieldType&
alpha,
227 const RhoFieldType&
rho,
244 const word& sourceName,
245 const word& modelType,
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from Foam::string.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
const dimensionedScalar G
A class for managing temporary objects.
virtual void addSup(fvMatrix< scalar > &eqn, const label fieldi)
const dimensionedScalar alpha
void operator=(const atmBuoyancyTurbSource &)=delete
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
Applies sources on k and either epsilon or omega to incorporate effects of buoyancy for atmospheric b...
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
TypeName("atmBuoyancyTurbSource")
const fvMesh & mesh() const noexcept
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Generic GeometricField class.
virtual bool read(const dictionary &dict)
atmBuoyancyTurbSource(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...