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

Go to the source code of this file.

Functions

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(0, 2, -2, 0, 0, 0, 0), 0.0), zeroGradientFvPatchField< scalar >::typeName)
 
singlePhaseTransportModel laminarTransport (U, phi)
 
autoPtr< incompressible::turbulenceModel > turbulence (incompressible::turbulenceModel::New(U, phi, laminarTransport))
 

Variables

Time & runTime = runTimePtr_()
 
fvMesh & mesh = meshPtr_()
 

Function Documentation

◆ 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(0, 2, -2, 0, 0, 0, 0), 0.0)  ,
zeroGradientFvPatchField< scalar >::typeName   
)

◆ laminarTransport()

singlePhaseTransportModel laminarTransport ( U  ,
phi   
)

◆ turbulence()

autoPtr<incompressible::turbulenceModel> turbulence ( incompressible::turbulenceModel::New(U, phi, laminarTransport )

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.