ARTS built-in documentation server
Workspace Method pndFromdN
Description
Calculates pnds from given dN.
The method mimics what happens inside pnd_fieldSetup, but for a
single size distribution. It is supposed to be used with the *dN*
methods.
Authors: Jana Mendrok
Synopsis
pndFromdN( | pnd, dN, diameter, total_content, scatelem_volume, scatelem_density ) |
Variables
GOUT | pnd | (Vector) | The pnd vector (pnd as function of particle size) |
GIN | dN | (Vector) | Size distribution number density |
GIN | diameter | (Vector) | Size of the particles (the same as used in deriving dNdD |
GIN | total_content | (Numeric) | Material content that should be contained in thedistribution. E.g., Mass density, mass flux, total numberdensity. If dNdD was derived from a content-dependent PSD,then this value should correspond to the one used there. |
GIN | scatelem_volume | (Vector) | Volume of each particle (scattering element). |
GIN | scatelem_density | (Vector) | Density of each particle (scattering element). |