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

Variables

 f
 
 m
 

Detailed Description

Author
Christos Mitrias

Variable Documentation

◆ f

Rheology_Arrhenius.Rheology_Arrhenius.f
Initial value:
1 = CFunction(
2  Ccode= ,
3  inputs={
4  'T': {'min': 0, 'max': 9e99 },
5  'shear': {'min': 0, 'max': 9e99 },
6  'X': {'min': 0, 'max': 1 },
7  'm0' : {'min': 0, 'max' : 9e99},
8  'm1' : {'min': 0, 'max' : 9e99},
9  'mu' : {'min': 0, 'max' : 9e99},
10  'ST' : {'min': 0, 'max' : 9e99},
11  'mu_car' : {'min': 0, 'max' : 9e99},
12  },
13  outputs={
14  'mu_ap': { 'min': 0, 'max': 9e99, 'argPos': 0 },
15  },
16  parameters={
17  'Rgas' : {'min': 8.31, 'max': 8.32, 'argPos': 0},
18  }
19 )

Definition at line 52 of file Rheology_Arrhenius.py.

◆ m

Rheology_Arrhenius.Rheology_Arrhenius.m
Initial value:
1 = ForwardMappingModel(
2  _id='Rheology_Arrhenius',
3  surrogateFunction=f,
4  substituteModels=[ Rheology.m ],
5  parameters=[ 8.314 ],
6 )

Definition at line 99 of file Rheology_Arrhenius.py.