#include <network.h>
|
| fourdst::composition::Composition | composition |
| | Composition of the network.
|
| |
| double | tMax |
| | Maximum time.
|
| |
| double | dt0 |
| | Initial time step.
|
| |
| double | temperature |
| | Temperature in Kelvin.
|
| |
| double | density |
| | Density in g/cm^3.
|
| |
| double | energy |
| | Energy in ergs.
|
| |
| double | culling = 0.0 |
| | Culling threshold for reactions (default is 0.0, meaning no culling)
|
| |
◆ MolarAbundance()
| std::vector< double > gridfire::NetIn::MolarAbundance |
( |
| ) |
const |
|
nodiscard |
◆ composition
| fourdst::composition::Composition gridfire::NetIn::composition |
Composition of the network.
◆ culling
| double gridfire::NetIn::culling = 0.0 |
Culling threshold for reactions (default is 0.0, meaning no culling)
◆ density
| double gridfire::NetIn::density |
◆ dt0
| double gridfire::NetIn::dt0 |
◆ energy
| double gridfire::NetIn::energy |
◆ temperature
| double gridfire::NetIn::temperature |
◆ tMax
| double gridfire::NetIn::tMax |
The documentation for this struct was generated from the following files: