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