Kinetic theory particle phase RAS model. More...
Public Member Functions | |
| 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< volScalarField > | omega () const |
| Return the specific 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< volScalarField > | omega () const |
| Return the specific 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... | |
Public Member Functions inherited from eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > > | |
| 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 ()=default |
| Destructor. 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 void | validate () |
| Validate the turbulence fields after construction. More... | |
Public Member Functions inherited from linearViscousStress< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > > | |
| 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 ()=default |
| Destructor. More... | |
| virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
| Return the source term for the momentum equation. More... | |
Public Member Functions inherited from RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > | |
| 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 ()=default |
| 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... | |
Public Member Functions inherited from EddyDiffusivity< phaseCompressibleTurbulenceModel > | |
| 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 ()=default |
| 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... | |
Public Member Functions inherited from ThermalDiffusivity< BasicTurbulenceModel > | |
| 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 ()=default |
| 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... | |
Kinetic theory particle phase RAS model.
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.
Definition at line 74 of file kineticTheoryModel.H.
| 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.
|
virtual |
Destructor.
Definition at line 186 of file kineticTheoryModel.C.
| 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.
|
virtual |
Destructor.
| TypeName | ( | "kineticTheory" | ) |
Runtime type information.
|
virtual |
Re-read model coefficients if they have changed.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
Definition at line 192 of file kineticTheoryModel.C.
References Foam::read().
|
inlinevirtual |
Return the effective viscosity.
Reimplemented from RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > >.
Definition at line 191 of file kineticTheoryModel.H.
References eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::nut().
|
inlinevirtual |
Return the effective viscosity on patch.
Reimplemented from RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > >.
Definition at line 197 of file kineticTheoryModel.H.
References eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::nut().
|
virtual |
Return the turbulence kinetic energy.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
Definition at line 221 of file kineticTheoryModel.C.
References NotImplemented.
|
virtual |
Return the turbulence kinetic energy dissipation rate.
Definition at line 229 of file kineticTheoryModel.C.
References NotImplemented.
|
virtual |
Return the specific dissipation rate.
Definition at line 237 of file kineticTheoryModel.C.
References NotImplemented.
|
virtual |
Return the Reynolds stress tensor.
Reimplemented from eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
Definition at line 245 of file kineticTheoryModel.C.
References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), IOobject::groupName(), SymmTensor< Cmpt >::I, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::twoSymm().
|
virtual |
Return the phase-pressure'.
(derivative of phase-pressure w.r.t. phase-fraction)
Definition at line 267 of file kineticTheoryModel.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, tmp< T >::ref(), and rho.
|
virtual |
Return the face-phase-pressure'.
(derivative of phase-pressure w.r.t. phase-fraction)
Definition at line 306 of file kineticTheoryModel.C.
References Foam::fvc::interpolate().
|
virtual |
Return the effective stress tensor.
Reimplemented from linearViscousStress< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
Definition at line 313 of file kineticTheoryModel.C.
References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), IOobject::groupName(), SymmTensor< Cmpt >::I, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::twoSymm().
|
virtual |
Return the source term for the momentum equation.
Reimplemented from linearViscousStress< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
Definition at line 337 of file kineticTheoryModel.C.
References Foam::dev2(), Foam::dimless, Foam::fvc::div(), Foam::fvc::grad(), SymmTensor< Cmpt >::I, Foam::fvm::laplacian(), Foam::T(), and U.
|
virtual |
Solve the kinetic theory equations and correct the viscosity.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
Definition at line 354 of file kineticTheoryModel.C.
References Foam::constant::atomic::alpha, beta(), D, Foam::fvc::ddt(), Foam::fvm::ddt(), Foam::expressions::patchExpr::debug, Foam::fvm::div(), Foam::fvc::div(), Foam::constant::electromagnetic::e, Foam::endl(), fvOptions, Foam::fvc::grad(), Foam::I, Foam::Info, K1, K2, K3, K4, Kd(), Foam::fvm::laplacian(), Foam::magSqr(), Foam::max(), Foam::min(), GeometricField< Type, PatchField, GeoMesh >::min(), options::New(), Foam::nl, Foam::constant::mathematical::pi(), fvMatrix< Type >::relax(), rho, fvMatrix< Type >::solve(), Foam::fvc::Sp(), Foam::fvm::Sp(), Foam::sqr(), Foam::sqrt(), Foam::fvm::SuSp(), Foam::symm(), Foam::tr(), and U.
| TypeName | ( | "kineticTheory" | ) |
Runtime type information.
|
virtual |
Re-read model coefficients if they have changed.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
|
inlinevirtual |
Return the effective viscosity.
Reimplemented from RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > >.
Definition at line 191 of file kineticTheoryModel.H.
References eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::nut().
|
inlinevirtual |
Return the effective viscosity on patch.
Reimplemented from RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > >.
Definition at line 197 of file kineticTheoryModel.H.
References eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::nut().
|
virtual |
Return the turbulence kinetic energy.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
|
virtual |
Return the turbulence kinetic energy dissipation rate.
|
virtual |
Return the specific dissipation rate.
|
virtual |
Return the Reynolds stress tensor.
Reimplemented from eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
|
virtual |
Return the phase-pressure'.
(derivative of phase-pressure w.r.t. phase-fraction)
|
virtual |
Return the face-phase-pressure'.
(derivative of phase-pressure w.r.t. phase-fraction)
|
virtual |
Return the effective stress tensor.
Reimplemented from linearViscousStress< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
|
virtual |
Return the source term for the momentum equation.
Reimplemented from linearViscousStress< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
|
virtual |
Solve the kinetic theory equations and correct the viscosity.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.