|
| | TypeName ("frictionalStressModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict)) |
| |
| | frictionalStressModel (const dictionary &coeffDict) |
| | Construct from the coefficients dictionary. More...
|
| |
| | frictionalStressModel (const frictionalStressModel &)=delete |
| | Disallow default bitwise copy construction. More...
|
| |
| virtual | ~frictionalStressModel () |
| | Destructor. More...
|
| |
| bool | read (const dictionary &dict) |
| | Read the coefficients from the optional ".*Coeffs" sub-dictionary. More...
|
| |
| virtual tmp< volScalarField > | frictionalPressure (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0 |
| |
| virtual tmp< volScalarField > | frictionalPressurePrime (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0 |
| |
| virtual tmp< volScalarField > | nu (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const =0 |
| |
| void | operator= (const frictionalStressModel &)=delete |
| | Disallow default bitwise assignment. More...
|
| |
- Source files
-
Definition at line 51 of file frictionalStressModel.H.
◆ frictionalStressModel() [1/2]
◆ frictionalStressModel() [2/2]
Disallow default bitwise copy construction.
◆ ~frictionalStressModel()
◆ TypeName()
| TypeName |
( |
"frictionalStressModel" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable()
◆ New()
◆ read()
◆ frictionalPressure()
◆ frictionalPressurePrime()
◆ nu()
◆ operator=()
Disallow default bitwise assignment.
The documentation for this class was generated from the following files:
- applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H
- applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C
- applications/modules/multiphaseEuler/momentumTransportModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModelNew.C