diameter_volume_equFromDiameter_max

Workspace.diameter_volume_equFromDiameter_max(self: pyarts.arts._Workspace, diameter_volume_equ: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, volume: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, shape: pyarts.arts.WorkspaceVariable | pyarts.arts.String, diameter_max: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, aspect_ratio: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

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).

Author(s): Johan Strandgren, Patrick Eriksson

Parameters:
  • diameter_volume_equ (Numeric) – Particle volume equivalent diameter. [OUT]

  • volume (Numeric) – Volume of the particle. [OUT]

  • shape (String) – Particle shape. [IN]

  • diameter_max (Numeric) – Maximum dimension of the particle. [IN]

  • aspect_ratio (Numeric) – Particle aspect ratio. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]