frictionalStressModel Class Referenceabstract
Inheritance diagram for frictionalStressModel:
Collaboration diagram for frictionalStressModel:

Public Member Functions

 TypeName ("frictionalStressModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
 
 frictionalStressModel (const dictionary &dict)
 Construct from components. More...
 
 frictionalStressModel (const frictionalStressModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~frictionalStressModel ()
 Destructor. 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
 
virtual bool read ()=0
 
void operator= (const frictionalStressModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< frictionalStressModel > New (const dictionary &dict)
 

Protected Attributes

const dictionary & dict_
 Reference to higher-level dictionary for re-read. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ frictionalStressModel() [1/2]

frictionalStressModel ( const dictionary &  dict)

Construct from components.

◆ frictionalStressModel() [2/2]

Disallow default bitwise copy construction.

◆ ~frictionalStressModel()

virtual ~frictionalStressModel ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "frictionalStressModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

static autoPtr<frictionalStressModel> New ( const dictionary &  dict)
static

◆ 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

◆ read()

virtual bool read ( )
pure virtual

◆ operator=()

void operator= ( const frictionalStressModel &  )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ dict_

const dictionary& dict_
protected

Reference to higher-level dictionary for re-read.

Definition at line 58 of file frictionalStressModel.H.


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