Loading [MathJax]/extensions/TeX/AMSsymbols.js
MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
All Data Structures Namespaces Files Functions Variables Typedefs Macros Modules Pages
modenaCalls.H File Reference

instantiates the surrogate models More...

Go to the source code of this file.

Variables

 bblgr1 = modena_model_new("bubbleGrowth1")
 instantiate the first bubble growth surrogate model
 
 bblgr2 = modena_model_new("bubbleGrowth2")
 instantiate the second bubble growth surrogate model
 
 kinetics = modena_model_new("RF-1-public")
 instantiate the RF-1 kinetics surrogate model
 
 density_reaction_mixturemodel = modena_model_new("density_reaction_mixture")
 instantiate the surrogate model the density of polymer mixture
 
 rheologymodel = modena_model_new("Rheology_Arrhenius")
 instantiate the Arrhenius rheology model
 
 strutContentmodel = modena_model_new("strutContent")
 instantiate the strut content surrogate model
 
 inputs_bblgr1 = modena_inputs_new(bblgr1)
 set the inputs for the first bubble growth surrogate model
 
 outputs_bblgr1 = modena_outputs_new(bblgr1)
 set the output for the first bubble growth surrogate model
 
 inputs_bblgr2 = modena_inputs_new(bblgr2)
 set the inputs for the second bubble growth surrogate model
 
 outputs_bblgr2 = modena_outputs_new(bblgr2)
 set the output for the second bubble growth surrogate model
 
 inputs_kinetics = modena_inputs_new(kinetics)
 set the inputs for the kinetics surrogate model
 
 outputs_kinetics = modena_outputs_new(kinetics)
 set the outputs for the kinetics surrogate model
 
 inputs_den = modena_inputs_new (density_reaction_mixturemodel)
 set the inputs for the surrogate model for density of reacting mixture
 
 outputs_den = modena_outputs_new (density_reaction_mixturemodel)
 set the output for the surrogate model for the density of reacting mixture
 
 inputs_rheo = modena_inputs_new (rheologymodel)
 set the inputs for the rheology surrogate model
 
 outputs_rheo = modena_outputs_new (rheologymodel)
 set the output for the rheology surrogate model
 
 inputs_strutContent = modena_inputs_new (strutContentmodel)
 set the inputs for strut content surrogate model
 
 outputs_strutContent = modena_outputs_new (strutContentmodel)
 set the output for the strut content surrogate model
 
 inputs_thermalConductivity = modena_inputs_new (thermalConductivitymodel)
 set the inputs for thermal conductivity surrogate model
 
 outputs_thermalConductivity = modena_outputs_new (thermalConductivitymodel)
 

Detailed Description

instantiates the surrogate models

  • bubbleGrowth1,
  • bubbleGrowth2,
  • density_reaction_mixture,
  • rheology,
  • simpleKinetics

Definition in file modenaCalls.H.

Variable Documentation

◆ outputs_thermalConductivity

outputs_thermalConductivity = modena_outputs_new (thermalConductivitymodel)

set the output for thermal conductivity surrogate model

Definition at line 103 of file modenaCalls.H.