18 lines
438 B
ReStructuredText
18 lines
438 B
ReStructuredText
.. py:currentmodule:: cantera
|
|
|
|
Importing Phase Objects
|
|
=======================
|
|
|
|
These classes are composite representations of a substance which has
|
|
thermodynamic, chemical kinetic, and (optionally) transport properties.
|
|
|
|
.. autoclass:: Solution(infile, phaseid='')
|
|
|
|
.. autoclass:: Interface(infile, phaseid='', phases=())
|
|
|
|
.. autoclass:: DustyGas(infile, phaseid='')
|
|
|
|
Utility Functions
|
|
-----------------
|
|
|
|
.. autofunction:: add_directory
|