NoIsotropy< CloudType > Class Template Reference

Place holder for the 'none' option. More...

Inheritance diagram for NoIsotropy< CloudType >:
[legend]
Collaboration diagram for NoIsotropy< CloudType >:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 NoIsotropy (const dictionary &dict, CloudType &owner)
 Construct from components. More...
 
 NoIsotropy (const NoIsotropy< CloudType > &cm)
 Construct copy. More...
 
virtual autoPtr< IsotropyModel< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~NoIsotropy ()
 Destructor. More...
 
virtual void calculate ()
 Member Functions. More...
 
virtual bool active () const
 Return the model 'active' status. More...
 
- Public Member Functions inherited from IsotropyModel< CloudType >
 TypeName ("isotropyModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, IsotropyModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 IsotropyModel (CloudType &owner)
 Construct null from owner. More...
 
 IsotropyModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from components. More...
 
 IsotropyModel (const IsotropyModel< CloudType > &cm)
 Construct a copy. More...
 
virtual ~IsotropyModel ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from IsotropyModel< CloudType >
static autoPtr< IsotropyModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 Selector. More...
 
- Protected Attributes inherited from IsotropyModel< CloudType >
autoPtr< TimeScaleModeltimeScaleModel_
 Time scale model. More...
 

Detailed Description

template<class CloudType>
class Foam::IsotropyModels::NoIsotropy< CloudType >

Place holder for the 'none' option.

Source files

Definition at line 56 of file NoIsotropy.H.

Constructor & Destructor Documentation

◆ NoIsotropy() [1/2]

NoIsotropy ( const dictionary dict,
CloudType owner 
)

Construct from components.

Definition at line 34 of file NoIsotropy.C.

◆ NoIsotropy() [2/2]

NoIsotropy ( const NoIsotropy< CloudType > &  cm)

Construct copy.

Definition at line 45 of file NoIsotropy.C.

◆ ~NoIsotropy()

~NoIsotropy ( )
virtual

Destructor.

Definition at line 56 of file NoIsotropy.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ clone()

virtual autoPtr<IsotropyModel<CloudType> > clone ( ) const
inlinevirtual

Construct and return a clone.

Implements IsotropyModel< CloudType >.

Definition at line 74 of file NoIsotropy.H.

◆ calculate()

void calculate ( )
virtual

Member Functions.

Calculate velocities

Implements IsotropyModel< CloudType >.

Definition at line 63 of file NoIsotropy.C.

◆ active()

bool active ( ) const
virtual

Return the model 'active' status.

Definition at line 68 of file NoIsotropy.C.


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