Skip to content

Commit 228df74

Browse files
committed
[yaml_cantera1] Report things in cantera default internal units.
The result might be ugly, but hopefully will be correct!
1 parent ee7b535 commit 228df74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmgpy/yaml_cantera1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def write_cantera(
132132

133133
# units line
134134
f.write(
135-
"\nunits: {length: cm, time: s, quantity: mol, activation-energy: kcal/mol}\n\n"
135+
"\nunits: {length: m, time: s, quantity: kmol, activation-energy: J/kmol}\n\n"
136136
)
137137

138138
f.write(phases_block)

0 commit comments

Comments
 (0)