viscosityModel Class Referenceabstract
Inheritance diagram for viscosityModel:

Public Member Functions

 TypeName ("viscosityModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const dictionary &dict),(dict))
 
 viscosityModel (const dictionary &coeffDict)
 Construct from the coefficients dictionary. More...
 
 viscosityModel (const viscosityModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~viscosityModel ()
 Destructor. More...
 
bool read (const dictionary &dict)
 Read the coefficients from the optional ".*Coeffs" sub-dictionary. More...
 
virtual tmp< volScalarFieldnu (const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0
 
void operator= (const viscosityModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< viscosityModelNew (const dictionary &dict)
 

Detailed Description

Constructor & Destructor Documentation

◆ viscosityModel() [1/2]

viscosityModel ( const dictionary coeffDict)

Construct from the coefficients dictionary.

Definition at line 42 of file kineticTheoryViscosityModel.C.

◆ viscosityModel() [2/2]

viscosityModel ( const viscosityModel )
delete

Disallow default bitwise copy construction.

◆ ~viscosityModel()

~viscosityModel ( )
virtual

Destructor.

Definition at line 51 of file kineticTheoryViscosityModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "viscosityModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

Definition at line 31 of file kineticTheoryViscosityModelNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

Here is the call graph for this function:

◆ read()

bool read ( const dictionary dict)

Read the coefficients from the optional ".*Coeffs" sub-dictionary.

of the given dictionary

Definition at line 57 of file kineticTheoryViscosityModel.C.

References dict, and Foam::type().

Here is the call graph for this function:

◆ nu()

virtual tmp<volScalarField> nu ( const volScalarField alpha1,
const volScalarField Theta,
const volScalarField g0,
const volScalarField rho1,
const volScalarField da,
const dimensionedScalar e 
) const
pure virtual

Implemented in Syamlal, none, HrenyaSinclair, and Gidaspow.

◆ operator=()

void operator= ( const viscosityModel )
delete

Disallow default bitwise assignment.


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