Loading...
Searching...
No Matches
Functions | Variables
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()
 
 _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 60 of file readConstants.H.

◆ _nu

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

Definition at line 23 of file readConstants.H.

◆ _Pr

_Pr
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("Pr")
)
)
Examples
10UnsteadyBBEnclosed.C, and 11UnsteadyBBOpen.C.

Definition at line 32 of file readConstants.H.

◆ _Prt

_Prt
Initial value:
= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
transportProperties.lookup("Prt")
)
)
Examples
10UnsteadyBBEnclosed.C, and 11UnsteadyBBOpen.C.

Definition at line 41 of file readConstants.H.

◆ _rhoRef

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

Definition at line 51 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 90 of file readConstants.H.

◆ _Sct

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

Definition at line 99 of file readConstants.H.

◆ _Tref

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

Definition at line 69 of file readConstants.H.

◆ betaTE

dimensionedScalar& betaTE = _betaTE()

Definition at line 21 of file readConstants.H.

◆ CpRef

dimensionedScalar& CpRef = _CpRef()

Definition at line 67 of file readConstants.H.

◆ nu

dimensionedScalar& nu = _nu()
Examples
02thermalBlock.C, 09DEIM_ROM.C, and 20incrementalPOD.C.

Definition at line 30 of file readConstants.H.

◆ Pr

dimensionedScalar& Pr = _Pr()
Examples
10UnsteadyBBEnclosed.C, and 11UnsteadyBBOpen.C.

Definition at line 39 of file readConstants.H.

◆ Prt

dimensionedScalar& Prt = _Prt()
Examples
10UnsteadyBBEnclosed.C, and 11UnsteadyBBOpen.C.

Definition at line 48 of file readConstants.H.

◆ rhoRef

dimensionedScalar& rhoRef = _rhoRef()

Definition at line 58 of file readConstants.H.

◆ Sc

dimensionedScalar& Sc = _Sc()

Definition at line 97 of file readConstants.H.

◆ Sct

dimensionedScalar& Sct = _Sct()

Definition at line 106 of file readConstants.H.

◆ Tref

dimensionedScalar& Tref = _Tref()

Definition at line 76 of file readConstants.H.