Skip to content

Commit

Permalink
docs: a few clarifications on Young's modulus computation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 3, 2024
1 parent e77b6d1 commit a83c1ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.60.4
- docs: a few clarifications on Young's modulus computation
0.60.3
- fix: add args and kwargs to all __array__ methods
0.60.2
Expand Down
7 changes: 6 additions & 1 deletion docs/sec_av_emodulus/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ with respect to the following correction terms:

- **shear-thinning and temperature-dependence**: The viscosity of a medium
usually is a function of temperature. In addition, complex media, such as
0.6\% methyl cellulose (CellCarrier B), may also exhibit
0.59\% methyl cellulose (CellCarrier B) which is used in standard blood
measurements, may also exhibit
`shear-thinning <https://en.wikipedia.org/wiki/Shear_thinning>`_.
The viscosity of such media decreases with increasing flow rates. Since the
viscosity is required to apply the scaling laws (above), it must be
Expand Down Expand Up @@ -276,6 +277,10 @@ Description of the configuration keywords:
(see :ref:`sec_emodulus_viscosity` above).
This key was introduced in dclab 0.48.0.

Below is a simple example for computing the Young's modulus for case (C).
You can find additional examples in the
:ref:`examples section <example_emodulus_dcor>`.


.. plot::

Expand Down

0 comments on commit a83c1ab

Please sign in to comment.