The following syntax:
>>> phase['H2','O2'].X = [1.0, 0.5]
Is equivalent to:
>>> phase.X = 'H2:1.0, O2:0.5'
|
||
|---|---|---|
| .. | ||
| cantera | ||
| scripts | ||
| .gitignore | ||
| SConscript | ||
| setup.py.in | ||
The following syntax:
>>> phase['H2','O2'].X = [1.0, 0.5]
Is equivalent to:
>>> phase.X = 'H2:1.0, O2:0.5'
|
||
|---|---|---|
| .. | ||
| cantera | ||
| scripts | ||
| .gitignore | ||
| SConscript | ||
| setup.py.in | ||