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< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
Return the effective stress tensor based on a given velocity field. 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< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
Return the effective stress tensor based on a given velocity field. 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 bool | read ()=0 |
Re-read model coefficients if they have changed. 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... | |
virtual void | correct ()=0 |
Solve the turbulence equations and correct the turbulence viscosity. More... | |
Public Member Functions inherited from linearViscousStress< BasicTurbulenceModel > | |
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 bool | read ()=0 |
Re-read model coefficients if they have changed. More... | |
virtual tmp< volSymmTensorField > | devRhoReff () const |
Return the effective stress tensor. More... | |
virtual tmp< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
Return the effective stress tensor based on a given velocity field. More... | |
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
Return the source term for the momentum equation. More... | |
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
Return the source term for the momentum equation. More... | |
virtual void | correct ()=0 |
Solve the turbulence equations and correct the turbulence viscosity. More... | |
Additional Inherited Members | |
Public Types inherited from eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > > | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
Public Types inherited from linearViscousStress< BasicTurbulenceModel > | |
typedef BasicTurbulenceModel::alphaField | alphaField |
typedef BasicTurbulenceModel::rhoField | rhoField |
typedef BasicTurbulenceModel::transportModel | transportModel |
virtual void | correctNut ()=0 |
Protected Attributes inherited from eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > > | |
volScalarField | nut_ |
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.
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.
Definition at line 191 of file kineticTheoryModel.H.
References eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::nut().
|
inlinevirtual |
Return the effective viscosity on patch.
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< scalar >::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 coupled(), 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< BasicTurbulenceModel >.
Definition at line 313 of file kineticTheoryModel.C.
|
virtual |
Return the effective stress tensor based on a given velocity field.
Reimplemented from linearViscousStress< BasicTurbulenceModel >.
Definition at line 320 of file kineticTheoryModel.C.
References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), IOobject::groupName(), SymmTensor< scalar >::I, IOobject::NO_READ, IOobject::NO_WRITE, Foam::twoSymm(), and U.
|
virtual |
Return the source term for the momentum equation.
Reimplemented from linearViscousStress< BasicTurbulenceModel >.
Definition at line 346 of file kineticTheoryModel.C.
References Foam::dev2(), Foam::dimless, Foam::fvc::div(), Foam::fvc::grad(), SymmTensor< scalar >::I, Foam::fvm::laplacian(), T, and U.
|
virtual |
Solve the kinetic theory equations and correct the viscosity.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.
Definition at line 364 of file kineticTheoryModel.C.
References alpha, beta(), D, Foam::fvc::ddt(), Foam::fvm::ddt(), Foam::fvc::div(), Foam::fvm::div(), e, Foam::endl(), fvOptions, Foam::fvc::grad(), Foam::I, Foam::Info, K1, K2, K3, K4, Foam::fvm::laplacian(), Foam::magSqr(), Foam::max(), Foam::min(), Time::New(), Foam::nl, Foam::constant::mathematical::pi(), fvMatrix< Type >::relax(), rho, fvMatrix< Type >::solve(), Foam::fvm::Sp(), Foam::fvc::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.
Definition at line 191 of file kineticTheoryModel.H.
References eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::nut().
|
inlinevirtual |
Return the effective viscosity on patch.
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< BasicTurbulenceModel >.
|
virtual |
Return the effective stress tensor based on a given velocity field.
Reimplemented from linearViscousStress< BasicTurbulenceModel >.
|
virtual |
Return the source term for the momentum equation.
Reimplemented from linearViscousStress< BasicTurbulenceModel >.
|
virtual |
Solve the kinetic theory equations and correct the viscosity.
Implements eddyViscosity< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >.