Skip to content

Commit

Permalink
add information about coefficients to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodirkes committed Mar 20, 2024
1 parent 227c129 commit a6c112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/background.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The governing equations are:
Here, :math:`\tilde{\mathbf{E}} = \mathbf{Q}^\mathrm{T} \mathbf{E} \mathbf{Q}` and :math:`\tilde{\mathbf{W}} = \mathbf{Q}^\mathrm{T} \mathbf{W} \mathbf{Q}` are the transformed strain and vorticity tensors, respectively.

This is implemented as :class:`hemtracer.rbc_model.strain_based.AroraFullEig`.
This is implemented as :class:`hemtracer.rbc_model.strain_based.AroraFullEig`. The default coefficients, i.e., those corresponding to the original Arora model, are :math:`f_1 = 5.0 \, \mathrm{s}^{-1}`, :math:`f_2 = 4.2298 \cdot 10^{-3}`, :math:`\tilde{f_2} = \tilde{f_3} = 1.0`.

.. _arora-simplified-model:

Expand Down

0 comments on commit a6c112f

Please sign in to comment.