Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: fix positions and coordinate system documentation page #454

Merged
merged 4 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/static/positions/cm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/positions/nozzletcomb.png
Binary file not shown.
24 changes: 12 additions & 12 deletions docs/user/positions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ And with ``coordinate_system_orientation = nose_to_tail``:

.. important::

- The coordinate system origin is the point where the axis intersect. This
- The coordinate system origin is the point where the axes intersect. This
point is not explicitly specified and can be chosen by the user. All
positions given by the user must be relative to this point.
- The coordinate system origin does not need to be inside the rocket. It can
Expand Down Expand Up @@ -102,13 +102,13 @@ the coordinate system origin at the center of mass without motor:

.. important::

- The coordinate system origin is at the tip of the nose cone. This point is
not explicitly specified and can be chosen by the user. All positions given
by the user must be relative to this point.
- Since the coordinate system origin is at the tip of the nose cone, the
position of the nose cone is **zero**.
- We are using the ``nose_to_tail`` coordinate system orientation. This means
that the ``center_of_mass_without_motor`` is positive.
- The coordinate system origin is at the center of mass without motor. This
point is not explicitly specified and can be chosen by the user. All
positions given by the user must be relative to this point.
- Since the coordinate system origin is at the center of mass without motor,
the position of the ``center_of_mass_without_motor`` is **zero**.
- We are using the ``tail_to_nose`` coordinate system orientation. This means
that the position of the nose cone is positive.

.. _addsurface:

Expand Down Expand Up @@ -226,15 +226,15 @@ an arbitrary point and the

.. note::

Liquid motors are do not have the ``grains_center_of_mass_position`` parameter.
Liquid motors do not have the ``grains_center_of_mass_position`` parameter.

.. figure:: ../static/positions/nozzletocomb.png
:align: center
:alt: Rocket coordinate system origin

.. note::

We have, in this case:
In this case:

- ``nozzle_position`` is negative.
- ``grains_center_of_mass_position`` is negative.
Expand All @@ -248,15 +248,15 @@ And with ``coordinate_system_orientation = combustion_chamber_to_nozzle``:

.. note::

We have, in this case:
In this case:

- ``nozzle_position`` is positive.
- ``grains_center_of_mass_position`` is positive.
- ``center_of_dry_mass_position`` is positive.

.. important::

- The coordinate system origin is the point where the axis intersect. This
- The coordinate system origin is the point where the axes intersect. This
point is not explicitly specified and can be chosen by the user. All
positions given by the user must be relative to this point.
- The coordinate system origin does not need to be outside the motor. It can
Expand Down
Loading