2 #include "readGravitationalAcceleration.H" 5 Info<<
"Creating phaseSystem\n" <<
endl;
12 multiphaseSystem::phaseModelList& phases = fluid.phases();
25 Info<<
"Reading field p_rgh\n" <<
endl;
40 scalar pRefValue = 0.0;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
setRefCell(p, p_rgh, pimple.dict(), pRefCell, pRefValue)
Info<< "Creating phaseSystem\"<< endl;autoPtr< multiphaseSystem > fluidPtr(multiphaseSystem::New(mesh))
const dictionary & pimple
Ostream & endl(Ostream &os)
Add newline and flush stream.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimPressure
dimensionedScalar pMin("pMin", dimPressure, fluid)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.