shaped Class Referenceabstract

Base class for clouds with particles with mass. More...

Inheritance diagram for shaped:
Collaboration diagram for shaped:

Public Member Functions

 TypeName ("shaped")
 Run-time type information. More...
 
 shaped (const cloud &)
 Construct from a reference to the cloud. More...
 
 shaped (const cloud &, const grouped &)
 Construct from a reference to the cloud and its base classes. More...
 
virtual ~shaped ()
 Destructor. More...
 

Public Attributes

const CloudDerivedField< scalar > & v
 Volume. More...
 
const CloudDerivedField< scalar > & a
 Surface area. More...
 
const CloudDerivedField< scalar > & aByV
 Surface area per unit volume. More...
 
const CloudAverageField< scalar > & alpha
 Volume fraction. More...
 

Static Public Attributes

static const word vName
 Name of volume fields. More...
 

Detailed Description

Base class for clouds with particles with mass.

Source files

Definition at line 50 of file shaped.H.

Constructor & Destructor Documentation

◆ shaped() [1/2]

shaped ( const cloud c)

Construct from a reference to the cloud.

Definition at line 44 of file shaped.C.

◆ shaped() [2/2]

shaped ( const cloud c,
const grouped groupedCloud 
)

Construct from a reference to the cloud and its base classes.

Definition at line 61 of file shaped.C.

References grouped::number, and shaped::v.

◆ ~shaped()

~shaped ( )
virtual

Destructor.

Definition at line 92 of file shaped.C.

Member Function Documentation

◆ TypeName()

TypeName ( "shaped"  )

Run-time type information.

Member Data Documentation

◆ vName

◆ v

◆ a

const CloudDerivedField<scalar>& a

Surface area.

Definition at line 93 of file shaped.H.

Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes().

◆ aByV

const CloudDerivedField<scalar>& aByV

Surface area per unit volume.

Definition at line 96 of file shaped.H.

◆ alpha

const CloudAverageField<scalar>& alpha

Volume fraction.

Definition at line 99 of file shaped.H.


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