1 #include "readGravitationalAcceleration.H" 4 Info<<
"Creating phaseSystem\n" <<
endl;
12 phaseModel& phase1 = fluid.phase1();
13 phaseModel& phase2 = fluid.phase2();
39 rhoThermo& thermo1 = phase1.thermo();
40 rhoThermo& thermo2 = phase2.thermo();
50 Info<<
"Reading field p_rgh\n" <<
endl;
65 scalar pRefValue = 0.0;
76 const IOMRFZoneList& MRF = fluid.MRF();
77 fv::IOoptionList& fvOptions = fluid.fvOptions();
const dimensionSet dimPressure
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
setRefCell(p, p_rgh, pimple.dict(), pRefCell, pRefValue)
const dictionary & pimple
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
Ostream & endl(Ostream &os)
Add newline and flush stream.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
GeometricField< vector, fvPatchField, volMesh > volVectorField
Info<< "Creating phaseSystem\n"<< endl;autoPtr< multiphaseSystem > fluidPtr(multiphaseSystem::New(mesh))
dimensionedScalar pMin("pMin", dimPressure, fluid)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.