From c9bca700ce89238bbdbb332a28e1f47b7d8e82b6 Mon Sep 17 00:00:00 2001 From: Thomas Marks Date: Wed, 20 Dec 2023 14:53:25 -0500 Subject: [PATCH] add blurb about spt-100 --- docs/src/run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/run.md b/docs/src/run.md index bea9c804..efb2c421 100644 --- a/docs/src/run.md +++ b/docs/src/run.md @@ -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" ) @@ -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