Skip to content

Commit

Permalink
add blurb about spt-100
Browse files Browse the repository at this point in the history
  • Loading branch information
archermarx committed Dec 20, 2023
1 parent f06055a commit c9bca70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Unitful

# Units will be correctly converted!
my_geometry = HallThruster.Geometry1D(
inner_radius = 5.0u"cm",
inner_radius = 5.0u"cm",
outer_radius = 6.5u"cm",
channel_length = 3.0u"cm"
)
Expand Down Expand Up @@ -91,7 +91,7 @@ my_thruster = HallThruster.Thruster(
)
```

In addition to a magnetic field and a geometry, we have also provided a name (optional) and designated whether the thruster is magnetically shielded or not. If `true`, then the electron temperature used for electron wall loss computations will be the anode temperature instead of the temperature on centerline.
In addition to a magnetic field and a geometry, we have also provided a name (optional) and designated whether the thruster is magnetically shielded or not. If `true`, then the electron temperature used for electron wall loss computations will be the anode temperature instead of the temperature on centerline. HallThruster.jl also includes a built-in definition for the widely-known SPT-100 thruster, accessible as `HallThruster.SPT_100`.

## Defining a Config

Expand Down

0 comments on commit c9bca70

Please sign in to comment.