59 mixtureMomentumTransport_(mixtureMomentumTransport)
Generic GeometricField class.
Base class for single-phase compressible momentum transport models.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Templated abstract base class for multiphase compressible momentum transport models.
A class for managing temporary objects.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual tmp< fvVectorMatrix > divDevTau(volVectorField &U) const
Return the source term for the momentum equation.
ubMomentumTransportModel(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const compressible::momentumTransportModel &mixtureMomentumTransport)
Construct from components.
virtual bool read()
Re-read model coefficients if they have changed.
Abstract base class for all fluid physical properties.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)