Skip to content

Commit

Permalink
Adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogvcarneiro committed Sep 26, 2024
1 parent 439a9cc commit 1241866
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,15 @@ Let :math:`h_{s,\text{min}}` be lower bound that the RW momentum dumping strateg
}{|\boldsymbol h_{s}|}
\end{equation}
This strategy requires a thruster firing solution which creates this desired :math:`{}^{\mathcal{B}}{\Delta}\boldsymbol H` over the duration of the momentum dumping. The goal of the RW momentum management module is to simply compute if a :math:`{}^{\mathcal{B}}{\Delta}\boldsymbol H` is required, or set it equal to zero if the RW momentum is too small. Not that this module will only compute :math:`{}^{\mathcal{B}}{\Delta}\boldsymbol H` once. Either it is zero or non-zero. To reuse this momentum management module, the reset() function must be called.
If a specified momentum bias :math:`\boldsymbol{h}_d` is required instead of lowering the magnitude of the reaction wheels momenta, then the required torque is approximately

.. math::
\begin{equation}
{}^{\mathcal{B}}{\Delta}\boldsymbol H = {}^{\mathcal{B}}\boldsymbol{h}_d - {}^{\mathcal{B}}\boldsymbol{h}_s
\end{equation}
This strategy requires a thruster firing solution which creates this desired :math:`{}^{\mathcal{B}}{\Delta}\boldsymbol H` over the duration of the momentum dumping. The goal of the RW momentum management module is to simply compute if a :math:`{}^{\mathcal{B}}{\Delta}\boldsymbol H` is required, or set it equal to zero if the RW momentum is too small. Note that this module will only compute :math:`{}^{\mathcal{B}}{\Delta}\boldsymbol H` once. Either it is zero or non-zero. To reuse this momentum management module, the Reset() function must be called.

The Reset Method
================
Expand Down

0 comments on commit 1241866

Please sign in to comment.