Arrhenius type of dependency on a given scalar field name. Most likely temperature. The expression is as follow: More...
#include <Arrhenius.H>


Public Member Functions | |
| TypeName ("Arrhenius") | |
| Runtime type information. | |
| Arrhenius (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components. | |
| virtual | ~Arrhenius ()=default |
| Destructor. | |
| virtual void | correct () |
| Correct the laminar viscosity. | |
| virtual bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. | |
Arrhenius type of dependency on a given scalar field name. Most likely temperature. The expression is as follow:
mu = exp(-alpha_*(T - Talpha_))
Definition at line 55 of file Arrhenius.H.
| Arrhenius | ( | const word & | name, |
| const dictionary & | viscosityProperties, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | phi ) |
Construct from components.
Definition at line 40 of file Arrhenius.C.
References Foam::dimTemperature, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, Foam::inv(), mesh, Foam::name(), phi, and U.

|
virtualdefault |
Destructor.
| TypeName | ( | "Arrhenius< ViscousModel >" | ) |
Runtime type information.
|
inlinevirtual |
Correct the laminar viscosity.
Definition at line 124 of file Arrhenius.H.
|
virtual |
Read transportProperties dictionary.
Definition at line 70 of file Arrhenius.C.
References Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, dictionary::optionalSubDict(), viscosityModel::read(), and dictionary::readEntry().
