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