ignition Class Reference

Foam::ignition. More...

Public Member Functions

 ignition (const dictionary &, const Time &, const fvMesh &)
 Construct from Istream and database. More...
 
 ignition (const ignition &)=delete
 Disallow default bitwise copy construction. More...
 
const PtrList< ignitionSite > & sites ()
 Return the set of ignition sites. More...
 
bool ignite () const
 
bool igniting () const
 Are any of the ignition site currently igniting. More...
 
bool ignited () const
 Has the mixture been ignited? More...
 
void operator= (const ignition &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Foam::ignition.

Source files

Definition at line 52 of file ignition.H.

Constructor & Destructor Documentation

◆ ignition() [1/2]

ignition ( const dictionary ,
const Time ,
const fvMesh  
)

Construct from Istream and database.

◆ ignition() [2/2]

ignition ( const ignition )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ sites()

const PtrList<ignitionSite>& sites ( )
inline

Return the set of ignition sites.

Definition at line 77 of file ignition.H.

◆ ignite()

bool ignite ( ) const
inline

Definition at line 85 of file ignition.H.

References ignition::ignited(), ignition::igniting(), and ignition::operator=().

Here is the call graph for this function:

◆ igniting()

bool igniting ( ) const

Are any of the ignition site currently igniting.

Referenced by ignition::ignite().

Here is the caller graph for this function:

◆ ignited()

bool ignited ( ) const

Has the mixture been ignited?

Referenced by ignition::ignite().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const ignition )
delete

Disallow default bitwise assignment.

Referenced by ignition::ignite().

Here is the caller graph for this function:

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