MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
createInputs.py File Reference

Creates input files for Bubble growth and QmomKinetics detailed models. More...

Go to the source code of this file.

Variables

 createInputs.f = open("unifiedInput.json",'r')
 
 createInputs.inputs = json.load(f)
 
 createInputs.NN = inputs["initialConditions"]["numberBubbleDensity"]
 
 createInputs.R0 = inputs["initialConditions"]["bubbleRadius"]
 
 createInputs.H = inputs["physicalProperties"]["blowingAgents"]["CO2"]["solubility"]
 
 createInputs.p = inputs["physicalProperties"]["pressure"]
 
 createInputs.M = inputs["physicalProperties"]["blowingAgents"]["CO2"]["molarMass"]
 
 createInputs.rho = inputs["physicalProperties"]["polymer"]["density"]
 
 createInputs.c = inputs["initialConditions"]["concentrations"]["blowingAgents"]["PBL"]
 

Detailed Description

Creates input files for Bubble growth and QmomKinetics detailed models.

Author
Pavel Ferkl

Definition in file createInputs.py.