From charlesreid1

(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) ...")
 
No edit summary
Line 1: Line 1:
Gas mixing functions written in Python
Gas mixing functions written in Python
(to be copied-pasted here shortly.)


<!--
<!--

Revision as of 18:52, 2 September 2013

Gas mixing functions written in Python

(to be copied-pasted here shortly.)