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

Surrogate function and model definitions for thermal conductivity of polyurethane. More...

Variables

 term = Terminal()
 Create terminal for colour output.
 
 f_polymer_thermal_conductivity
 Surrogate function for thermal conductivity of polyurethane. More...
 
 m_polymer_thermal_conductivity
 Surrogate model for thermal conductivity of polyurethane. More...
 

Detailed Description

Surrogate function and model definitions for thermal conductivity of polyurethane.

Author
Erik Laurini
Pavel Ferkl

Variable Documentation

◆ f_polymer_thermal_conductivity

polymerConductivity.polymerConductivity.f_polymer_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  'polymer_thermal_conductivity': {
9  'min': 0, 'max': +9e99, 'argPos': 0
10  },
11  },
12  parameters={
13  'param0': {'min': -9e99, 'max': +9e99, 'argPos': 0},
14  'param1': {'min': -9e99, 'max': +9e99, 'argPos': 1},
15  },
16 )

Surrogate function for thermal conductivity of polyurethane.

Thermal conductivity of polyurethane is a function of temperature.

Definition at line 60 of file polymerConductivity.py.

◆ m_polymer_thermal_conductivity

polymerConductivity.polymerConductivity.m_polymer_thermal_conductivity
Initial value:
1 = ForwardMappingModel(
2  _id='polymer_thermal_conductivity',
3  surrogateFunction=f_polymer_thermal_conductivity,
4  substituteModels=[],
5  parameters=[0.198e-3, 151.08e-3],
6  inputs={
7  'T': {'min': 273, 'max': 450},
8  },
9  outputs={
10  'polymer_thermal_conductivity': {'min': 0, 'max': +9e99},
11  },
12 )

Surrogate model for thermal conductivity of polyurethane.

Forward mapping model is used.

Definition at line 98 of file polymerConductivity.py.