SootLib
Loading...
Searching...
No Matches
coagulationModel_FUCHS.h
Go to the documentation of this file.
1#pragma once
2
4#include "state.h"
5
6namespace soot {
7
13
15
17
19
20public:
21
22 double getCoagulationSootRate(const state& state, double m1, double m2) const override;
23
25
27 FM_multiplier = 1.0;
29 }
30 ~coagulationModel_FUCHS() override = default;
31};
32} // namespace soot
double getCoagulationSootRate(const state &state, double m1, double m2) const override
~coagulationModel_FUCHS() 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