Public Member Functions | List of all members
linear Class Reference

linear compressibility model. More...

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

Public Member Functions

 TypeName ("linear")
 Runtime type information. More...
 
 linear (const dictionary &compressibilityProperties, const volScalarField &gamma, const word &psiName="psi")
 Construct from components. More...
 
 ~linear ()
 Destructor. More...
 
void correct ()
 Correct the linear compressibility. More...
 
bool read (const dictionary &compressibilityProperties)
 Read transportProperties dictionary. More...
 
- Public Member Functions inherited from barotropicCompressibilityModel
 TypeName ("barotropicCompressibilityModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, barotropicCompressibilityModel, dictionary,(const dictionary &compressibilityProperties, const volScalarField &gamma, const word &psiName),(compressibilityProperties, gamma, psiName))
 
 barotropicCompressibilityModel (const dictionary &compressibilityProperties, const volScalarField &gamma, const word &psiName="psi")
 Construct from components. More...
 
virtual ~barotropicCompressibilityModel ()
 Destructor. More...
 
const dictionarycompressibilityProperties () const
 Return the phase transport properties dictionary. More...
 
const volScalarFieldpsi () const
 Return the compressibility. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from barotropicCompressibilityModel
static autoPtr< barotropicCompressibilityModelNew (const dictionary &compressibilityProperties, const volScalarField &gamma, const word &psiName="psi")
 Return a reference to the selected compressibility model. More...
 
- Protected Member Functions inherited from barotropicCompressibilityModel
 barotropicCompressibilityModel (const barotropicCompressibilityModel &)
 Disallow copy construct. More...
 
void operator= (const barotropicCompressibilityModel &)
 Disallow default bitwise assignment. More...
 
- Protected Attributes inherited from barotropicCompressibilityModel
dictionary compressibilityProperties_
 
volScalarField psi_
 
const volScalarFieldgamma_
 

Detailed Description

linear compressibility model.

Source files

Definition at line 51 of file linear.H.

Constructor & Destructor Documentation

◆ linear()

linear ( const dictionary compressibilityProperties,
const volScalarField gamma,
const word psiName = "psi" 
)

Construct from components.

Definition at line 48 of file linear.C.

References correct.

◆ ~linear()

~linear ( )
inline

Destructor.

Definition at line 79 of file linear.H.

References linear::correct(), and linear::read().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "linear"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Correct the linear compressibility.

Implements barotropicCompressibilityModel.

Definition at line 75 of file linear.C.

References linear::read().

Referenced by linear::~linear().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read()

bool read ( const dictionary compressibilityProperties)
virtual

Read transportProperties dictionary.

Implements barotropicCompressibilityModel.

Definition at line 82 of file linear.C.

References barotropicCompressibilityModel::read().

Referenced by linear::correct(), and linear::~linear().

Here is the call graph for this function:
Here is the caller graph for this function:

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