Go to the documentation of this file.
34 Foam::ignition::ignition
42 ignite_(combustionProperties.
get<
bool>(
"ignite")),
45 combustionProperties.
lookup(
"ignitionSites"),
55 Info<<
"\nIgnition switched off" <<
endl;
60 Foam::ignition::ignition
62 const dictionary& combustionProperties,
63 const engineTime& edb,
68 ignite_(combustionProperties.
get<
bool>(
"ignite")),
71 combustionProperties.lookup(
"ignitionSites"),
72 ignitionSite::iNew(edb,
mesh)
81 Info<<
"\nIgnition switched off" <<
endl;
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Lookup type of boundary radiation properties.
ITstream & lookup(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
An abstract class for the time description of the piston motion.
Mesh data needed to do the Finite Volume discretisation.
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)