ARTS built-in documentation server
Workspace Method diameter_volume_equFromDiameter_max
Description
Converts from maximum to volume equivalent diameter.
This is primarily a help function for using the T-matrix part
and only a few particle shapes are handled.
For shapes handled and further comments on the input arguments,
see scat_data_singleTmatrix.
Also the volume is provided. It is simply sqrt(pi*dveq^3/6).
Authors: Johan Strandgren, Patrick Eriksson
Synopsis
diameter_volume_equFromDiameter_max( | diameter_volume_equ, volume, shape, diameter_max, aspect_ratio ) |
Variables
GOUT | diameter_volume_equ | (Numeric) | Particle volume equivalent diameter. |
GOUT | volume | (Numeric) | Volume of the particle. |
GIN | shape | (String) | Particle shape. |
GIN | diameter_max | (Numeric) | Maximum dimension of the particle. |
GIN | aspect_ratio | (Numeric) | Particle aspect ratio. |