frictionalStressModel Class Referenceabstract
Inheritance diagram for frictionalStressModel:

Public Member Functions

 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< volScalarFieldfrictionalPressure (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 
virtual tmp< volScalarFieldfrictionalPressurePrime (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
 
virtual tmp< volScalarFieldnu (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...
 

Static Public Member Functions

static autoPtr< frictionalStressModelNew (const dictionary &dict)
 

Detailed Description

Constructor & Destructor Documentation

◆ frictionalStressModel() [1/2]

frictionalStressModel ( const dictionary coeffDict)

Construct from the coefficients dictionary.

Definition at line 43 of file frictionalStressModel.C.

◆ frictionalStressModel() [2/2]

Disallow default bitwise copy construction.

◆ ~frictionalStressModel()

~frictionalStressModel ( )
virtual

Destructor.

Definition at line 52 of file frictionalStressModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "frictionalStressModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
frictionalStressModel  ,
dictionary  ,
(const dictionary &dict ,
(dict  
)

◆ New()

Definition at line 31 of file frictionalStressModelNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

Here is the call graph for this function:

◆ read()

bool read ( const dictionary dict)

Read the coefficients from the optional ".*Coeffs" sub-dictionary.

of the given dictionary

Definition at line 58 of file frictionalStressModel.C.

References dict, and Foam::type().

Here is the call graph for this function:

◆ frictionalPressure()

virtual tmp<volScalarField> frictionalPressure ( const phaseModel phase,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
pure virtual

◆ frictionalPressurePrime()

virtual tmp<volScalarField> frictionalPressurePrime ( const phaseModel phase,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
pure virtual

◆ nu()

virtual tmp<volScalarField> nu ( const phaseModel phase,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax,
const volScalarField pf,
const volSymmTensorField D 
) const
pure virtual

◆ operator=()

void operator= ( const frictionalStressModel )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: