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