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

Go to the source code of this file.

Functions

autoPtr< fluidThermo > pThermo (fluidThermo::New(mesh))
 
volScalarField rho (IOobject("rho", mesh.time().timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("rho", dimensionSet(1, -3, 0, 0, 0, 0, 0), 1.0), zeroGradientFvPatchField< scalar >::typeName)
 
volVectorField U (IOobject("U", mesh.time().timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector("U", dimensionSet(0, 1, -1, 0, 0, 0, 0), vector::zero), zeroGradientFvPatchField< vector >::typeName)
 
volScalarField p (IOobject("p", mesh.time().timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("p", dimensionSet(1, -1, -2, 0, 0, 0, 0), 101325.0), zeroGradientFvPatchField< scalar >::typeName)
 
surfaceScalarField phi (IOobject("phi", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), linearInterpolate(rho *U) &mesh.Sf())
 
autoPtr< compressible::turbulenceModel > turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo))
 

Variables

Time & runTime = runTimePtr_()
 
fvMesh & mesh = meshPtr_()
 
fluidThermo & thermo = pThermo()
 

Function Documentation

◆ pThermo()

autoPtr<fluidThermo> pThermo ( fluidThermo::New(mesh )

◆ rho()

volScalarField rho ( IOobject("rho", mesh.time().timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
mesh  ,
dimensionedScalar("rho", dimensionSet(1, -3, 0, 0, 0, 0, 0), 1.0)  ,
zeroGradientFvPatchField< scalar >::typeName   
)

◆ U()

volVectorField U ( IOobject("U", mesh.time().timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
mesh  ,
dimensionedVector("U", dimensionSet(0, 1, -1, 0, 0, 0, 0), vector::zero)  ,
zeroGradientFvPatchField< vector >::typeName   
)

◆ p()

volScalarField p ( IOobject("p", mesh.time().timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
mesh  ,
dimensionedScalar("p", dimensionSet(1, -1, -2, 0, 0, 0, 0), 101325.0)  ,
zeroGradientFvPatchField< scalar >::typeName   
)

◆ phi()

surfaceScalarField phi ( IOobject("phi", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE)  ,
linearInterpolate(rho *U) &mesh.Sf()   
)

◆ turbulence()

autoPtr<compressible::turbulenceModel> turbulence ( compressible::turbulenceModel::New(rho, U, phi, thermo )

Variable Documentation

◆ runTime

Time& runTime = runTimePtr_()

Definition at line 3 of file createFields.H.

◆ mesh

fvMesh& mesh = meshPtr_()

Definition at line 4 of file createFields.H.

◆ thermo

fluidThermo& thermo = pThermo()

Definition at line 7 of file createFields.H.