3Info<<
"Reading field p_rgh\n" <<
endl;
33Info<<
"Reading transportProperties\n" <<
endl;
34immiscibleIncompressibleTwoPhaseMixture
mixture(
U,
phi);
50 IOobject::READ_IF_PRESENT,
65 IOobject::READ_IF_PRESENT
85#include "readGravitationalAcceleration.H"
108 mesh.solutionDict().subDict(
"PIMPLE"),
113if (
p_rgh.needReference())
136 IOobject::READ_IF_PRESENT,
141 fvPatchFieldBase::zeroGradientType()
148Info<<
"Constructing kinematicCloud " <<
endl;
163 kinematicCloud.particleProperties().subDict(
"constantProperties")
164 .get<scalar>(
"alphaMax")
169alphac =
max(1.0 - kinematicCloud.theta(), alphacMin);
170alphac.correctBoundaryConditions();
182 PhaseCompressibleTurbulenceModel
184 immiscibleIncompressibleTwoPhaseMixture
188 PhaseCompressibleTurbulenceModel
190 immiscibleIncompressibleTwoPhaseMixture
202#include "createMRF.H"
const uniformDimensionedVectorField & g
const volScalarField & gh
const volScalarField & alpha1
const volScalarField & alpha2
Cloud class to introduce kinematic parcels.
compressible::turbulenceModel & turbulence
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere).
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Ostream & endl(Ostream &os)
Add newline and flush stream.
scalar getRefCellValue(const volScalarField &field, const label refCelli)
Return the current value of field in the reference cell.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
setRefCell(p, pimple.dict(), pRefCell, pRefValue)
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture