Files
cantera/doc/sphinx/python/importing.rst
T

47 lines
1.2 KiB
ReStructuredText

.. py:currentmodule:: cantera
Objects Representing Phases
===========================
.. contents::
:local:
Composite Phase Objects
-----------------------
These classes are composite representations of a substance which has
thermodynamic, chemical kinetic, and (optionally) transport properties.
.. autoclass:: Solution(infile='', name='', *, origin=None, yaml=None, thermo=None, species=(), kinetics=None, reactions=())
.. autoclass:: cantera.solutionbase._SolutionBase()
.. autoclass:: Interface(infile='', name='', adjacent=(), *, origin=None, yaml=None, thermo=None, species=(), kinetics=None, reactions=())
.. autoclass:: DustyGas(infile, name='')
Pure Fluid Phases
-----------------
The following convenience functions can be used to create `PureFluid` objects
with the indicated equation of state:
.. autofunction:: CarbonDioxide
.. autofunction:: Heptane
.. autofunction:: Hfc134a
.. autofunction:: Hydrogen
.. autofunction:: Methane
.. autofunction:: Nitrogen
.. autofunction:: Oxygen
.. autofunction:: Water
Representing Quantities of Phases
---------------------------------
.. autoclass:: Quantity
Representing Multiple States
----------------------------
.. autoclass:: SolutionArray