From 249e98c99d746cad6bee7130c5e94b57a026baeb Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 9 Jun 2022 14:08:37 +0200 Subject: [PATCH] Updated initial expiration paragraph documentation --- cara/docs/full_diameter_dependence.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/docs/full_diameter_dependence.rst b/cara/docs/full_diameter_dependence.rst index a578a652..6c95eb54 100644 --- a/cara/docs/full_diameter_dependence.rst +++ b/cara/docs/full_diameter_dependence.rst @@ -28,7 +28,7 @@ we normalize the results by *dividing* by the Monte-Carlo variables that are dia Expiration ========== -In the **Expiration** class (representing the expiration of aerosols by an infected person) has , as one of its properties `Particle`, :attr:`cara.models.Expiration.particle`, +The **Expiration** class (representing the expiration of aerosols by an infected person) has the `Particle` -- :attr:`cara.models.Expiration.particle` -- as one of its properties, which represents the virus-laden aerosol with a vectorised parameter: the particle `diameter` (assuming a perfect sphere). For a given aerosol diameter, one :class:`cara.models.Expiration` object provides the aerosol **volume - Vp(D)**, multiplied by the **mask outward efficiency - ηout(D)** to include the filteration capacity, when applicable.