71 calculatedFvPatchScalarField::
typeName
84 phases_[phasei].correct();
87 rho_ = phases_[0]*phases_[0].rho();
90 for (
label phasei=1; phasei<phases_.size(); phasei++)
94 mu += alphaRho*phases_[phasei].nu();
112 result = phases_[phasei].read() && result;
#define forAll(list, i)
Loop across all elements in list.
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Mesh data needed to do the Finite Volume discretisation.
Incompressible multiphase mixture for interface-capturing simulations.
virtual void correct()
Correct the mixture properties.
incompressibleMultiphaseVoFMixture(const fvMesh &mesh)
Construct from components.
virtual bool read()
Read base phaseProperties dictionary.
Single incompressible phase derived from the VoFphase.
Multiphase VoF mixture with support for interface properties.
bool read()
Read base phaseProperties dictionary.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
const dimensionedScalar mu
Atomic mass unit.
const dimensionSet & dimKinematicViscosity
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionSet & dimDensity
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)
void convert(UList< Type > &l, const Args &... args)
Apply a conversion to a UList by applying to each element individually.