#include <ignitionSite.H>
Classes | |
| class | iNew |
| Read-construction of PtrLists of ignitionSite. More... | |
Public Member Functions | |
| ignitionSite (const ignitionSite &)=default | |
| Copy construct. | |
| ignitionSite (Istream &, const Time &, const fvMesh &) | |
| Construct from Istream and database. | |
| ignitionSite (Istream &, const engineTime &, const fvMesh &) | |
| Construct from Istream and engineTime. | |
| autoPtr< ignitionSite > | clone () const |
| Clone. | |
| 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. | |
| const scalarList & | cellVolumes () const |
| bool | igniting () const |
| bool | ignited () const |
| void | operator= (const ignitionSite &) |
Definition at line 58 of file ignitionSite.H.
|
default |
Copy construct.
References ignitionSite().
Referenced by cells(), ignitionSite(), and operator=().


Construct from Istream and database.
Definition at line 27 of file ignitionSiteIO.C.
References IOstream::check(), FUNCTION_NAME, mesh, and timeIndex.

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

|
inline |
Clone.
Definition at line 139 of file ignitionSite.H.
References autoPtr< T >::New().

|
inline |
Definition at line 149 of file ignitionSite.H.
|
inline |
Definition at line 154 of file ignitionSite.H.
|
inline |
Definition at line 159 of file ignitionSite.H.
|
inline |
Definition at line 164 of file ignitionSite.H.
|
inline |
Definition at line 169 of file ignitionSite.H.
| const Foam::labelList & cells | ( | ) | const |
Return the ignition cells updated if the mesh moved.
Definition at line 82 of file ignitionSite.C.
References ignitionSite().

|
inline |
Definition at line 179 of file ignitionSite.H.
| bool igniting | ( | ) | const |
Definition at line 94 of file ignitionSite.C.
References Foam::max().

| bool ignited | ( | ) | const |
Definition at line 108 of file ignitionSite.C.
| void operator= | ( | const ignitionSite & | is | ) |
Definition at line 119 of file ignitionSite.C.
References ignitionSite().
