ARTS
2.3.1285(git:92a29ea9-dirty)
|
#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 |
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 109 of file optproperties.h.
String ScatteringMetaData::description |
Definition at line 110 of file optproperties.h.
Referenced by ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::diameter_area_equ_aerodynamical |
Definition at line 116 of file optproperties.h.
Referenced by ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::diameter_max |
Definition at line 114 of file optproperties.h.
Referenced by ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::diameter_volume_equ |
Definition at line 115 of file optproperties.h.
Referenced by ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
Numeric ScatteringMetaData::mass |
Definition at line 113 of file optproperties.h.
Referenced by ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
String ScatteringMetaData::refr_index |
Definition at line 112 of file optproperties.h.
Referenced by ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().
String ScatteringMetaData::source |
Definition at line 111 of file optproperties.h.
Referenced by ScatSpeciesMerge(), xml_read_from_stream(), and xml_write_to_stream().