Loading...
Searching...
No Matches
frictionalStressModel Class Referenceabstract

#include <frictionalStressModel.H>

Inheritance diagram for frictionalStressModel:
Collaboration diagram for frictionalStressModel:

Public Member Functions

 TypeName ("frictionalStressModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
 frictionalStressModel (const dictionary &dict)
 Construct from components.
virtual ~frictionalStressModel ()=default
 Destructor.
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.
 declareRunTimeSelectionTable (autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
 frictionalStressModel (const dictionary &dict)
 Construct from components.
virtual ~frictionalStressModel ()=default
 Destructor.
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

Static Public Member Functions

static autoPtr< frictionalStressModelNew (const dictionary &dict)
static autoPtr< frictionalStressModelNew (const dictionary &dict)

Protected Attributes

const dictionarydict_
 Reference to higher-level dictionary for re-read.

Detailed Description

Constructor & Destructor Documentation

◆ frictionalStressModel() [1/2]

frictionalStressModel ( const dictionary & dict)
explicit

Construct from components.

Definition at line 38 of file frictionalStressModel.C.

References dict, and dict_.

Referenced by declareRunTimeSelectionTable(), JohnsonJackson::JohnsonJackson(), JohnsonJacksonSchaeffer::JohnsonJacksonSchaeffer(), and Schaeffer::Schaeffer().

Here is the caller graph for this function:

◆ ~frictionalStressModel() [1/2]

virtual ~frictionalStressModel ( )
virtualdefault

Destructor.

◆ frictionalStressModel() [2/2]

frictionalStressModel ( const dictionary & dict)
explicit

Construct from components.

References dict.

◆ ~frictionalStressModel() [2/2]

virtual ~frictionalStressModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "frictionalStressModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

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

References dict, and frictionalStressModel().

Here is the call graph for this function:

◆ New() [1/2]

Definition at line 50 of file frictionalStressModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Here is the call graph for this function:

◆ frictionalPressure() [1/2]

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

Implemented in JohnsonJackson, JohnsonJackson, JohnsonJacksonSchaeffer, JohnsonJacksonSchaeffer, Schaeffer, and Schaeffer.

References alphaMax().

Here is the call graph for this function:

◆ frictionalPressurePrime() [1/2]

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

Implemented in JohnsonJackson, JohnsonJackson, JohnsonJacksonSchaeffer, JohnsonJacksonSchaeffer, Schaeffer, and Schaeffer.

References alphaMax().

Here is the call graph for this function:

◆ nu() [1/2]

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

Implemented in JohnsonJackson, JohnsonJackson, JohnsonJacksonSchaeffer, JohnsonJacksonSchaeffer, Schaeffer, and Schaeffer.

References alphaMax(), and D.

Here is the call graph for this function:

◆ read() [1/2]

virtual bool read ( )
pure virtual

◆ TypeName() [2/2]

TypeName ( "frictionalStressModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

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

References dict, and frictionalStressModel().

Here is the call graph for this function:

◆ New() [2/2]

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

References dict.

◆ frictionalPressure() [2/2]

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

Implemented in JohnsonJackson, JohnsonJackson, JohnsonJacksonSchaeffer, JohnsonJacksonSchaeffer, Schaeffer, and Schaeffer.

References alphaMax().

Here is the call graph for this function:

◆ frictionalPressurePrime() [2/2]

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

Implemented in JohnsonJackson, JohnsonJackson, JohnsonJacksonSchaeffer, JohnsonJacksonSchaeffer, Schaeffer, and Schaeffer.

References alphaMax().

Here is the call graph for this function:

◆ nu() [2/2]

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

Implemented in JohnsonJackson, JohnsonJackson, JohnsonJacksonSchaeffer, JohnsonJacksonSchaeffer, Schaeffer, and Schaeffer.

References alphaMax(), and D.

Here is the call graph for this function:

◆ read() [2/2]

virtual bool read ( )
pure virtual

Member Data Documentation

◆ dict_

const dictionary & dict_
protected

Reference to higher-level dictionary for re-read.

Definition at line 58 of file frictionalStressModel.H.

Referenced by frictionalStressModel(), JohnsonJackson::read(), JohnsonJacksonSchaeffer::read(), and Schaeffer::read().


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H
  • src/phaseSystemModels/twoPhaseEuler/phaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H
  • src/phaseSystemModels/reactingEuler/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C
  • src/phaseSystemModels/twoPhaseEuler/phaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C