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

Dummy class for 'none' option - will raise an error if any functions are called that require return values. More...

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

Public Member Functions

 TypeName ("none")
 
 NoInteraction (const dictionary &dict, CloudType &cloud)
 
 NoInteraction (const NoInteraction< CloudType > &pim)
 
virtual autoPtr< PatchInteractionModel< CloudType > > clone () const
 
virtual ~NoInteraction ()=default
 
virtual bool active () const
 
virtual bool correct (typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
 
- Public Member Functions inherited from PatchInteractionModel< CloudType >
 TypeName ("patchInteractionModel")
 
 declareRunTimeSelectionTable (autoPtr, PatchInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 PatchInteractionModel (CloudType &owner)
 
 PatchInteractionModel (const dictionary &dict, CloudType &owner, const word &type)
 
 PatchInteractionModel (const PatchInteractionModel< CloudType > &pim)
 
virtual autoPtr< PatchInteractionModel< CloudType > > clone () const=0
 
virtual ~PatchInteractionModel ()=default
 
const wordUName () const
 
const scalar & Urmax () const
 
virtual void addToEscapedParcels (const scalar mass)
 
virtual void postEvolve ()
 
virtual void info (Ostream &os)
 

Additional Inherited Members

- Public Types inherited from PatchInteractionModel< CloudType >
enum  interactionType
 
- Static Public Member Functions inherited from PatchInteractionModel< CloudType >
static autoPtr< PatchInteractionModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 
static word interactionTypeToWord (const interactionType &itEnum)
 
static interactionType wordToInteractionType (const word &itWord)
 
- Static Public Attributes inherited from PatchInteractionModel< CloudType >
static wordList interactionTypeNames_
 
- Protected Member Functions inherited from PatchInteractionModel< CloudType >
virtual void writeFileHeader (Ostream &os)
 
- Protected Attributes inherited from PatchInteractionModel< CloudType >
const word UName_
 
label escapedParcels_
 
scalar escapedMass_
 
scalar Urmax_
 

Detailed Description

template<class CloudType>
class Foam::NoInteraction< CloudType >

Dummy class for 'none' option - will raise an error if any functions are called that require return values.

Definition at line 45 of file NoInteraction.H.

Constructor & Destructor Documentation

◆ NoInteraction() [1/2]

NoInteraction ( const dictionary dict,
CloudType cloud 
)

Definition at line 27 of file NoInteraction.C.

◆ NoInteraction() [2/2]

NoInteraction ( const NoInteraction< CloudType > &  pim)

Definition at line 38 of file NoInteraction.C.

◆ ~NoInteraction()

virtual ~NoInteraction ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

◆ clone()

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

Definition at line 64 of file NoInteraction.H.

◆ active()

bool active
virtual

Definition at line 49 of file NoInteraction.C.

◆ correct()

bool correct ( typename CloudType::parcelType p,
const polyPatch pp,
bool keepParticle 
)
virtual

Implements PatchInteractionModel< CloudType >.

Definition at line 57 of file NoInteraction.C.


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