mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Doc] Add IonFlow and related classes to Sphinx docs
This commit is contained in:
@@ -31,9 +31,34 @@ ImpingingJet
|
||||
^^^^^^^^^^^^
|
||||
.. autoclass:: ImpingingJet(gas, grid=None, width=None)
|
||||
|
||||
IonFreeFlame
|
||||
^^^^^^^^^^^^
|
||||
.. autoclass:: IonFreeFlame(gas, grid=None, width=None)
|
||||
|
||||
.. autoattribute:: E
|
||||
.. autoattribute:: electric_field_enabled
|
||||
.. automethod:: solve
|
||||
|
||||
IonBurnerFlame
|
||||
^^^^^^^^^^^^^^
|
||||
.. autoclass:: IonBurnerFlame(gas, grid=None, width=None)
|
||||
|
||||
.. autoattribute:: E
|
||||
.. autoattribute:: electric_field_enabled
|
||||
.. automethod:: solve
|
||||
|
||||
Flow Domains
|
||||
------------
|
||||
|
||||
IdealGasFlow
|
||||
^^^^^^^^^^^^
|
||||
.. autoclass:: IdealGasFlow(thermo)
|
||||
:inherited-members:
|
||||
|
||||
IonFlow
|
||||
^^^^^^^
|
||||
.. autoclass:: IonFlow(thermo)
|
||||
|
||||
FreeFlow
|
||||
^^^^^^^^
|
||||
.. autoclass:: FreeFlow(thermo)
|
||||
|
||||
@@ -618,6 +618,7 @@ class IonFlameBase(FlameBase):
|
||||
|
||||
|
||||
class IonFreeFlame(IonFlameBase, FreeFlame):
|
||||
"""A freely-propagating flame with ionized gas."""
|
||||
__slots__ = ('inlet', 'outlet', 'flame')
|
||||
|
||||
def __init__(self, gas, grid=None, width=None):
|
||||
|
||||
Reference in New Issue
Block a user