Public Member Functions | |
| ignition (const dictionary &, const Time &, const fvMesh &) | |
| Construct from Istream and database. More... | |
| ignition (const dictionary &, const engineTime &, const fvMesh &) | |
| Construct from Istream and engineTime. 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... | |
Definition at line 52 of file ignition.H.
| ignition | ( | const dictionary & | combustionProperties, |
| const Time & | db, | ||
| const fvMesh & | mesh | ||
| ) |
Construct from Istream and database.
Definition at line 32 of file ignitionIO.C.
References Foam::endl(), and Foam::Info.

| ignition | ( | const dictionary & | combustionProperties, |
| const engineTime & | edb, | ||
| const fvMesh & | mesh | ||
| ) |
Construct from Istream and engineTime.
Definition at line 58 of file ignitionIO.C.
References Foam::endl(), and Foam::Info.

|
inline |
Return the set of ignition sites.
Definition at line 80 of file ignition.H.
|
inline |
Definition at line 88 of file ignition.H.
References ignition::ignited(), ignition::igniting(), and ignition::operator=().
Referenced by ignition::ignited(), and ignition::igniting().


| bool igniting | ( | ) | const |
Are any of the ignition site currently igniting.
Definition at line 32 of file ignition.C.
References forAll, and ignition::ignite().
Referenced by ignition::ignite().


| bool ignited | ( | ) | const |
Has the mixture been ignited?
Definition at line 53 of file ignition.C.
References forAll, and ignition::ignite().
Referenced by ignition::ignite().


|
delete |
Disallow default bitwise assignment.
Referenced by ignition::ignite().
