Loading...
Searching...
No Matches
ParticleStressModel Class Referenceabstract

Base class for inter-particle stress models. More...

#include <ParticleStressModel.H>

Inheritance diagram for ParticleStressModel:

Public Member Functions

 TypeName ("particleStressModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, ParticleStressModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime constructor selection table.
 ParticleStressModel (const dictionary &dict)
 Constructors.
 ParticleStressModel (const ParticleStressModel &sm)
 Construct a copy.
virtual autoPtr< ParticleStressModelclone () const =0
 Construct and return a clone.
virtual ~ParticleStressModel ()
 Destructor.
scalar alphaPacked () const
 Member Functions.
virtual tmp< Field< scalar > > tau (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const =0
 Collision stress.
virtual tmp< Field< scalar > > dTaudTheta (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const =0
 Collision stress derivative w.r.t. the volume fraction.
tmp< FieldField< Field, scalar > > tau (const FieldField< Field, scalar > &alpha, const FieldField< Field, scalar > &rho, const FieldField< Field, scalar > &uRms) const
 Collision stress using FieldFields.

Static Public Member Functions

static autoPtr< ParticleStressModelNew (const dictionary &dict)
 Selector.

Protected Attributes

scalar alphaPacked_
 Close pack volume fraction.

Detailed Description

Base class for inter-particle stress models.

Source files

Definition at line 52 of file ParticleStressModel.H.

Constructor & Destructor Documentation

◆ ParticleStressModel() [1/2]

ParticleStressModel ( const dictionary & dict)

Constructors.

Construct from components

Definition at line 35 of file ParticleStressModel.C.

References alphaPacked_, and dict.

Referenced by declareRunTimeSelectionTable(), exponential::exponential(), exponential::exponential(), HarrisCrighton::HarrisCrighton(), HarrisCrighton::HarrisCrighton(), Lun::Lun(), Lun::Lun(), and ParticleStressModel().

Here is the caller graph for this function:

◆ ParticleStressModel() [2/2]

ParticleStressModel ( const ParticleStressModel & sm)

Construct a copy.

Definition at line 44 of file ParticleStressModel.C.

References alphaPacked_, and ParticleStressModel().

Here is the call graph for this function:

◆ ~ParticleStressModel()

~ParticleStressModel ( )
virtual

Destructor.

Definition at line 83 of file ParticleStressModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "particleStressModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime constructor selection table.

References dict, and ParticleStressModel().

Here is the call graph for this function:

◆ clone()

virtual autoPtr< ParticleStressModel > clone ( ) const
pure virtual

Construct and return a clone.

Implemented in exponential, HarrisCrighton, and Lun.

References dict.

◆ New()

Foam::autoPtr< Foam::ParticleStressModel > New ( const dictionary & dict)
static

Selector.

Definition at line 55 of file ParticleStressModel.C.

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

Here is the call graph for this function:

◆ alphaPacked()

Foam::scalar alphaPacked ( ) const

Member Functions.

Access max volume fraction

Definition at line 89 of file ParticleStressModel.C.

References alphaPacked_.

◆ tau() [1/2]

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

Collision stress.

Implemented in exponential, HarrisCrighton, and Lun.

References alpha, and rho.

Referenced by tau().

Here is the caller graph for this function:

◆ dTaudTheta()

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

Collision stress derivative w.r.t. the volume fraction.

Implemented in exponential, HarrisCrighton, and Lun.

References alpha, and rho.

◆ tau() [2/2]

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

Collision stress using FieldFields.

Definition at line 96 of file ParticleStressModel.C.

References alpha, forAll, Foam::New(), rho, and tau().

Here is the call graph for this function:

Member Data Documentation

◆ alphaPacked_

scalar alphaPacked_
protected

Close pack volume fraction.

Definition at line 73 of file ParticleStressModel.H.

Referenced by alphaPacked(), exponential::dTaudTheta(), ParticleStressModel(), ParticleStressModel(), and Lun::tau().


The documentation for this class was generated from the following files:
  • src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/ParticleStressModel/ParticleStressModel.H
  • src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/ParticleStressModel/ParticleStressModel.C