Public Member Functions | Private Attributes
JohnsonJackson Class Reference
Inheritance diagram for JohnsonJackson:
Inheritance graph
[legend]
Collaboration diagram for JohnsonJackson:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("JohnsonJackson")
 Runtime type information. More...
 
 JohnsonJackson (const dictionary &dict)
 Construct from components. More...
 
virtual ~JohnsonJackson ()
 Destructor. More...
 
virtual tmp< volScalarFieldfrictionalPressure (const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldfrictionalPressurePrime (const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldnu (const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const
 
virtual bool read ()
 
 TypeName ("JohnsonJackson")
 Runtime type information. More...
 
 JohnsonJackson (const dictionary &dict)
 Construct from components. More...
 
virtual ~JohnsonJackson ()
 Destructor. More...
 
virtual tmp< volScalarFieldfrictionalPressure (const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldfrictionalPressurePrime (const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldnu (const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const
 
virtual bool read ()
 
- Public Member Functions inherited from frictionalStressModel
 TypeName ("frictionalStressModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
 
 frictionalStressModel (const dictionary &dict)
 Construct from components. More...
 
virtual ~frictionalStressModel ()
 Destructor. More...
 
 TypeName ("frictionalStressModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
 
 frictionalStressModel (const dictionary &dict)
 Construct from components. More...
 
virtual ~frictionalStressModel ()
 Destructor. More...
 

Private Attributes

dictionary coeffDict_
 
dimensionedScalar Fr_
 Material constant for frictional normal stress. More...
 
dimensionedScalar eta_
 Material constant for frictional normal stress. More...
 
dimensionedScalar p_
 Material constant for frictional normal stress. More...
 
dimensionedScalar phi_
 Angle of internal friction. More...
 
dimensionedScalar alphaDeltaMin_
 Lower limit for (alphaMax - alpha1) More...
 

Additional Inherited Members

- Static Public Member Functions inherited from frictionalStressModel
static autoPtr< frictionalStressModelNew (const dictionary &dict)
 
static autoPtr< frictionalStressModelNew (const dictionary &dict)
 
- Protected Attributes inherited from frictionalStressModel
const dictionarydict_
 Reference to higher-level dictionary for re-read. More...
 

Detailed Description

Source files

Source files

Definition at line 51 of file JohnsonJacksonFrictionalStress.H.

Constructor & Destructor Documentation

◆ JohnsonJackson() [1/2]

JohnsonJackson ( const dictionary dict)

Construct from components.

◆ ~JohnsonJackson() [1/2]

virtual ~JohnsonJackson ( )
virtual

Destructor.

◆ JohnsonJackson() [2/2]

JohnsonJackson ( const dictionary dict)

Construct from components.

◆ ~JohnsonJackson() [2/2]

virtual ~JohnsonJackson ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "JohnsonJackson"  )

Runtime type information.

◆ frictionalPressure() [1/2]

virtual tmp<volScalarField> frictionalPressure ( const volScalarField alpha1,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
virtual

Implements frictionalStressModel.

◆ frictionalPressurePrime() [1/2]

virtual tmp<volScalarField> frictionalPressurePrime ( const volScalarField alpha1,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
virtual

Implements frictionalStressModel.

◆ nu() [1/2]

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

Implements frictionalStressModel.

◆ read() [1/2]

virtual bool read ( )
virtual

Implements frictionalStressModel.

◆ TypeName() [2/2]

TypeName ( "JohnsonJackson"  )

Runtime type information.

◆ frictionalPressure() [2/2]

virtual tmp<volScalarField> frictionalPressure ( const volScalarField alpha1,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
virtual

Implements frictionalStressModel.

◆ frictionalPressurePrime() [2/2]

virtual tmp<volScalarField> frictionalPressurePrime ( const volScalarField alpha1,
const dimensionedScalar alphaMinFriction,
const dimensionedScalar alphaMax 
) const
virtual

Implements frictionalStressModel.

◆ nu() [2/2]

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

Implements frictionalStressModel.

◆ read() [2/2]

virtual bool read ( )
virtual

Implements frictionalStressModel.

Field Documentation

◆ coeffDict_

dictionary coeffDict_
private

Definition at line 57 of file JohnsonJacksonFrictionalStress.H.

◆ Fr_

dimensionedScalar Fr_
private

Material constant for frictional normal stress.

Definition at line 60 of file JohnsonJacksonFrictionalStress.H.

◆ eta_

dimensionedScalar eta_
private

Material constant for frictional normal stress.

Definition at line 63 of file JohnsonJacksonFrictionalStress.H.

◆ p_

dimensionedScalar p_
private

Material constant for frictional normal stress.

Definition at line 66 of file JohnsonJacksonFrictionalStress.H.

◆ phi_

dimensionedScalar phi_
private

Angle of internal friction.

Definition at line 69 of file JohnsonJacksonFrictionalStress.H.

◆ alphaDeltaMin_

dimensionedScalar alphaDeltaMin_
private

Lower limit for (alphaMax - alpha1)

Definition at line 72 of file JohnsonJacksonFrictionalStress.H.


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