SootLib
Loading...
Searching...
No Matches
growthModel_LIN.h
Go to the documentation of this file.
1#pragma once
2
4#include "state.h"
5
6namespace soot {
7
13
15
17
18public:
19
21
22 double getGrowthSootRate(const state &state) const override;
23
25
27 ~growthModel_LIN() override = default;
28
29};
30} // namespace soot
~growthModel_LIN() override=default
double getGrowthSootRate(const state &state) const override
Definition: sootDefs.h:11