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< 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 58 of file ignitionSite.H.
| ignitionSite | ( | Istream & | is, |
| const Time & | db, | ||
| const fvMesh & | mesh | ||
| ) |
Construct from Istream and database.
Definition at line 32 of file ignitionSiteIO.C.
References IOstream::check().
Referenced by ignitionSite::clone(), and ignitionSite::iNew::operator()().


| ignitionSite | ( | Istream & | is, |
| const engineTime & | edb, | ||
| const fvMesh & | mesh | ||
| ) |
Construct from Istream and engineTime.
Definition at line 68 of file ignitionSiteIO.C.
References IOstream::check().

|
inline |
Clone.
Definition at line 121 of file ignitionSite.H.
References ignitionSite::ignitionSite().

|
inline |
Definition at line 131 of file ignitionSite.H.
|
inline |
Definition at line 136 of file ignitionSite.H.
|
inline |
Definition at line 141 of file ignitionSite.H.
|
inline |
Definition at line 146 of file ignitionSite.H.
|
inline |
Definition at line 151 of file ignitionSite.H.
References ignitionSite::cells().

| const Foam::labelList & cells | ( | ) | const |
Return the ignition cells updated if the mesh moved.
Definition at line 86 of file ignitionSite.C.
References polyMesh::changing(), and TimeState::timeIndex().
Referenced by ignitionSite::strength().


|
inline |
Definition at line 159 of file ignitionSite.H.
References ignitionSite::ignited(), ignitionSite::igniting(), and ignitionSite::operator=().

| bool igniting | ( | ) | const |
Definition at line 98 of file ignitionSite.C.
References TimeState::deltaTValue(), Foam::max(), and dimensioned< Type >::value().
Referenced by ignitionSite::cellVolumes().


| bool ignited | ( | ) | const |
Definition at line 112 of file ignitionSite.C.
References TimeState::deltaTValue(), and dimensioned< Type >::value().
Referenced by ignitionSite::cellVolumes().


| void operator= | ( | const ignitionSite & | is | ) |
Definition at line 123 of file ignitionSite.C.
Referenced by ignitionSite::cellVolumes().

1.8.11