Go to the source code of this file.
◆ Info<< "Reading transport properties"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));_betaTE=autoPtr< dimensionedScalar >()
Info<< "Reading transport properties"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));_betaTE=autoPtr< dimensionedScalar > |
( |
new | dimensionedScalartransportProperties.lookup("beta") | ) |
|
◆ precursorTransportProperties()
IOdictionary precursorTransportProperties |
( |
IOobject("precursorTransportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE) | | ) |
|
◆ _CpRef
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
Definition at line 89 of file readConstants.H.
◆ _nu
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 52 of file readConstants.H.
◆ _Pr
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 61 of file readConstants.H.
◆ _Prt
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 70 of file readConstants.H.
◆ _rhoRef
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 80 of file readConstants.H.
◆ _Sc
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
IOdictionary precursorTransportProperties(IOobject("precursorTransportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
Definition at line 129 of file readConstants.H.
◆ _Sct
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 138 of file readConstants.H.
◆ _tau
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 108 of file readConstants.H.
◆ _Tref
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 98 of file readConstants.H.
◆ betaTE
dimensionedScalar& betaTE = _betaTE() |
◆ CpRef
dimensionedScalar& CpRef = _CpRef() |
◆ nu
dimensionedScalar& nu = _nu() |
◆ Pr
dimensionedScalar& Pr = _Pr() |
◆ Prt
dimensionedScalar& Prt = _Prt() |
◆ rhoRef
dimensionedScalar& rhoRef = _rhoRef() |
◆ Sc
dimensionedScalar& Sc = _Sc() |
◆ Sct
dimensionedScalar& Sct = _Sct() |
◆ tau
dimensionedScalar& tau = _tau() |
◆ Tref
dimensionedScalar& Tref = _Tref() |