MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
gasConductivity.gasConductivity Namespace Reference

Surrogate function and model definitions for thermal conductivity of blowing agents. More...

Variables

 species
 List of components, for which surrogate model is provided. More...
 
 f_gas_thermal_conductivity
 Surrogate function for thermal conductivity of blowing agents. More...
 
 m_CO2_thermal_conductivity
 Surrogate model for thermal conductivity of blowing agent. More...
 
 m_Air_thermal_conductivity
 Surrogate model for thermal conductivity of blowing agent. More...
 
 m_CyP_thermal_conductivity
 Surrogate model for thermal conductivity of blowing agent. More...
 
 m_O2_thermal_conductivity
 Surrogate model for thermal conductivity of blowing agent. More...
 
 m_N2_thermal_conductivity
 Surrogate model for thermal conductivity of blowing agent. More...
 

Detailed Description

Surrogate function and model definitions for thermal conductivity of blowing agents.

Author
Erik Laurini
Pavel Ferkl

Variable Documentation

◆ f_gas_thermal_conductivity

gasConductivity.gasConductivity.f_gas_thermal_conductivity
Initial value:
1 = CFunction(
2  Ccode=,
3  # These are global bounds for the function
4  inputs={
5  'T': {'min': 273, 'max': 550},
6  },
7  outputs={
8  'gas_thermal_conductivity[A]': {'min': 0, 'max': +9e99, 'argPos': 0},
9  },
10  parameters={
11  'param0[A]': {'min': -9e99, 'max': +9e99, 'argPos': 0},
12  'param1[A]': {'min': -9e99, 'max': +9e99, 'argPos': 1},
13  },
14  indices={
15  'A': species,
16  },
17 )

Surrogate function for thermal conductivity of blowing agents.

Thermal conductivity of blowing agents is a function of temperature.

Definition at line 57 of file gasConductivity.py.

◆ m_Air_thermal_conductivity

gasConductivity.gasConductivity.m_Air_thermal_conductivity
Initial value:
1 = ForwardMappingModel(
2  _id='gas_thermal_conductivity[A=Air]',
3  surrogateFunction=f_gas_thermal_conductivity,
4  substituteModels=[],
5  parameters=[0.0720e-3, 4.23e-3],
6 )

Surrogate model for thermal conductivity of blowing agent.

Forward mapping model is used.

Definition at line 106 of file gasConductivity.py.

◆ m_CO2_thermal_conductivity

gasConductivity.gasConductivity.m_CO2_thermal_conductivity
Initial value:
1 = ForwardMappingModel(
2  _id='gas_thermal_conductivity[A=CO2]',
3  surrogateFunction=f_gas_thermal_conductivity,
4  substituteModels=[],
5  parameters=[0.0807e-3, -6.96e-3],
6 )

Surrogate model for thermal conductivity of blowing agent.

Forward mapping model is used.

Definition at line 96 of file gasConductivity.py.

◆ m_CyP_thermal_conductivity

gasConductivity.gasConductivity.m_CyP_thermal_conductivity
Initial value:
1 = ForwardMappingModel(
2  _id='gas_thermal_conductivity[A=CyP]',
3  surrogateFunction=f_gas_thermal_conductivity,
4  substituteModels=[],
5  parameters=[0.0956e-3, -14.89e-3],
6 )

Surrogate model for thermal conductivity of blowing agent.

Forward mapping model is used.

Definition at line 116 of file gasConductivity.py.

◆ m_N2_thermal_conductivity

gasConductivity.gasConductivity.m_N2_thermal_conductivity
Initial value:
1 = ForwardMappingModel(
2  _id='gas_thermal_conductivity[A=N2]',
3  surrogateFunction=f_gas_thermal_conductivity,
4  substituteModels=[],
5  parameters=[6.93333072e-05, 4.87189502e-03],
6 )

Surrogate model for thermal conductivity of blowing agent.

Forward mapping model is used.

Definition at line 136 of file gasConductivity.py.

◆ m_O2_thermal_conductivity

gasConductivity.gasConductivity.m_O2_thermal_conductivity
Initial value:
1 = ForwardMappingModel(
2  _id='gas_thermal_conductivity[A=O2]',
3  surrogateFunction=f_gas_thermal_conductivity,
4  substituteModels=[],
5  parameters=[7.79027851e-05, 3.08485612e-03],
6 )

Surrogate model for thermal conductivity of blowing agent.

Forward mapping model is used.

Definition at line 126 of file gasConductivity.py.

◆ species

gasConductivity.gasConductivity.species
Initial value:
1 = IndexSet(
2  name= 'gas_thermal_conductivity_species',
3  names= [ 'CO2', 'CyP', 'O2', 'N2' ]
4 )

List of components, for which surrogate model is provided.

Definition at line 49 of file gasConductivity.py.