Public Member Functions | List of all members
NoIsotropy< CloudType > Class Template Reference

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

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

Public Member Functions

 TypeName ("none")
 
 NoIsotropy (const dictionary &dict, CloudType &owner)
 
 NoIsotropy (const NoIsotropy< CloudType > &cm)
 
virtual autoPtr< IsotropyModel< CloudType > > clone () const
 
virtual ~NoIsotropy ()
 
virtual void calculate ()
 
virtual bool active () const
 
- Public Member Functions inherited from IsotropyModel< CloudType >
 TypeName ("isotropyModel")
 
 declareRunTimeSelectionTable (autoPtr, IsotropyModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 IsotropyModel (CloudType &owner)
 
 IsotropyModel (const dictionary &dict, CloudType &owner, const word &type)
 
 IsotropyModel (const IsotropyModel< CloudType > &cm)
 
virtual autoPtr< IsotropyModel< CloudType > > clone () const=0
 
virtual ~IsotropyModel ()
 

Additional Inherited Members

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

Detailed Description

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

Place holder for the 'none' option.

Source files

Definition at line 52 of file NoIsotropy.H.

Constructor & Destructor Documentation

◆ NoIsotropy() [1/2]

NoIsotropy ( const dictionary dict,
CloudType owner 
)

Definition at line 27 of file NoIsotropy.C.

◆ NoIsotropy() [2/2]

NoIsotropy ( const NoIsotropy< CloudType > &  cm)

Definition at line 38 of file NoIsotropy.C.

◆ ~NoIsotropy()

~NoIsotropy
virtual

Definition at line 49 of file NoIsotropy.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

◆ clone()

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

Definition at line 70 of file NoIsotropy.H.

◆ calculate()

void calculate
virtual

Implements IsotropyModel< CloudType >.

Definition at line 56 of file NoIsotropy.C.

◆ active()

bool active
virtual

Definition at line 61 of file NoIsotropy.C.


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