Public Member Functions | List of all members
exponential Class Reference

Exponential inter-particle stress model of the same form as used in twoPhaseEulerFoam. More...

Inheritance diagram for exponential:
Inheritance graph
[legend]
Collaboration diagram for exponential:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("exponential")
 
 exponential (const dictionary &dict)
 
 exponential (const exponential &hc)
 
virtual autoPtr< ParticleStressModelclone () const
 
virtual ~exponential ()
 
tmp< Field< scalar > > tau (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const
 
tmp< Field< scalar > > dTaudTheta (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const
 
- Public Member Functions inherited from ParticleStressModel
 TypeName ("particleStressModel")
 
 declareRunTimeSelectionTable (autoPtr, ParticleStressModel, dictionary,(const dictionary &dict),(dict))
 
 ParticleStressModel (const dictionary &dict)
 
 ParticleStressModel (const ParticleStressModel &sm)
 
virtual ~ParticleStressModel ()
 
scalar alphaPacked () const
 
tmp< FieldField< Field, scalar > > tau (const FieldField< Field, scalar > &alpha, const FieldField< Field, scalar > &rho, const FieldField< Field, scalar > &uRms) const
 

Additional Inherited Members

- Static Public Member Functions inherited from ParticleStressModel
static autoPtr< ParticleStressModelNew (const dictionary &dict)
 
- Protected Attributes inherited from ParticleStressModel
scalar alphaPacked_
 

Detailed Description

Exponential inter-particle stress model of the same form as used in twoPhaseEulerFoam.

Source files

Definition at line 52 of file exponential.H.

Constructor & Destructor Documentation

◆ exponential() [1/2]

exponential ( const dictionary dict)

Definition at line 45 of file exponential.C.

Referenced by exponential::clone().

Here is the caller graph for this function:

◆ exponential() [2/2]

exponential ( const exponential hc)

Definition at line 57 of file exponential.C.

◆ ~exponential()

~exponential ( )
virtual

Definition at line 70 of file exponential.C.

Member Function Documentation

◆ TypeName()

TypeName ( "exponential"  )

◆ clone()

virtual autoPtr<ParticleStressModel> clone ( ) const
inlinevirtual

Implements ParticleStressModel.

Definition at line 83 of file exponential.H.

References exponential::exponential().

Here is the call graph for this function:

◆ tau()

Foam::tmp< Foam::Field< Foam::scalar > > tau ( const Field< scalar > &  alpha,
const Field< scalar > &  rho,
const Field< scalar > &  uRms 
) const
virtual

Implements ParticleStressModel.

Definition at line 78 of file exponential.C.

References Foam::constant::atomic::alpha, and rho.

◆ dTaudTheta()

Foam::tmp< Foam::Field< Foam::scalar > > dTaudTheta ( const Field< scalar > &  alpha,
const Field< scalar > &  rho,
const Field< scalar > &  uRms 
) const
virtual

Implements ParticleStressModel.

Definition at line 90 of file exponential.C.

References Foam::constant::atomic::alpha, Foam::exp(), and Foam::min().

Here is the call graph for this function:

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