SootLib
Loading...
Searching...
No Matches
coagulationModel_NONE.h
Go to the documentation of this file.
1#pragma once
2
4#include "state.h"
5
6namespace soot {
7
13
15
17
18private:
19
21
22public:
23
31
32 double getCoagulationSootRate(const state& state, double m1, double m2) const override { return 0; }
33
35
37 FM_multiplier = 1.0;
39 }
40 ~coagulationModel_NONE() override = default;
41};
42} // namespace soot
double getCoagulationSootRate(const state &state, double m1, double m2) const override
~coagulationModel_NONE() override=default
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