We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e870e2a commit d8b1ef5Copy full SHA for d8b1ef5
blobmodel/blobs.py
@@ -23,8 +23,8 @@ class Blob:
23
- :math:`v` is the horizontal blob velocity.
24
- :math:`w` is the vertical blob velocity.
25
- :math:`t_k` is the blob arriving time at the position x=0, `t_init`.
26
- - :math:`\tau_\shortparallel` is the drainage time, `t_drain`.
27
- - :math:`\varphi` is the blob pulse shape, `blob_shape`.
+ - :math:`\\tau_\\shortparallel` is the drainage time, `t_drain`.
+ - :math:`\\varphi` is the blob pulse shape, `blob_shape`.
28
29
Additionally, a tilt angle can be provided through `theta`.
30
"""
0 commit comments