JohnsonJackson Class Reference
Inheritance diagram for JohnsonJackson:
[legend]
Collaboration diagram for JohnsonJackson:
[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 phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldfrictionalPressurePrime (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldnu (const phaseModel &phase, 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 phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldfrictionalPressurePrime (const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
 
virtual tmp< volScalarFieldnu (const phaseModel &phase, 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 ()=default
 Destructor. 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
 
virtual bool read ()=0
 
 TypeName ("frictionalStressModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
 
 frictionalStressModel (const dictionary &dict)
 Construct from components. More...
 
virtual ~frictionalStressModel ()=default
 Destructor. 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
 
virtual bool read ()=0
 

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

Constructor & Destructor Documentation

◆ JohnsonJackson() [1/2]

JohnsonJackson ( const dictionary dict)

Construct from components.

Definition at line 56 of file JohnsonJacksonFrictionalStress.C.

References Foam::degToRad(), and Foam::dimless.

Here is the call graph for this function:

◆ ~JohnsonJackson() [1/2]

~JohnsonJackson ( )
virtual

Destructor.

Definition at line 76 of file JohnsonJacksonFrictionalStress.C.

◆ 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]

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

Implements frictionalStressModel.

Definition at line 84 of file JohnsonJacksonFrictionalStress.C.

References alpha, alphaMax(), Foam::max(), and Foam::pow().

Here is the call graph for this function:

◆ frictionalPressurePrime() [1/2]

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

Implements frictionalStressModel.

Definition at line 101 of file JohnsonJacksonFrictionalStress.C.

References alpha, alphaMax(), Foam::max(), and Foam::pow().

Here is the call graph for this function:

◆ nu() [1/2]

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

Implements frictionalStressModel.

Definition at line 121 of file JohnsonJacksonFrictionalStress.C.

References Foam::dimTime, and Foam::sin().

Here is the call graph for this function:

◆ read() [1/2]

bool read ( )
virtual

Implements frictionalStressModel.

Definition at line 134 of file JohnsonJacksonFrictionalStress.C.

References Foam::degToRad().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "JohnsonJackson"  )

Runtime type information.

◆ frictionalPressure() [2/2]

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

Implements frictionalStressModel.

◆ frictionalPressurePrime() [2/2]

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

Implements frictionalStressModel.

◆ nu() [2/2]

virtual tmp< volScalarField > nu ( const phaseModel phase,
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.


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