mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-17 16:35:17 -05:00
[Doc] Fix Sphinx warnings about spacing and types
This commit is contained in:
committed by
Ray Speth
parent
45c7b2bd27
commit
15806ec400
@@ -80,7 +80,6 @@ else:
|
||||
return repr(data)
|
||||
|
||||
def represent_float(self, data):
|
||||
# type: (Any) -> Any
|
||||
if data != data:
|
||||
value = '.nan'
|
||||
elif data == self.inf_value:
|
||||
|
||||
@@ -35,13 +35,15 @@ class FlameBase(Sim1D):
|
||||
The method returns simulation components that are specific to a class
|
||||
derived from `FlameBase` or a specific *domain* within the `FlameBase`
|
||||
simulation object. Entries may include:
|
||||
* ``grid``: grid point positions along the flame [m]
|
||||
* ``velocity``: normal velocity [m/s]
|
||||
* ``spread_rate``: tangential velocity gradient [1/s]
|
||||
* ``lambda``: radial pressure gradient [N/m^4]
|
||||
* ``eField``: electric field strength
|
||||
|
||||
:param domain: Index of a specific domain within the `Sim1D.domains`
|
||||
* ``grid``: grid point positions along the flame [m]
|
||||
* ``velocity``: normal velocity [m/s]
|
||||
* ``spread_rate``: tangential velocity gradient [1/s]
|
||||
* ``lambda``: radial pressure gradient [N/m^4]
|
||||
* ``eField``: electric field strength
|
||||
|
||||
:param domain:
|
||||
Index of a specific domain within the `Sim1D.domains`
|
||||
list. The default is to return other columns of the `Sim1D` object.
|
||||
"""
|
||||
if domain is None:
|
||||
|
||||
Reference in New Issue
Block a user