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 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 60 of file shaped.C.

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

◆ ~shaped()

~shaped ( )
virtual

Destructor.

Definition at line 90 of file shaped.C.

Member Function Documentation

◆ TypeName()

TypeName ( "shaped"  )

Run-time type information.

Member Data Documentation

◆ vName

const Foam::word vName
static

Name of volume fields.

Definition at line 77 of file shaped.H.

Referenced by cloud::addsSupToField(), cloudVolume::calculate(), cloudVolume::clear(), cloudVolume::execute(), and cloudVolume::write().

◆ v

const CloudDerivedField<scalar>& v

◆ a

const CloudDerivedField<scalar>& a

Surface area.

Definition at line 86 of file shaped.H.

Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes().

◆ alpha

const CloudAverageField<scalar>& alpha

Volume fraction.

Definition at line 89 of file shaped.H.


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