MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
three different functions for growth rate More...
Go to the source code of this file.
Functions | |
double | growthRateConst () |
a constant growth rate More... | |
double | growthRateCO2 (double &, double &) |
growth rate due to production of CO2 More... | |
double | growthRateBA (double &, double &) |
growth rate due to evaporation of blowing agents More... | |
three different functions for growth rate
Definition in file growthRate.H.
double growthRateBA | ( | double & | L_l, |
double & | LMAX | ||
) |
growth rate due to evaporation of blowing agents
L_l | weight fraction of liquid blowing agent in liquid |
LMAX | weight fraction of maximum allowable blowing agent in liquid |
Definition at line 41 of file growthRate.H.
double growthRateCO2 | ( | double & | CO2_l, |
double & | wCO2_Max | ||
) |
growth rate due to production of CO2
CO2_l | weight fraction of CO2 in liquid |
wCO2_Max | weight fraction of maximum allowable CO2 in liquid |
Definition at line 28 of file growthRate.H.
double growthRateConst | ( | ) |