Inheritance diagram for ablate::finiteVolume::processes::Soot:Public Member Functions | |
| Soot (const std::shared_ptr< eos::EOS > &eos, const std::shared_ptr< parameters::Parameters > &options={}, double thresholdTemperature={}, double surfaceGrowthPreExp={}, double nucleationPreExp={}) | |
| void | Initialize (ablate::finiteVolume::FiniteVolumeSolver &flow) override |
| void | Setup (ablate::finiteVolume::FiniteVolumeSolver &flow) override |
Static Public Attributes | |
| static const double | solidCarbonDensity = 2000 |
| SolidCarbonDensity. | |
| static double | NddScaling = 1e20 |
| Scaling term for Ndd going into the Tines ODE Solver. | |
| static double | nucPreExponential = 1000 |
| Parameters for Nucleation and Surface Growth Pre Exponentials. | |
| static double | surfPreExponential = 700 |
|
overridevirtual |
Set up mesh dependent initialization
| flow |
Reimplemented from ablate::finiteVolume::processes::Process.
|
inlineoverridevirtual |
Setup up all functions not dependent upon the mesh
| flow |
Implements ablate::finiteVolume::processes::Process.