|
| TypeName ("kineticTheory") |
| Runtime type information. More...
|
|
| kineticTheoryModel (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) |
| Construct from components. More...
|
|
virtual | ~kineticTheoryModel () |
| Destructor. More...
|
|
virtual bool | read () |
| Re-read model coefficients if they have changed. More...
|
|
virtual tmp< volScalarField > | nuEff () const |
| Return the effective viscosity. More...
|
|
virtual tmp< scalarField > | nuEff (const label patchi) const |
| Return the effective viscosity on patch. More...
|
|
virtual tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy. More...
|
|
virtual tmp< volScalarField > | epsilon () const |
| Return the turbulence kinetic energy dissipation rate. More...
|
|
virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor. More...
|
|
virtual tmp< volScalarField > | pPrime () const |
| Return the phase-pressure'. More...
|
|
virtual tmp< surfaceScalarField > | pPrimef () const |
| Return the face-phase-pressure'. More...
|
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective stress tensor. More...
|
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
| Return the source term for the momentum equation. More...
|
|
virtual void | correct () |
| Solve the kinetic theory equations and correct the viscosity. More...
|
|
| TypeName ("kineticTheory") |
| Runtime type information. More...
|
|
| kineticTheoryModel (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) |
| Construct from components. More...
|
|
virtual | ~kineticTheoryModel () |
| Destructor. More...
|
|
virtual bool | read () |
| Re-read model coefficients if they have changed. More...
|
|
virtual tmp< volScalarField > | nuEff () const |
| Return the effective viscosity. More...
|
|
virtual tmp< scalarField > | nuEff (const label patchi) const |
| Return the effective viscosity on patch. More...
|
|
virtual tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy. More...
|
|
virtual tmp< volScalarField > | epsilon () const |
| Return the turbulence kinetic energy dissipation rate. More...
|
|
virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor. More...
|
|
virtual tmp< volScalarField > | pPrime () const |
| Return the phase-pressure'. More...
|
|
virtual tmp< surfaceScalarField > | pPrimef () const |
| Return the face-phase-pressure'. More...
|
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective stress tensor. More...
|
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
| Return the source term for the momentum equation. More...
|
|
virtual void | correct () |
| Solve the kinetic theory equations and correct the viscosity. More...
|
|
| 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) |
| Construct from components. More...
|
|
virtual | ~eddyViscosity () |
| Destructor. More...
|
|
volScalarField & | evNut () |
| Return non-const access to the turbulence viscosity. More...
|
|
virtual tmp< volScalarField > | nut () const |
| Return the turbulence viscosity. More...
|
|
virtual tmp< scalarField > | nut (const label patchi) const |
| Return the turbulence viscosity on patch. More...
|
|
virtual tmp< volScalarField > | k () const=0 |
| Return the turbulence kinetic energy. More...
|
|
virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor. More...
|
|
virtual void | validate () |
| Validate the turbulence fields after construction. More...
|
|
| 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) |
| Construct from components. More...
|
|
virtual | ~linearViscousStress () |
| Destructor. More...
|
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective stress tensor. More...
|
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
| Return the source term for the momentum equation. More...
|
|
| 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) |
| Construct from components. More...
|
|
| TypeName ("RAS") |
| Runtime type information. More...
|
|
| 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 () |
| Destructor. More...
|
|
const dimensionedScalar & | kMin () const |
| Return the lower allowable limit for k (default: SMALL) More...
|
|
dimensionedScalar & | kMin () |
| Allow kMin to be changed. More...
|
|
const dimensionedScalar & | epsilonMin () const |
| Return the lower allowable limit for epsilon (default: SMALL) More...
|
|
dimensionedScalar & | epsilonMin () |
| Allow epsilonMin to be changed. More...
|
|
const dimensionedScalar & | omegaMin () const |
| Return the lower allowable limit for omega (default: SMALL) More...
|
|
dimensionedScalar & | omegaMin () |
| Allow omegaMin to be changed. More...
|
|
virtual const dictionary & | coeffDict () const |
| Const access to the coefficients dictionary. More...
|
|
virtual tmp< volScalarField > | nuEff () const |
| Return the effective viscosity. More...
|
|
| 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) |
| Construct. More...
|
|
virtual | ~EddyDiffusivity () |
| Destructor. More...
|
|
virtual tmp< volScalarField > | alphat () const |
| Return the turbulent thermal diffusivity for enthalpy [kg/m/s]. More...
|
|
virtual tmp< scalarField > | alphat (const label patchi) const |
| Return the turbulent thermal diffusivity for enthalpy for a patch. More...
|
|
virtual tmp< volScalarField > | kappaEff () const |
| Return the effective turbulent thermal diffusivity for temperature. More...
|
|
virtual tmp< scalarField > | kappaEff (const label patchi) const |
| Return the effective turbulent thermal diffusivity for temperature. More...
|
|
virtual tmp< volScalarField > | alphaEff () const |
| Return the effective turbulent thermal diffusivity for enthalpy. More...
|
|
virtual tmp< scalarField > | alphaEff (const label patchi) const |
| Return the effective turbulent thermal diffusivity for enthalpy. More...
|
|
virtual void | correctEnergyTransport () |
| Correct the turbulence thermal diffusivity for energy transport. More...
|
|
| 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) |
| Construct. More...
|
|
virtual | ~ThermalDiffusivity () |
| Destructor. More...
|
|
virtual tmp< volScalarField > | kappa () const |
| Return the thermal diffusivity for temperature [J/m/s/K]. More...
|
|
virtual tmp< scalarField > | kappa (const label patchi) const |
| Return the laminar thermal diffusivity for temperature on patch. More...
|
|
virtual tmp< volScalarField > | alpha () const |
| Return the laminar thermal diffusivity for enthalpy [kg/m/s]. More...
|
|
virtual tmp< scalarField > | alpha (const label patchi) const |
| Return the laminar thermal diffusivity for enthalpy on patch. More...
|
|
virtual tmp< volScalarField > | alphat () const |
| Return the turbulent thermal diffusivity for enthalpy [kg/m/s]. More...
|
|
virtual tmp< volScalarField > | kappaEff () const |
| Return the effective turbulent thermal diffusivity for temperature. More...
|
|
virtual tmp< volScalarField > | alphaEff () const |
| Return the effective turbulent thermal diffusivity for enthalpy. More...
|
|