Additional variable types
Object-oriented equation-based modelling and optimisation software
Brought to you by:
ciroki
Two variable types that I found missing (and added myself), may be good to add them to the existing list (not sure about the number values):
mass_flowrate_t = daet.daeVariableType("mass_flowrate_t", kg/s, -1.0e+10, 1.0e+10, 0.0, 1e-05) molar_mass_t = daet.daeVariableType("molar_mass_t", kg/mol, 0.0, 1.0e+20, 0, 1e-05)
We have volume_flowrate and molar_flowrate, but not mass_flowrate. We have moles, molar flux, molar flowrate, molar concentration, but not molar mass.
Versions: Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)
Anonymous