1Info<<
"Reading field p_rgh\n" <<
endl;
32Info<<
"Creating phaseChangeTwoPhaseMixture\n" <<
endl;
33autoPtr<phaseChangeTwoPhaseMixture>
mixture =
34 phaseChangeTwoPhaseMixture::New(
U,
phi);
51 IOobject::READ_IF_PRESENT
64 incompressible::turbulenceModel::New(
U,
phi,
mixture())
68#include "readGravitationalAcceleration.H"
99 p += dimensionedScalar
115 IOobject::groupName(
"alphaPhi0",
alpha1.group()),
134 wordHashSet& nonInt =
135 const_cast<wordHashSet&
>(Stencil::New(
mesh).nonInterpolatedFields());
138 nonInt.insert(
"grad(p_rgh)");
139 nonInt.insert(
"nHat");
140 nonInt.insert(
"surfaceIntegrate(phi)");
141 nonInt.insert(
"surfaceIntegrate(phiHbyA)");
142 nonInt.insert(
"cellMask");
143 nonInt.insert(
"cellDisplacement");
144 nonInt.insert(
"interpolatedCells");
145 nonInt.insert(
"cellInterpolationWeight");
146 nonInt.insert(
"pcorr");
const volScalarField & gh
const volScalarField & alpha1
const volScalarField & alpha2
bool insert(const Key &key)
Insert a new entry, not overwriting existing entries.
Creates mask for blocked out cells.
Creates mask for interpolated cells.
compressible::turbulenceModel & turbulence
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
setRefCell(p, pimple.dict(), pRefCell, pRefValue)
surfaceScalarField faceMask(localMin< scalar >(mesh).interpolate(cellMask))
interfaceProperties interface(alpha1, U, thermo->transportPropertiesDict())
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
IOobject alphaPhi10Header(IOobject::groupName("alphaPhi0", alpha1.group()), runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)