ignitionSite Class Reference

Foam::ignitionSite. More...

Classes

class  iNew
 Class used for the read-construction of. More...
 

Public Member Functions

 ignitionSite (Istream &, const Time &, const fvMesh &)
 Construct from Istream and database. More...
 
 ignitionSite (Istream &, const engineTime &, const fvMesh &)
 Construct from Istream and engineTime. More...
 
autoPtr< ignitionSiteclone () const
 Clone. More...
 
const vectorlocation () const
 
scalar diameter () const
 
scalar time () const
 
scalar duration () const
 
scalar strength () const
 
const labelListcells () const
 Return the ignition cells updated if the mesh moved. More...
 
const scalarListcellVolumes () const
 
bool igniting () const
 
bool ignited () const
 
void operator= (const ignitionSite &)
 

Detailed Description

Constructor & Destructor Documentation

◆ ignitionSite() [1/2]

ignitionSite ( Istream is,
const Time db,
const fvMesh mesh 
)

Construct from Istream and database.

Definition at line 34 of file ignitionSiteIO.C.

References IOstream::check(), and FUNCTION_NAME.

Here is the call graph for this function:

◆ ignitionSite() [2/2]

ignitionSite ( Istream is,
const engineTime edb,
const fvMesh mesh 
)

Construct from Istream and engineTime.

Definition at line 70 of file ignitionSiteIO.C.

References IOstream::check(), and FUNCTION_NAME.

Here is the call graph for this function:

Member Function Documentation

◆ clone()

autoPtr<ignitionSite> clone ( ) const
inline

Clone.

Definition at line 123 of file ignitionSite.H.

References autoPtr< T >::New().

Here is the call graph for this function:

◆ location()

const vector& location ( ) const
inline

Definition at line 133 of file ignitionSite.H.

◆ diameter()

scalar diameter ( ) const
inline

Definition at line 138 of file ignitionSite.H.

◆ time()

scalar time ( ) const
inline

Definition at line 143 of file ignitionSite.H.

◆ duration()

scalar duration ( ) const
inline

Definition at line 148 of file ignitionSite.H.

◆ strength()

scalar strength ( ) const
inline

Definition at line 153 of file ignitionSite.H.

◆ cells()

const Foam::labelList & cells ( ) const

Return the ignition cells updated if the mesh moved.

Definition at line 88 of file ignitionSite.C.

◆ cellVolumes()

const scalarList& cellVolumes ( ) const
inline

Definition at line 161 of file ignitionSite.H.

◆ igniting()

bool igniting ( ) const

Definition at line 100 of file ignitionSite.C.

References Foam::max().

Here is the call graph for this function:

◆ ignited()

bool ignited ( ) const

Definition at line 114 of file ignitionSite.C.

◆ operator=()

void operator= ( const ignitionSite is)

Definition at line 125 of file ignitionSite.C.


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