Go to the documentation of this file.
114 #ifndef fv_atmAmbientTurbSource_H
115 #define fv_atmAmbientTurbSource_H
131 class atmAmbientTurbSource
133 public fv::cellSetOption
160 template<
class AlphaFieldType,
class RhoFieldType>
161 void atmAmbientTurbSourceEpsilon
163 const AlphaFieldType&
alpha,
164 const RhoFieldType&
rho,
170 template<
class AlphaFieldType,
class RhoFieldType>
171 void atmAmbientTurbSourceOmega
173 const AlphaFieldType&
alpha,
174 const RhoFieldType&
rho,
180 template<
class AlphaFieldType,
class RhoFieldType>
181 void atmAmbientTurbSourceK
183 const AlphaFieldType&
alpha,
184 const RhoFieldType&
rho,
201 const word& sourceName,
202 const word& modelType,
TypeName("atmAmbientTurbSource")
virtual bool read(const dictionary &dict)
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 alpha
virtual void addSup(fvMatrix< scalar > &eqn, const label fieldi)
atmAmbientTurbSource(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
void operator=(const atmAmbientTurbSource &)=delete
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.
const fvMesh & mesh() const noexcept
Applies sources on k and either epsilon or omega to prevent them droping below a specified ambient va...
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Generic GeometricField class.