species.thermo.coeffs
conda install -c bryanwweber/channel/devel cantera
I'm going to attach a couple of scripts I have written that should do the trick
xrange
range
conda install -c cantera/label/dev cantera
--
You received this message because you are subscribed to the Google Groups "Cantera Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cantera-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/a54f66a1-1de8-497c-861b-2bce1e56ddf2n%40googlegroups.com.
gas3 = ct.Solution('gri30.cti')outfile = soln2ck.write(gas3)
~/openfoam/run/mechanisms/soln2ck.py in thermo_data_text(species_list, note, input_type)324
325 # attempt to split note and comment--> 326 if len(note[species.name].split('\n', 1)) == 1:327 comment = ''328 comment_str = ''KeyError: 'H2'
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/CAOvd%2BA7qkF7YW0Jc6C1TOF2c%2BDftE9KS6HziDSBYrCtQaJxpYg%40mail.gmail.com.
def thermo_data_text(species_list, note=False, input_type='included'):
You received this message because you are subscribed to a topic in the Google Groups "Cantera Users' Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cantera-users/67860KYm6JY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cantera-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/CAB9Bf_stN%2B%3DHWjYuM2vqFWzd4Hvkn4%3Dz%2BYZQR2gLgfCeyJQUqQ%40mail.gmail.com.
Hi Daniel,
That feature is complete in the current development version, and will be part of Cantera 2.6.0. You can see how it will work in the updated version of the mechanism_reduction.py example (see the calls to write_yaml
).
Regards,
Ray
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/e65734ee-98db-4cb6-b01f-48314350df9cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cantera-users/3e40c244-4579-49f5-bd7e-4191814c54d4n%40googlegroups.com.