From charlesreid1

Revision as of 18:51, 2 September 2013 by Admin (talk | contribs) (Created page with "Gas mixing functions written in Python <!-- <pre> def convert_gas_to_composition_dict( gas ): d = {} for sp in gas.speciesNames(): d[sp] = gas.moleFraction(sp) ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gas mixing functions written in Python