Skip to content

Commit

Permalink
Update MCT documentation
Browse files Browse the repository at this point in the history
Adds mapping to access Parameter sensitivities to MCT documentation

fix function documentation makeParamID()
  • Loading branch information
hannahlanzrath authored and jbreue16 committed Oct 22, 2024
1 parent 302b487 commit d8de618
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ For information on model equations, refer to :ref:`multi_channel_transport_model
e^k_{N1} & \dots & e^k_{N(N-1)} & 0
\end{bmatrix}
For addressing the exchange rates as a parameter senstivity, the mapping is as follows:

- :math:`\texttt{SENS_BOUNDPHASE}` *Channel from*
- :math:`\texttt{SENS_PARTYPE}` *Channel to*

================ ======================== ===============================================
**Type:** double **Range:** :math:`[0,1]` **Length:** :math:`\texttt{NCHANNEL}*\texttt{NCHANNEL}*\texttt{NCOMP}`
================ ======================== ===============================================
Expand Down
1 change: 1 addition & 0 deletions include/cadet/ParameterId.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ inline ParameterId makeParamId(const std::string& name, const UnitOpIdx unitOper
* @param [in] name Hash of the parameter name
* @param [in] unitOperation Index of the unit operation this parameter belongs to
* @param [in] component Index of the component this parameter belongs to
* @param [in] parType Index of the particle type this parameter belongs to
* @param [in] boundState Index of the bound state this parameter belongs to
* @param [in] reaction Index of the reaction this parameter belongs to
* @param [in] section Index of the section this parameter belongs to
Expand Down

0 comments on commit d8de618

Please sign in to comment.