Go to the documentation of this file. 1 Info<<
"Reading thermophysical properties\n" <<
endl;
17 Info<<
"Reading field p_rgh\n" <<
endl;
45 #include "createPhi.H"
47 #include "readTransportProperties.H"
49 Info<<
"Creating turbulence model\n" <<
endl;
68 Info<<
"Reading field alphat\n" <<
endl;
83 #include "readGravitationalAcceleration.H"
112 if (
p_rgh.needReference())
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
volScalarField rhok(IOobject("rhok", runTime.timeName(), mesh), 1.0 - beta *(T - TRef))
setRefCell(p, p_rgh, pimple.dict(), pRefCell, pRefValue)
dimensionedScalar TRef("TRef", dimTemperature, laminarTransport)
Ostream & endl(Ostream &os)
Add newline and flush stream.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
autoPtr< compressible::turbulenceModel > turbulence
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const volScalarField & gh
GeometricField< vector, fvPatchField, volMesh > volVectorField
singlePhaseTransportModel laminarTransport(U, phi)
scalar getRefCellValue(const volScalarField &field, const label refCelli)
Return the current value of field in the reference cell.
const dictionary & pimple
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), Urel+SRF->U())