Arrhenius type of dependency on a given scalar field name. Most likely temperature. The expression is as follow: More...
Public Member Functions | |
| TypeName ("Arrhenius") | |
| Runtime type information. More... | |
| Arrhenius (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components. More... | |
| virtual | ~Arrhenius ()=default |
| Destructor. More... | |
| virtual void | correct () |
| Correct the laminar viscosity. More... | |
| virtual bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. More... | |
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 59 of file Arrhenius.H.
| Arrhenius | ( | const word & | name, |
| const dictionary & | viscosityProperties, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | phi | ||
| ) |
Construct from components.
Definition at line 48 of file Arrhenius.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "Arrhenius< ViscousModel >" | ) |
Runtime type information.
|
inlinevirtual |
Correct the laminar viscosity.
Definition at line 112 of file Arrhenius.H.
References correct(), and objectRegistry::findObject().
|
virtual |
Read transportProperties dictionary.
Definition at line 78 of file Arrhenius.C.
References dictionary::optionalSubDict(), Foam::blockMeshTools::read(), and dictionary::readEntry().