SootLib
Loading...
Searching...
No Matches
growthModel_LL.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_LL
:
public
growthModel
{
15
17
18
private
:
19
21
22
public
:
23
24
double
getGrowthSootRate
(
const
state
&
state
)
const override
;
25
27
28
growthModel_LL
();
29
~growthModel_LL
()
override
=
default
;
30
31
};
32
}
// namespace soot
soot::growthModel_LL
Definition:
growthModel_LL.h:14
soot::growthModel_LL::getGrowthSootRate
double getGrowthSootRate(const state &state) const override
Definition:
growthModel_LL.cc:33
soot::growthModel_LL::growthModel_LL
growthModel_LL()
Definition:
growthModel_LL.cc:10
soot::growthModel_LL::~growthModel_LL
~growthModel_LL() override=default
soot::growthModel
Definition:
growthModel.h:17
soot::state
Definition:
state.h:17
growthModel.h
soot
Definition:
sootDefs.h:11
state.h
src
growthModels
growthModel_LL.h
Generated by
1.9.5