Export to GitHub

cantera - issue #256

Allow float numbers for atomic compositions of species


Posted on Apr 30, 2015 by Quick Cat

line 382 was changed from "d[b[0]] = int(b[1])" to "d[b[0]] = float(b[1])" to allow floating numbers for the atomic composition of mixed species like diesel or other multicomponent mixtures.

Attachments

Comment #1

Posted on May 1, 2015 by Swift Kangaroo

Thanks for the report. Two comments:

Status: Done

Labels:
Type-Patch