|
| TypeName ("phasePressure") |
|
| phasePressureModel (const volScalarField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const phaseModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName) |
|
virtual | ~phasePressureModel ()=default |
|
virtual bool | read () |
|
virtual tmp< volScalarField > | nuEff () const |
|
virtual tmp< scalarField > | nuEff (const label patchi) const |
|
virtual tmp< volScalarField > | k () const |
|
virtual tmp< volScalarField > | epsilon () const |
|
virtual tmp< volScalarField > | omega () const |
|
virtual tmp< volSymmTensorField > | R () const |
|
virtual tmp< volScalarField > | pPrime () const |
|
virtual tmp< surfaceScalarField > | pPrimef () const |
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
|
virtual tmp< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
|
virtual void | correct () |
|
| TypeName ("phasePressure") |
|
| phasePressureModel (const volScalarField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const phaseModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName) |
|
virtual | ~phasePressureModel ()=default |
|
virtual bool | read () |
|
virtual tmp< volScalarField > | nuEff () const |
|
virtual tmp< scalarField > | nuEff (const label patchi) const |
|
virtual tmp< volScalarField > | k () const |
|
virtual tmp< volScalarField > | epsilon () const |
|
virtual tmp< volScalarField > | omega () const |
|
virtual tmp< volSymmTensorField > | R () const |
|
virtual tmp< volScalarField > | pPrime () const |
|
virtual tmp< surfaceScalarField > | pPrimef () const |
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
|
virtual tmp< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
|
virtual void | correct () |
|
| eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
virtual | ~eddyViscosity ()=default |
|
virtual tmp< volScalarField > | nut () const |
|
virtual tmp< scalarField > | nut (const label patchi) const |
|
virtual tmp< volScalarField > | k () const=0 |
|
virtual tmp< volSymmTensorField > | R () const |
|
virtual void | validate () |
|
| linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
virtual | ~linearViscousStress ()=default |
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
|
| RASModel (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
| TypeName ("RAS") |
|
| declareRunTimeSelectionTable (autoPtr, RASModel, dictionary,(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName),(alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName)) |
|
virtual | ~RASModel ()=default |
|
const dimensionedScalar & | kMin () const |
|
dimensionedScalar & | kMin () |
|
const dimensionedScalar & | epsilonMin () const |
|
dimensionedScalar & | epsilonMin () |
|
const dimensionedScalar & | omegaMin () const |
|
dimensionedScalar & | omegaMin () |
|
virtual const dictionary & | coeffDict () const |
|
virtual tmp< volScalarField > | nuEff () const |
|
virtual tmp< volScalarField > | epsilon () const |
|
virtual tmp< volScalarField > | omega () const |
|
| EddyDiffusivity (const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
virtual | ~EddyDiffusivity ()=default |
|
virtual tmp< volScalarField > | alphat () const |
|
virtual tmp< scalarField > | alphat (const label patchi) const |
|
virtual tmp< volScalarField > | kappaEff () const |
|
virtual tmp< scalarField > | kappaEff (const label patchi) const |
|
virtual tmp< volScalarField > | alphaEff () const |
|
virtual tmp< scalarField > | alphaEff (const label patchi) const |
|
virtual void | correctEnergyTransport () |
|
| ThermalDiffusivity (const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
virtual | ~ThermalDiffusivity ()=default |
|
virtual tmp< volScalarField > | kappa () const |
|
virtual tmp< scalarField > | kappa (const label patchi) const |
|
virtual tmp< volScalarField > | alpha () const |
|
virtual tmp< scalarField > | alpha (const label patchi) const |
|
virtual tmp< volScalarField > | alphat () const |
|
virtual tmp< volScalarField > | kappaEff () const |
|
virtual tmp< volScalarField > | alphaEff () const |
|
Particle-particle phase-pressure RAS model.
The derivative of the phase-pressure with respect to the phase-fraction is evaluated as
g0*min(exp(preAlphaExp*(alpha - alphaMax)), expMax)
The default model coefficients correspond to the following:
phasePressureCoeffs
{
preAlphaExp 500;
expMax 1000;
alphaMax 0.62;
g0 1000;
}
- Source files
-
Definition at line 69 of file phasePressureModel.H.