Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-david committed Dec 9, 2024
1 parent ebe3d89 commit fcc948b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/documentation/mission_module/mission_file/segments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,23 +433,23 @@ Typically, it will be used as last segment to compute a reserve based on the Zer
altitude: 0.
mach: 0.
Mass loss without fuel consumption
Mass change without fuel consumption
----------------------------------

.. versionadded:: 1.8.2

Using :code:`delta_mass` allows to simulate a fuel consumption equivalent to the mass loss.

For cases where mass loss should be simulated without fuel consumption, it is possible to set to
:code:`False` the parameter :code:`fuel_is_consumed`.
For cases where mass variation should be simulated without fuel consumption, it is possible to set
to :code:`False` the parameter :code:`fuel_is_consumed`.

**Example:**

.. code-block:: yaml
segment: transition
target:
delta_mass: 100.
delta_mass: -100.
fuel_is_consumed: False
.. seealso::
Expand Down

0 comments on commit fcc948b

Please sign in to comment.