Transport model selection class for the compressibleInterFoam family of solvers. More...
Public Member Functions | |
compressibleInterPhaseTransportModel (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const surfaceScalarField &rhoPhi, const surfaceScalarField &alphaPhi10, const twoPhaseMixtureThermo &mixture) | |
tmp< volScalarField > | alphaEff () const |
tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
void | correctPhasePhi () |
void | correct () |
Transport model selection class for the compressibleInterFoam family of solvers.
By default the standard mixture transport modelling approach is used in which a single momentum stress model (laminar, non-Newtonian, LES or RAS) is constructed for the mixture. However if the simulationType
in constant/turbulenceProperties is set to twoPhaseTransport
the alternative Euler-Euler two-phase transport modelling approach is used in which separate stress models (laminar, non-Newtonian, LES or RAS) are instantiated for each of the two phases allowing for different modeling for the phases.
Definition at line 58 of file compressibleInterPhaseTransportModel.H.
compressibleInterPhaseTransportModel | ( | const volScalarField & | rho, |
const volVectorField & | U, | ||
const surfaceScalarField & | phi, | ||
const surfaceScalarField & | rhoPhi, | ||
const surfaceScalarField & | alphaPhi10, | ||
const twoPhaseMixtureThermo & | mixture | ||
) |
tmp<volScalarField> alphaEff | ( | ) | const |
tmp<fvVectorMatrix> divDevRhoReff | ( | volVectorField & | U | ) | const |
void correctPhasePhi | ( | ) |
void correct | ( | ) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.