SootLib
Loading...
Searching...
No Matches
coagulationModel_HM.h
Go to the documentation of this file.
1#pragma once
2
5#include "state.h"
6
7namespace soot {
8
14
16
18
20
21public:
22
23 double getCoagulationSootRate(const state& state, double m1, double m2) const override;
24
26
28 FM_multiplier = 1.0;
30 }
31 ~coagulationModel_HM() override = default;
32};
33} // namespace soot
~coagulationModel_HM() override=default
double getCoagulationSootRate(const state &state, double m1, double m2) const override
coagulationMech mechType
identity of the type of coagulation (child)
double FM_multiplier
multiply the FM rate by this (1.0 default, user set); make =9/2/eps_c for LL
Definition: sootDefs.h:11