

Public Member Functions | |
| TypeName ("Schaeffer") | |
| Runtime type information. More... | |
| Schaeffer (const dictionary &coeffDict) | |
| Construct from the coefficients dictionary. More... | |
| virtual | ~Schaeffer () |
| Destructor. More... | |
| virtual tmp< volScalarField > | frictionalPressure (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const |
| virtual tmp< volScalarField > | frictionalPressurePrime (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const |
| virtual tmp< volScalarField > | nu (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const |
Public Member Functions inherited from frictionalStressModel | |
| 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... | |
| void | operator= (const frictionalStressModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from frictionalStressModel | |
| static autoPtr< frictionalStressModel > | New (const dictionary &dict) |
Definition at line 51 of file SchaefferFrictionalStress.H.
| Schaeffer | ( | const dictionary & | coeffDict | ) |
Construct from the coefficients dictionary.
Definition at line 66 of file SchaefferFrictionalStress.C.
References Foam::constant::mathematical::pi().

|
virtual |
Destructor.
Definition at line 80 of file SchaefferFrictionalStress.C.
| TypeName | ( | "Schaeffer" | ) |
Runtime type information.
|
virtual |
Implements frictionalStressModel.
Definition at line 87 of file SchaefferFrictionalStress.C.
References alpha(), Foam::max(), and Foam::pow().

|
virtual |
Implements frictionalStressModel.
Definition at line 104 of file SchaefferFrictionalStress.C.
References alpha(), Foam::max(), and Foam::pow().

|
virtual |
Implements frictionalStressModel.
Definition at line 121 of file SchaefferFrictionalStress.C.
References alpha(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryFieldRef(), GeometricField< Type, GeoMesh, PrimitiveField >::correctBoundaryConditions(), Foam::saturationModels::D, forAll, IOobject::group(), IOobject::groupName(), Foam::invariantII(), Foam::mag(), DimensionedField< Type, GeoMesh, PrimitiveField >::mesh(), GeometricField< Type, GeoMesh, PrimitiveField >::New(), patches, patchi, tmp< T >::ref(), Foam::sin(), Foam::sqr(), Foam::sqrt(), Foam::tr(), phaseModel::U(), and dimensioned< Type >::value().
