|
| TypeName ("kineticTheory") |
|
| 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) |
|
virtual | ~kineticTheoryModel () |
|
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 ("kineticTheory") |
|
| 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) |
|
virtual | ~kineticTheoryModel () |
|
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 |
|
Kinetic theory particle phase RAS model.
Reference:
van Wachem, B. G. M. (2000).
Derivation, implementation, and validation of computer simulation models
for gas-solid fluidized beds.
PhD Thesis, TU Delft.
There are no default model coefficients.
- Source files
-
Definition at line 70 of file kineticTheoryModel.H.