ARTS 2.5.11 (git: 725533f0)
|
#include <optproperties.h>
Public Attributes | |
String | description |
String | source |
String | refr_index |
Numeric | mass |
Numeric | diameter_max |
Numeric | diameter_volume_equ |
Numeric | diameter_area_equ_aerodynamical |
Friends | |
ostream & | operator<< (ostream &os, const ScatteringMetaData &ssd) |
Structure which holds the meta data of a scattering element (a single particle or an ensemble of particles), mainly microphysical parameter necessary for calculating size and shape distributions.
For a description of the structure members see built-in documentation of scat_meta_single in workspace.cc
Definition at line 90 of file optproperties.h.
|
friend |
Definition at line 2083 of file optproperties.cc.
String ScatteringMetaData::description |
Definition at line 91 of file optproperties.h.
Referenced by scat_data_singleTmatrix(), ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::diameter_area_equ_aerodynamical |
Definition at line 97 of file optproperties.h.
Referenced by scat_data_singleTmatrix(), ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::diameter_max |
Definition at line 95 of file optproperties.h.
Referenced by scat_data_singleTmatrix(), ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::diameter_volume_equ |
Definition at line 96 of file optproperties.h.
Referenced by scat_data_singleTmatrix(), ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::mass |
Definition at line 94 of file optproperties.h.
Referenced by scat_data_singleTmatrix(), ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
String ScatteringMetaData::refr_index |
Definition at line 93 of file optproperties.h.
Referenced by scat_data_singleTmatrix(), ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
String ScatteringMetaData::source |
Definition at line 92 of file optproperties.h.
Referenced by scat_data_singleTmatrix(), ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().