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 60 of file readConstants.H.
◆ _nu
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 23 of file readConstants.H.
◆ _Pr
◆ _Prt
◆ _rhoRef
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 51 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 90 of file readConstants.H.
◆ _Sct
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 99 of file readConstants.H.
◆ _Tref
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)
Definition at line 69 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() |
◆ Tref
dimensionedScalar& Tref = _Tref() |