Functions | Variables
createTDFields.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Ctrain setSize (phases.size())
 
 for (int phase_no=0;phase_no< phases.size();phase_no++)
 
volScalarField k (IOobject("k", "0", mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh)
 
k write ()
 
k correctBoundaryConditions ()
 
volScalarField epsilon (IOobject("epsilon", "0", mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh)
 
volScalarField nut (IOobject("nut", "0", mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh)
 
volScalarField nutrain (IOobject("nutrain", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("nutrain", dimensionSet(0, 2,-1, 0, 0, 0, 0), 1))
 
volScalarField tp (IOobject("tp", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("tp", dimensionSet(0, 0, 1, 0, 0, 0, 0), 0))
 
volScalarField tfl (IOobject("tfl", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("tfl", dimensionSet(0, 0, 1, 0, 0, 0, 0), 0))
 

Variables

PtrList< volScalarField > Ctrain
 
 k = k*pow(scalingFactor,2)
 Boltzmann constant. More...
 
 epsilon = epsilon*pow(scalingFactor,3)
 
 nut = nut*scalingFactor
 

Function Documentation

◆ setSize()

Ctrain setSize ( phases.  size())

◆ for()

for ( )

Definition at line 3 of file createTDFields.H.

References Ctrain, and mesh.

◆ k()

volScalarField k ( IOobject("k", "0", mesh, IOobject::MUST_READ, IOobject::NO_WRITE)  ,
mesh   
)

◆ write()

k write ( )

◆ correctBoundaryConditions()

k correctBoundaryConditions ( )

◆ epsilon()

volScalarField epsilon ( IOobject("epsilon", "0", mesh, IOobject::MUST_READ, IOobject::NO_WRITE)  ,
mesh   
)

◆ nut()

volScalarField nut ( IOobject("nut", "0", mesh, IOobject::MUST_READ, IOobject::NO_WRITE)  ,
mesh   
)

◆ nutrain()

volScalarField nutrain ( IOobject("nutrain", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
mesh  ,
dimensionedScalar("nutrain", dimensionSet(0, 2,-1, 0, 0, 0, 0), 1)   
)

Referenced by main().

Here is the caller graph for this function:

◆ tp()

volScalarField tp ( IOobject("tp", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
mesh  ,
dimensionedScalar("tp", dimensionSet(0, 0, 1, 0, 0, 0, 0), 0)   
)

◆ tfl()

volScalarField tfl ( IOobject("tfl", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
mesh  ,
dimensionedScalar("tfl", dimensionSet(0, 0, 1, 0, 0, 0, 0), 0)   
)

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

◆ Ctrain

PtrList<volScalarField> Ctrain

Definition at line 1 of file createTDFields.H.

Referenced by for(), and main().

◆ k

k = k*pow(scalingFactor,2)

Boltzmann constant.

Definition at line 40 of file createTDFields.H.

◆ epsilon

epsilon = epsilon*pow(scalingFactor,3)

◆ nut

nut = nut*scalingFactor