39 momentumTransport_(momentumTransport)
62 momentumTransport_.mixture_;
64 if (momentumTransport_.twoPhaseTransport_)
71 *momentumTransport_.momentumTransport1_->nut()
77 *momentumTransport_.momentumTransport2_->nut()
87 *momentumTransport_.mixtureMomentumTransport_->nut()
93 *momentumTransport_.mixtureMomentumTransport_->nut()
106 momentumTransport_.mixture_;
108 if (momentumTransport_.twoPhaseTransport_)
116 *momentumTransport_.momentumTransport1_->nut(
patchi)
123 *momentumTransport_.momentumTransport2_->nut(
patchi)
134 *momentumTransport_.mixtureMomentumTransport_->nut(
patchi)
141 *momentumTransport_.mixtureMomentumTransport_->nut(
patchi)
151 momentumTransport_.mixture_;
153 if (momentumTransport_.twoPhaseTransport_)
160 *momentumTransport_.momentumTransport1_->nut()
166 *momentumTransport_.momentumTransport2_->nut()
176 *momentumTransport_.mixtureMomentumTransport_->nut()
182 *momentumTransport_.mixtureMomentumTransport_->nut()
Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
virtual const volScalarField & Cv() const =0
Heat capacity at constant volume [J/kg/K].
virtual const volScalarField & Cp() const =0
Heat capacity at constant pressure [J/kg/K].
virtual const volScalarField & kappa() const =0
Thermal conductivity of mixture [W/m/K].
virtual void correct()
Solve the thermophysical transport model equations.
virtual tmp< scalarField > qCorr(const label patchi) const
Return the patch heat flux correction [W/m^2].
virtual void predict()
Predict the transport coefficients if possible.
virtual const dictionary & coeffDict() const
Const access to the coefficients dictionary.
tmp< volScalarField > alphaEff() const
Return the effective temperature transport coefficient.
compressibleInterPhaseThermophysicalTransportModel(const compressibleInterPhaseTransportModel &momentumTransport)
Construct from components.
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
virtual tmp< volScalarField > kappaEff() const
Effective thermal turbulent conductivity.
virtual bool read()
Read model coefficients if they have changed.
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
Transport model selection class for the compressibleInterFoam family of solvers.
Class to represent a mixture of two rhoFluidThermo-based phases.
const rhoFluidThermo & thermo1() const
Return the thermo for phase 1.
const rhoFluidThermo & thermo2() const
Return the thermo for phase 2.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3].
Abstract base class for all fluid and solid thermophysical transport models.
A class for managing temporary objects.
const volScalarField & alpha1() const
Return the phase-fraction of phase 1.
const volScalarField & alpha2() const
Return the phase-fraction of phase 2.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Calculate the snGrad of the given volField.
static tmp< SurfaceField< Type > > interpolate(const VolField< Type > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
tmp< SurfaceField< Type > > snGrad(const VolField< Type > &vf, const word &name)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.