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 (const ignitionSite &)=default | |
Copy constructor. More... | |
autoPtr< ignitionSite > | clone () const |
Clone. More... | |
const vector & | location () const |
scalar | diameter () const |
scalar | time () const |
scalar | duration () const |
scalar | strength () const |
const labelList & | cells () const |
Return the ignition cells updated if the mesh moved. More... | |
const scalarList & | cellVolumes () const |
bool | igniting () const |
bool | ignited () const |
void | operator= (const ignitionSite &) |
Definition at line 57 of file ignitionSite.H.
ignitionSite | ( | Istream & | , |
const Time & | , | ||
const fvMesh & | |||
) |
Construct from Istream and database.
Referenced by ignitionSite::clone(), and ignitionSite::iNew::operator()().
|
default |
Copy constructor.
|
inline |
Clone.
Definition at line 120 of file ignitionSite.H.
References ignitionSite::ignitionSite().
|
inline |
Definition at line 130 of file ignitionSite.H.
|
inline |
Definition at line 135 of file ignitionSite.H.
|
inline |
Definition at line 140 of file ignitionSite.H.
|
inline |
Definition at line 145 of file ignitionSite.H.
|
inline |
Definition at line 150 of file ignitionSite.H.
References ignitionSite::cells().
const labelList& cells | ( | ) | const |
Return the ignition cells updated if the mesh moved.
Referenced by ignitionSite::strength().
|
inline |
Definition at line 158 of file ignitionSite.H.
References ignitionSite::ignited(), ignitionSite::igniting(), and ignitionSite::operator=().
bool igniting | ( | ) | const |
bool ignited | ( | ) | const |
void operator= | ( | const ignitionSite & | ) |