Loading...
Searching...
No Matches
readConstants.H File Reference

Go to the source code of this file.

Functions

 Info<< "Reading transport properties"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));_betaTE=autoPtr< dimensionedScalar > (new dimensionedScalar(transportProperties.lookup("beta")))
 
IOdictionary precursorTransportProperties (IOobject("precursorTransportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
 

Variables

dimensionedScalar & betaTE = _betaTE()
 
 _nu
 
dimensionedScalar & nu = _nu()
 
 _Pr
 
dimensionedScalar & Pr = _Pr()
 
 _Prt
 
dimensionedScalar & Prt = _Prt()
 
 _rhoRef
 
dimensionedScalar & rhoRef = _rhoRef()
 
 _CpRef
 
dimensionedScalar & CpRef = _CpRef()
 
 _Tref
 
dimensionedScalar & Tref = _Tref()
 
 _tau
 
dimensionedScalar & tau = _tau()
 
 _Sc
 
dimensionedScalar & Sc = _Sc()
 
 _Sct
 
dimensionedScalar & Sct = _Sct()
 

Function Documentation

◆ 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) )

Variable Documentation

◆ _CpRef

_CpRef
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("CpRef")
)
)
IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))

Definition at line 89 of file readConstants.H.

◆ _nu

_nu
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("nu")
)
)

Definition at line 52 of file readConstants.H.

◆ _Pr

_Pr
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("Pr")
)
)

Definition at line 61 of file readConstants.H.

◆ _Prt

_Prt
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("Prt")
)
)

Definition at line 70 of file readConstants.H.

◆ _rhoRef

_rhoRef
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("rhoRef")
)
)

Definition at line 80 of file readConstants.H.

◆ _Sc

_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

_Sct
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
)
)

Definition at line 138 of file readConstants.H.

◆ _tau

_tau
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("tau")
)
)

Definition at line 108 of file readConstants.H.

◆ _Tref

_Tref
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("Tref")
)
)

Definition at line 98 of file readConstants.H.

◆ betaTE

dimensionedScalar& betaTE = _betaTE()

Definition at line 50 of file readConstants.H.

◆ CpRef

dimensionedScalar& CpRef = _CpRef()

Definition at line 96 of file readConstants.H.

◆ nu

dimensionedScalar& nu = _nu()

Definition at line 59 of file readConstants.H.

◆ Pr

dimensionedScalar& Pr = _Pr()

Definition at line 68 of file readConstants.H.

◆ Prt

dimensionedScalar& Prt = _Prt()

Definition at line 77 of file readConstants.H.

◆ rhoRef

dimensionedScalar& rhoRef = _rhoRef()

Definition at line 87 of file readConstants.H.

◆ Sc

dimensionedScalar& Sc = _Sc()

Definition at line 136 of file readConstants.H.

◆ Sct

dimensionedScalar& Sct = _Sct()

Definition at line 145 of file readConstants.H.

◆ tau

dimensionedScalar& tau = _tau()

Definition at line 115 of file readConstants.H.

◆ Tref

dimensionedScalar& Tref = _Tref()

Definition at line 105 of file readConstants.H.