![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
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"] | |
Creates input files for Bubble growth and QmomKinetics detailed models.
Definition in file createInputs.py.