Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anand43 committed Mar 1, 2024
1 parent 5743a50 commit 54519f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/detailed-simulation-setup/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Initialize orbital elements and then add the bodies. ::
Cartesian Coordinates
----------------------

The process is similar for adding bodies with Cartesian coordinates. However, the parameter `init_cond_format` must be set to `XV` before adding the bodies.
The process is similar for adding bodies with cartesian coordinates. However, the parameter `init_cond_format` must be set to `XV` before adding the bodies.
The process of setting parameters is explained in the next section.
Start by defining the position and velocity vectors. Here we define the orbital velocities and scale them by a random value. ::
Expand All @@ -113,7 +113,7 @@ Start by defining the position and velocity vectors. Here we define the orbital

sim.add_body(name=name_pl, rh=rh_pl, vh=vh_pl, mass=M_pl, radius=R_pl, Ip=Ip_pl, rot=rot_pl)

The process is similar for **test particles**. The only difference is to exclude ``mass`` and ``radius``.
The process is similar for **test particles**. They only need the orbital elements or the cartesian coordinates.
Here is an example with orbital elements: ::

# Add 10 user-defined test particles.
Expand Down

0 comments on commit 54519f5

Please sign in to comment.