MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
growthRate.H File Reference

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...
 

Detailed Description

three different functions for growth rate

Definition in file growthRate.H.

Function Documentation

◆ growthRateBA()

double growthRateBA ( double &  L_l,
double &  LMAX 
)

growth rate due to evaporation of blowing agents

Parameters
L_lweight fraction of liquid blowing agent in liquid
LMAXweight fraction of maximum allowable blowing agent in liquid
Returns
growth rate value due to blowing agents.

Definition at line 41 of file growthRate.H.

◆ growthRateCO2()

double growthRateCO2 ( double &  CO2_l,
double &  wCO2_Max 
)

growth rate due to production of CO2

Parameters
CO2_lweight fraction of CO2 in liquid
wCO2_Maxweight fraction of maximum allowable CO2 in liquid
Returns
growth rate value due to CO2

Definition at line 28 of file growthRate.H.

◆ growthRateConst()

double growthRateConst ( )

a constant growth rate

Returns
constant growth rate

Definition at line 23 of file growthRate.H.