SootLib
Loading...
Searching...
No Matches
nucleationModel_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
24 double getNucleationSootRate(state &state) override { return 0; };
25
27
30 };
31 ~nucleationModel_NONE() override = default;
32
33};
34} // namespace soot
double getNucleationSootRate(state &state) override
~nucleationModel_NONE() override=default
nucleationMech mechType
identity of the type of nucleation (child)
Definition: sootDefs.h:11