IMAS data structure
FUSE data is organized into hierarchical Interface Data Structures (IDSs), according to the ITER IMAS ontology. In addition to the usual IMAS IDSs (which we include on a need-by-need basis) FUSE also defines some of its own IDSs, to hold data that does not (yet?) fit into IMAS. Notable examples are the build
, solid_mechanics
, balance_of_plant
, and costing
IDSs.
dd = IMAS.dd()
(which stands for "data dictionary") is the root of the FUSE data structure
amns data
IMASdd.amns_data
├─ a [Atomic Mass Unit]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coordinate_system[:]
│ └─ coordinate[:]
│ ├─ extrapolation_type
│ ├─ interpolation_type
│ ├─ label
│ ├─ spacing
│ ├─ transformation
│ ├─ units
│ ├─ value_labels
│ └─ values [units given by coordinate_system(:)/coordinate(:)/units]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ process[:]
│ ├─ charge_state[:]
│ │ ├─ label
│ │ ├─ table_0d [units given by process(:)/results_units]
│ │ ├─ table_1d [units given by process(i1)/results_units]
│ │ ├─ table_2d [units given by process(i1)/results_units]
│ │ ├─ table_3d [units given by process(:)/results_units]
│ │ ├─ table_4d [units given by process(i1)/results_units]
│ │ ├─ table_5d [units given by process(i1)/results_units]
│ │ ├─ table_6d [units given by process(i1)/results_units]
│ │ ├─ z_max [Elementary Charge Unit]
│ │ └─ z_min [Elementary Charge Unit]
│ ├─ citation
│ ├─ coordinate_index
│ ├─ label
│ ├─ products[:]
│ │ ├─ charge
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ mass [Atomic Mass Unit]
│ │ ├─ metastable
│ │ ├─ metastable_label
│ │ ├─ multiplicity
│ │ ├─ relative_charge
│ │ └─ role
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ provider
│ ├─ reactants[:]
│ │ ├─ charge
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ mass [Atomic Mass Unit]
│ │ ├─ metastable
│ │ ├─ metastable_label
│ │ ├─ multiplicity
│ │ ├─ relative_charge
│ │ └─ role
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ result_label
│ ├─ result_transformation
│ ├─ result_units
│ ├─ source
│ └─ table_dimension
├─ release[:]
│ ├─ data_entry[:]
│ │ ├─ description
│ │ ├─ run
│ │ └─ shot
│ ├─ date
│ └─ description
├─ time [s]
└─ z_n [Elementary Charge Unit]
b field non axisymmetric
IMASdd.b_field_non_axisymmetric
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ configuration
├─ control_surface_names
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
└─ time_slice[:]
├─ control_surface[:]
│ ├─ b_field_normal [T]
│ ├─ b_field_normal_fourier [T]
│ ├─ b_field_r [T]
│ ├─ b_field_tor [T]
│ ├─ b_field_z [T]
│ ├─ n_tor
│ ├─ normal_vector
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ outline
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ phi [rad]
├─ field_map
│ ├─ b_field_r [T]
│ ├─ b_field_tor [T]
│ ├─ b_field_z [T]
│ ├─ grid
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ ripple_amplitude
└─ time [s]
balance of plant
IMASdd.balance_of_plant
├─ Q_plant
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ power_electric_net [W]
├─ power_electric_plant_operation
│ ├─ system[:]
│ │ ├─ index
│ │ ├─ name
│ │ ├─ power [W]
│ │ └─ subsystem[:]
│ │ ├─ index
│ │ ├─ name
│ │ └─ power [W]
│ └─ total_power [W]
├─ power_plant
│ ├─ generator_conversion_efficiency
│ ├─ heat_load
│ │ ├─ breeder [W]
│ │ ├─ divertor [W]
│ │ └─ wall [W]
│ ├─ power_cycle_type
│ ├─ power_electric_generated [W]
│ ├─ system[:]
│ │ ├─ component[:]
│ │ │ ├─ index
│ │ │ ├─ name
│ │ │ └─ port[:]
│ │ │ ├─ massflow [kg/s]
│ │ │ ├─ mechanicalPower [W]
│ │ │ ├─ name
│ │ │ ├─ pressure [Bar]
│ │ │ ├─ temperature [C]
│ │ │ └─ thermalPower [W]
│ │ ├─ index
│ │ └─ name
│ ├─ total_heat_rejected [W]
│ └─ total_heat_supplied [W]
├─ thermal_efficiency_cycle
├─ thermal_efficiency_plant
└─ time [s]
barometry
IMASdd.barometry
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ gauge[:]
│ ├─ calibration_coefficient [Pa]
│ ├─ name
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ pressure
│ │ ├─ data [Pa]
│ │ └─ time [s]
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
blanket
IMASdd.blanket
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ module[:]
│ ├─ layer[:]
│ │ ├─ material
│ │ ├─ midplane_thickness [m]
│ │ └─ name
│ ├─ midplane_r [m]
│ ├─ name
│ └─ time_slice[:]
│ ├─ midplane_volumetric_heating [W/m³]
│ ├─ peak_escape_flux [W/m²]
│ ├─ peak_wall_flux [W/m²]
│ ├─ power_incident_neutrons [W]
│ ├─ power_incident_radiated [W]
│ ├─ power_thermal_extracted [W]
│ ├─ power_thermal_neutrons [W]
│ ├─ power_thermal_radiated [W]
│ ├─ time [s]
│ └─ tritium_breeding_ratio
├─ time [s]
└─ tritium_breeding_ratio
bolometer
IMASdd.bolometer
├─ channel[:]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ etendue [m².sr]
│ ├─ etendue_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ third_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ power
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ validity
│ └─ validity_timed
│ ├─ data
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid
│ ├─ dim1 [mixed]
│ ├─ dim2 [mixed]
│ └─ volume_element [m³]
├─ grid_type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ power_density
│ ├─ data [W.m⁻³]
│ └─ time [s]
├─ power_radiated_inside_lcfs [W]
├─ power_radiated_total [W]
├─ power_radiated_validity
└─ time [s]
bremsstrahlung visible
IMASdd.bremsstrahlung_visible
├─ channel[:]
│ ├─ filter
│ │ ├─ detection_efficiency
│ │ ├─ wavelength_lower [m]
│ │ ├─ wavelength_upper [m]
│ │ └─ wavelengths [m]
│ ├─ intensity
│ │ ├─ data [(counts) s⁻¹]
│ │ └─ time [s]
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ radiance_spectral
│ │ ├─ data [(photons).m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ └─ time [s]
│ └─ zeff_line_average
│ ├─ data
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
build
IMASdd.build
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ divertors
│ ├─ lower
│ │ └─ installed
│ └─ upper
│ └─ installed
├─ flux_swing
│ ├─ flattop [Wb]
│ ├─ pf [Wb]
│ └─ rampup [Wb]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ layer[:]
│ ├─ area [m²]
│ ├─ coils_inside
│ ├─ end_radius [m]
│ ├─ identifier
│ ├─ material
│ ├─ name
│ ├─ outline
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ shape
│ ├─ shape_parameters
│ ├─ side
│ ├─ start_radius [m]
│ ├─ thickness [m]
│ ├─ type
│ ├─ volume [m³]
│ └─ volume_no_structures [m³]
├─ oh
│ ├─ critical_b_field [T]
│ ├─ critical_j [A/m²]
│ ├─ flattop_duration [s]
│ ├─ max_b_field [T]
│ ├─ max_j [A/m²]
│ └─ technology
│ ├─ JxB_strain
│ ├─ fraction_steel
│ ├─ fraction_void
│ ├─ material
│ ├─ ratio_SC_to_copper
│ ├─ temperature [K]
│ └─ thermal_strain
├─ pf_active
│ ├─ rail[:]
│ │ ├─ coils_cleareance [m]
│ │ ├─ coils_number
│ │ ├─ name
│ │ └─ outline
│ │ ├─ distance [m]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ technology
│ ├─ JxB_strain
│ ├─ fraction_steel
│ ├─ fraction_void
│ ├─ material
│ ├─ ratio_SC_to_copper
│ ├─ temperature [K]
│ └─ thermal_strain
├─ structure[:]
│ ├─ area [m²]
│ ├─ identifier
│ ├─ material
│ ├─ name
│ ├─ outline
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ toroidal_angles [rad]
│ ├─ toroidal_extent [rad]
│ ├─ type
│ └─ volume [m³]
├─ tf
│ ├─ coils_n
│ ├─ critical_b_field [T]
│ ├─ critical_j [A/m²]
│ ├─ max_b_field [T]
│ ├─ max_j [A/m²]
│ ├─ nose_hfs_fraction
│ ├─ ripple
│ ├─ technology
│ │ ├─ JxB_strain
│ │ ├─ fraction_steel
│ │ ├─ fraction_void
│ │ ├─ material
│ │ ├─ ratio_SC_to_copper
│ │ ├─ temperature [K]
│ │ └─ thermal_strain
│ └─ wedge_thickness [m]
└─ time [s]
calorimetry
IMASdd.calorimetry
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ cooling_loop[:]
│ ├─ identifier
│ ├─ mass_flow
│ │ ├─ data [kg.s⁻¹]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ name
│ ├─ temperature_in
│ │ ├─ data [K]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ └─ temperature_out
│ ├─ data [K]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ group[:]
│ ├─ component[:]
│ │ ├─ energy_cumulated
│ │ │ ├─ data [J]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ energy_total
│ │ │ ├─ data [J]
│ │ │ └─ validity
│ │ ├─ identifier
│ │ ├─ mass_flow
│ │ │ ├─ data [kg.s⁻¹]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ name
│ │ ├─ power
│ │ │ ├─ data [W]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ temperature_in
│ │ │ ├─ data [K]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ temperature_out
│ │ │ ├─ data [K]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ └─ transit_time
│ │ ├─ data [s]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
camera ir
IMASdd.camera_ir
├─ calibration
│ ├─ luminance_to_temperature
│ ├─ optical_temperature
│ ├─ transmission_barrel
│ ├─ transmission_mirror
│ └─ transmission_window
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ fibre_bundle
│ ├─ fibre_positions
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ fibre_radius [m]
│ └─ geometry
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ frame[:]
│ ├─ surface_temperature [K]
│ └─ time [s]
├─ frame_analysis[:]
│ ├─ distance_separatrix_midplane [m]
│ ├─ power_flux_parallel [W.m⁻²]
│ ├─ sol_heat_decay_length [m]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ name
├─ optical_element[:]
│ ├─ back_surface
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ x1_curvature [m]
│ │ └─ x2_curvature [m]
│ ├─ front_surface
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ x1_curvature [m]
│ │ └─ x2_curvature [m]
│ ├─ geometry
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ material_properties
│ │ ├─ extinction_coefficient
│ │ ├─ refractive_index
│ │ ├─ roughness
│ │ ├─ transmission_coefficient
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ wavelengths [m]
│ ├─ thickness [m]
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
camera visible
IMASdd.camera_visible
├─ channel[:]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector[:]
│ │ ├─ columns_n
│ │ ├─ counts_to_radiance [photons.m⁻².s⁻¹.sr⁻¹.counts⁻¹]
│ │ ├─ exposure_time [s]
│ │ ├─ frame[:]
│ │ │ ├─ image_raw
│ │ │ ├─ radiance [photons.m⁻².s⁻¹.sr⁻¹]
│ │ │ └─ time [s]
│ │ ├─ geometry_matrix
│ │ │ ├─ emission_grid
│ │ │ │ ├─ dim1 [mixed]
│ │ │ │ ├─ dim2 [mixed]
│ │ │ │ ├─ dim3 [mixed]
│ │ │ │ └─ grid_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ interpolated
│ │ │ │ ├─ data [m⁻²]
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ voxel_map
│ │ │ ├─ voxels_n
│ │ │ ├─ with_reflections
│ │ │ │ ├─ data [m]
│ │ │ │ ├─ pixel_indices
│ │ │ │ └─ voxel_indices
│ │ │ └─ without_reflections
│ │ │ ├─ data [m]
│ │ │ ├─ pixel_indices
│ │ │ └─ voxel_indices
│ │ ├─ lines_n
│ │ ├─ noise
│ │ ├─ pixel_to_alpha [rad]
│ │ ├─ pixel_to_beta [rad]
│ │ ├─ wavelength_lower [m]
│ │ └─ wavelength_upper [m]
│ ├─ fibre_bundle
│ │ ├─ fibre_positions
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ fibre_radius [m]
│ │ └─ geometry
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ optical_element[:]
│ │ ├─ back_surface
│ │ │ ├─ curvature_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ x1_curvature [m]
│ │ │ └─ x2_curvature [m]
│ │ ├─ front_surface
│ │ │ ├─ curvature_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ x1_curvature [m]
│ │ │ └─ x2_curvature [m]
│ │ ├─ geometry
│ │ │ ├─ centre
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ geometry_type
│ │ │ ├─ outline
│ │ │ │ ├─ x1 [m]
│ │ │ │ └─ x2 [m]
│ │ │ ├─ radius [m]
│ │ │ ├─ surface [m²]
│ │ │ ├─ x1_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x1_width [m]
│ │ │ ├─ x2_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x2_width [m]
│ │ │ └─ x3_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ material_properties
│ │ │ ├─ extinction_coefficient
│ │ │ ├─ refractive_index
│ │ │ ├─ roughness
│ │ │ ├─ transmission_coefficient
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ wavelengths [m]
│ │ ├─ thickness [m]
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ viewing_angle_alpha_bounds [rad]
│ └─ viewing_angle_beta_bounds [rad]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ name
└─ time [s]
camera x rays
IMASdd.camera_x_rays
├─ aperture
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ camera
│ ├─ camera_dimensions [m]
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ pixel_dimensions [m]
│ ├─ pixel_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ pixels_n
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ detector_humidity
│ ├─ data
│ └─ time [s]
├─ detector_temperature
│ ├─ data [K]
│ └─ time [s]
├─ energy_configuration_name
├─ energy_threshold_lower [eV]
├─ exposure_time [s]
├─ filter_window
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ curvature_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ geometry_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ ├─ material
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ photon_absorption
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ thickness [m]
│ ├─ wavelength_lower [m]
│ ├─ wavelength_upper [m]
│ ├─ wavelengths [m]
│ ├─ x1_curvature [m]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_curvature [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ frame[:]
│ ├─ counts_n
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ name
├─ photon_energy [eV]
├─ pixel_status
├─ quantum_efficiency
├─ readout_time [s]
└─ time [s]
charge exchange
IMASdd.charge_exchange
├─ aperture
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ channel[:]
│ ├─ bes
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ doppler_shift
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ ├─ label
│ │ ├─ lorentz_shift
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ ├─ radiances
│ │ │ ├─ data [(photons) m⁻².s⁻¹.sr⁻¹]
│ │ │ └─ time [s]
│ │ ├─ transition_wavelength [m]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ identifier
│ ├─ ion[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ label
│ │ ├─ n_i_over_n_e
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ n_i_over_n_e_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ t_i
│ │ │ ├─ data [eV]
│ │ │ └─ time [s]
│ │ ├─ t_i_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ velocity_pol
│ │ │ ├─ data [m.s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ velocity_pol_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ velocity_tor
│ │ │ ├─ data [m.s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ velocity_tor_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ ion_fast[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ label
│ │ ├─ radiance
│ │ │ ├─ data [(photons) m⁻².s⁻¹.sr⁻¹]
│ │ │ └─ time [s]
│ │ ├─ radiance_spectral_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ transition_wavelength [m]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ momentum_tor
│ │ ├─ data [kg.m⁻¹.s⁻¹]
│ │ └─ time [s]
│ ├─ momentum_tor_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ name
│ ├─ position
│ │ ├─ phi
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ r
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ └─ z
│ │ ├─ data [m]
│ │ └─ time [s]
│ ├─ spectrum[:]
│ │ ├─ exposure_time [s]
│ │ ├─ grating [m⁻¹]
│ │ ├─ instrument_function [m]
│ │ ├─ intensity_spectrum
│ │ │ ├─ data [(photoelectrons).s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ processed_line[:]
│ │ │ ├─ intensity
│ │ │ │ ├─ data [(photonelectrons).s⁻¹]
│ │ │ │ └─ time [s]
│ │ │ ├─ label
│ │ │ ├─ radiance
│ │ │ │ ├─ data [m⁻².s⁻¹.sr⁻¹]
│ │ │ │ └─ time [s]
│ │ │ ├─ shift
│ │ │ │ ├─ data [m]
│ │ │ │ └─ time [s]
│ │ │ ├─ wavelength_central [m]
│ │ │ └─ width
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ ├─ radiance_calibration [m⁻³.sr⁻¹]
│ │ ├─ radiance_calibration_date
│ │ ├─ radiance_continuum
│ │ │ ├─ data [m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ │ └─ time [s]
│ │ ├─ radiance_spectral
│ │ │ ├─ data [(photons) m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ │ └─ time [s]
│ │ ├─ slit_width [m]
│ │ ├─ wavelength_calibration_date
│ │ └─ wavelengths [m]
│ ├─ t_i_average
│ │ ├─ data [eV]
│ │ └─ time [s]
│ ├─ t_i_average_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ zeff
│ │ ├─ data
│ │ └─ time [s]
│ ├─ zeff_line_average
│ │ ├─ data
│ │ └─ time [s]
│ ├─ zeff_line_average_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ zeff_method
│ ├─ description
│ ├─ index
│ └─ name
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ etendue [m².str]
├─ etendue_method
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
coils non axisymmetric
IMASdd.coils_non_axisymmetric
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coil[:]
│ ├─ conductor[:]
│ │ ├─ cross_section[:]
│ │ │ ├─ area [m²]
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ height [m]
│ │ │ ├─ outline
│ │ │ │ ├─ binormal [m]
│ │ │ │ └─ normal [m]
│ │ │ ├─ radius_inner [m]
│ │ │ └─ width [m]
│ │ ├─ elements
│ │ │ ├─ centres
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ end_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ intermediate_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ start_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ types
│ │ ├─ resistance [Ohm]
│ │ └─ voltage
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ current
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ ├─ resistance [Ohm]
│ ├─ turns
│ └─ voltage
│ ├─ data [V]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
controllers
IMASdd.controllers
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ controllability_metrics[:]
│ ├─ data
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ linear_controller[:]
│ ├─ controller_class
│ ├─ description
│ ├─ input_names
│ ├─ inputs
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ name
│ ├─ output_names
│ ├─ outputs
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ pid
│ │ ├─ d
│ │ │ ├─ data [mixed]
│ │ │ └─ time [s]
│ │ ├─ i
│ │ │ ├─ data [mixed]
│ │ │ └─ time [s]
│ │ ├─ p
│ │ │ ├─ data [mixed]
│ │ │ └─ time [s]
│ │ └─ tau
│ │ ├─ data [s]
│ │ └─ time [s]
│ └─ statespace
│ ├─ a
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ b
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ c
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ d
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ deltat
│ │ ├─ data [s]
│ │ └─ time [s]
│ └─ state_names
├─ nonlinear_controller[:]
│ ├─ controller_class
│ ├─ description
│ ├─ function
│ ├─ input_names
│ ├─ inputs
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ name
│ ├─ output_names
│ └─ outputs
│ ├─ data [mixed]
│ └─ time [s]
└─ time [s]
core instant changes
IMASdd.core_instant_changes
├─ change[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ current_parallel_inside [A]
│ ├─ e_field
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ └─ toroidal [V.m⁻¹]
│ ├─ electrons
│ │ ├─ collisionality_norm
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ └─ temperature_validity
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_fit
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ local
│ │ │ │ ├─ measured [m⁻³]
│ │ │ │ ├─ parameters
│ │ │ │ ├─ reconstructed [m⁻³]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ ├─ time_measurement_slice_method
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ time_measurement_width [s]
│ │ │ │ └─ weight
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_average_1d
│ │ │ ├─ z_average_square_1d
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ temperature_validity
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ ├─ z_ion_1d
│ │ └─ z_ion_square_1d
│ ├─ j_bootstrap [A/m²]
│ ├─ j_non_inductive [A/m²]
│ ├─ j_ohmic [A/m²]
│ ├─ j_tor [A/m²]
│ ├─ j_total [A/m²]
│ ├─ magnetic_shear
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ neutral[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ temperature [eV]
│ ├─ phi_potential [V]
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ q
│ ├─ rotation_frequency_tor_sonic [s⁻¹]
│ ├─ t_i_average [eV]
│ ├─ t_i_average_fit
│ │ ├─ chi_squared
│ │ ├─ local
│ │ ├─ measured [eV]
│ │ ├─ parameters
│ │ ├─ reconstructed [eV]
│ │ ├─ rho_tor_norm
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ ├─ time_measurement_slice_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ time_measurement_width [s]
│ │ └─ weight
│ ├─ time [s]
│ ├─ zeff
│ └─ zeff_fit
│ ├─ chi_squared
│ ├─ local
│ ├─ measured
│ ├─ parameters
│ ├─ reconstructed
│ ├─ rho_tor_norm
│ ├─ source
│ ├─ time_measurement [s]
│ ├─ time_measurement_slice_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ time_measurement_width [s]
│ └─ weight
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
core profiles
IMASdd.core_profiles
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ covariance
│ ├─ data [mixed]
│ ├─ description
│ └─ rows_uri
├─ global_quantities
│ ├─ beta_pol
│ ├─ beta_tor
│ ├─ beta_tor_norm
│ ├─ current_bootstrap [A]
│ ├─ current_non_inductive [A]
│ ├─ current_ohmic [A]
│ ├─ ejima
│ ├─ energy_diamagnetic [J]
│ ├─ ion[:]
│ │ ├─ n_i_volume_average [m⁻³]
│ │ └─ t_i_volume_average [eV]
│ ├─ ion_time_slice [s]
│ ├─ ip [A]
│ ├─ li_3
│ ├─ n_e_volume_average [m⁻³]
│ ├─ polarized_fuel_fraction
│ ├─ resistive_psi_losses [Wb]
│ ├─ t_e_peaking
│ ├─ t_e_volume_average [eV]
│ ├─ t_i_average_peaking
│ ├─ v_loop [V]
│ └─ z_eff_resistive
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ current_parallel_inside [A]
│ ├─ e_field
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ └─ toroidal [V.m⁻¹]
│ ├─ electrons
│ │ ├─ collisionality_norm
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ └─ temperature_validity
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ psi_norm
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_fit
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ local
│ │ │ │ ├─ measured [m⁻³]
│ │ │ │ ├─ parameters
│ │ │ │ ├─ reconstructed [m⁻³]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ ├─ time_measurement_slice_method
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ time_measurement_width [s]
│ │ │ │ └─ weight
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_average_1d
│ │ │ ├─ z_average_square_1d
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ temperature_validity
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ ├─ z_ion_1d
│ │ └─ z_ion_square_1d
│ ├─ j_bootstrap [A/m²]
│ ├─ j_non_inductive [A/m²]
│ ├─ j_ohmic [A/m²]
│ ├─ j_tor [A/m²]
│ ├─ j_total [A/m²]
│ ├─ magnetic_shear
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ neutral[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ temperature [eV]
│ ├─ phi_potential [V]
│ ├─ pressure [Pa]
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ q
│ ├─ rotation_frequency_tor_sonic [s⁻¹]
│ ├─ t_i_average [eV]
│ ├─ t_i_average_fit
│ │ ├─ chi_squared
│ │ ├─ local
│ │ ├─ measured [eV]
│ │ ├─ parameters
│ │ ├─ reconstructed [eV]
│ │ ├─ rho_tor_norm
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ ├─ time_measurement_slice_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ time_measurement_width [s]
│ │ └─ weight
│ ├─ time [s]
│ ├─ zeff
│ └─ zeff_fit
│ ├─ chi_squared
│ ├─ local
│ ├─ measured
│ ├─ parameters
│ ├─ reconstructed
│ ├─ rho_tor_norm
│ ├─ source
│ ├─ time_measurement [s]
│ ├─ time_measurement_slice_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ time_measurement_width [s]
│ └─ weight
├─ profiles_2d[:]
│ ├─ grid
│ │ ├─ dim1 [mixed]
│ │ ├─ dim2 [mixed]
│ │ └─ volume_element [m³]
│ ├─ grid_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ t_i_average [eV]
│ ├─ time [s]
│ └─ zeff
├─ statistics[:]
│ ├─ quantity_2d[:]
│ │ ├─ distribution
│ │ │ ├─ bins [mixed]
│ │ │ └─ probability
│ │ ├─ path
│ │ └─ statistics_type[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ uq_input_path
│ │ └─ value [mixed]
│ ├─ time [s]
│ ├─ time_width [s]
│ └─ uq_input_2d[:]
│ ├─ distribution
│ │ ├─ bins [mixed]
│ │ └─ probability
│ └─ path
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
core sources
IMASdd.core_sources
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ source[:]
│ ├─ code
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ output_flag
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ global_quantities[:]
│ │ ├─ current_parallel [A]
│ │ ├─ electrons
│ │ │ ├─ particles [s⁻¹]
│ │ │ └─ power [W]
│ │ ├─ power [W]
│ │ ├─ time [s]
│ │ ├─ torque_tor [kg.m².s⁻²]
│ │ ├─ total_ion_particles [(ions).s⁻¹]
│ │ └─ total_ion_power [W]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ profiles_1d[:]
│ │ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ │ ├─ current_parallel_inside [A]
│ │ ├─ electrons
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ energy_decomposed
│ │ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ particles [m⁻³.s⁻¹]
│ │ │ ├─ particles_decomposed
│ │ │ │ ├─ explicit_part [m⁻³.s⁻¹]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ particles_inside [s⁻¹]
│ │ │ └─ power_inside [W]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_boundary [Wb]
│ │ │ ├─ psi_magnetic_axis [Wb]
│ │ │ ├─ psi_norm
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ surface [m²]
│ │ │ └─ volume [m³]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ energy_decomposed
│ │ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ fast_particles_energy [eV]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ └─ toroidal_decomposed
│ │ │ │ ├─ explicit_part [kg.m².s⁻²]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ ├─ particles_decomposed
│ │ │ │ ├─ explicit_part [m⁻³.s⁻¹]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ particles_inside [s⁻¹]
│ │ │ ├─ power_inside [W]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ energy [W.m⁻³]
│ │ │ │ ├─ energy_decomposed
│ │ │ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ │ ├─ label
│ │ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ │ ├─ particles_decomposed
│ │ │ │ │ ├─ explicit_part [m⁻³.s⁻¹]
│ │ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ │ ├─ particles_inside [s⁻¹]
│ │ │ │ ├─ power_inside [W]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ j_parallel [A.m⁻²]
│ │ ├─ momentum_tor [kg.m⁻¹.s⁻²]
│ │ ├─ momentum_tor_j_cross_b_field [kg.m⁻¹.s⁻²]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ time [s]
│ │ ├─ torque_tor_inside [kg.m².s⁻²]
│ │ ├─ total_ion_energy [W.m⁻³]
│ │ ├─ total_ion_energy_decomposed
│ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ └─ implicit_part [s⁻¹]
│ │ └─ total_ion_power_inside [W]
│ └─ species
│ ├─ ion
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ └─ state
│ │ ├─ electron_configuration
│ │ ├─ label
│ │ ├─ neutral_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
core transport
IMASdd.core_transport
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ model[:]
│ ├─ code
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ output_flag
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ comment
│ ├─ flux_multiplier
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ e_field_radial [V.m⁻¹]
│ ├─ electrons
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ └─ particles
│ │ ├─ d [m².s⁻¹]
│ │ ├─ flux [m⁻².s⁻¹]
│ │ └─ v [m.s⁻¹]
│ ├─ grid_d
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ grid_flux
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ grid_v
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ label
│ │ ├─ momentum
│ │ │ ├─ diamagnetic
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ parallel
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ poloidal
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ radial
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ └─ toroidal
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ particles
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flux [W.m⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ ├─ parallel
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ ├─ radial
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ └─ toroidal
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ particles
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ momentum_tor
│ │ ├─ d [m².s⁻¹]
│ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ └─ v [m.s⁻¹]
│ ├─ neutral[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ particles
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ └─ v [m.s⁻¹]
│ │ └─ state[:]
│ │ ├─ electron_configuration
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ label
│ │ ├─ particles
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ ├─ time [s]
│ └─ total_ion_energy
│ ├─ d [m².s⁻¹]
│ ├─ flux [W.m⁻²]
│ └─ v [m.s⁻¹]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
costing
IMASdd.costing
├─ availability
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ construction_start_year [year]
├─ cost_decommissioning
│ ├─ cost [$M]
│ └─ system[:]
│ ├─ cost [$M]
│ ├─ name
│ └─ subsystem[:]
│ ├─ cost [$M]
│ └─ name
├─ cost_direct_capital
│ ├─ cost [$M]
│ └─ system[:]
│ ├─ cost [$M]
│ ├─ name
│ └─ subsystem[:]
│ ├─ cost [$M]
│ └─ name
├─ cost_lifetime [$M]
├─ cost_operations
│ ├─ system[:]
│ │ ├─ name
│ │ ├─ subsystem[:]
│ │ │ ├─ name
│ │ │ └─ yearly_cost [$M/year]
│ │ └─ yearly_cost [$M/year]
│ └─ yearly_cost [$M/year]
├─ future
│ ├─ inflation_rate
│ └─ learning
│ └─ hts
│ ├─ learning_rate
│ └─ production_increase
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ levelized_CoE [$/kWh]
├─ plant_lifetime [year]
└─ time [s]
cryostat
IMASdd.cryostat
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ description_2d[:]
│ ├─ cryostat
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ unit[:]
│ │ ├─ annular
│ │ │ ├─ centreline
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ outline_inner
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ outline_outer
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ resistivity [ohm.m]
│ │ │ └─ thickness [m]
│ │ ├─ element[:]
│ │ │ ├─ j_tor
│ │ │ │ ├─ data [A]
│ │ │ │ └─ time [s]
│ │ │ ├─ name
│ │ │ ├─ outline
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ resistance [Ohm]
│ │ │ └─ resistivity [ohm.m]
│ │ ├─ identifier
│ │ └─ name
│ └─ thermal_shield
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ unit[:]
│ ├─ annular
│ │ ├─ centreline
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline_inner
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline_outer
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ resistivity [ohm.m]
│ │ └─ thickness [m]
│ ├─ element[:]
│ │ ├─ j_tor
│ │ │ ├─ data [A]
│ │ │ └─ time [s]
│ │ ├─ name
│ │ ├─ outline
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ resistance [Ohm]
│ │ └─ resistivity [ohm.m]
│ ├─ identifier
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
└─ time [s]
dataset description
IMASdd.dataset_description
├─ data_entry
│ ├─ machine
│ ├─ pulse
│ ├─ pulse_type
│ ├─ run
│ └─ user
├─ dd_version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ imas_version
├─ parent_entry
│ ├─ machine
│ ├─ pulse
│ ├─ pulse_type
│ ├─ run
│ └─ user
├─ pulse_time_begin
├─ pulse_time_begin_epoch
│ ├─ nanoseconds
│ └─ seconds
├─ pulse_time_end_epoch
│ ├─ nanoseconds
│ └─ seconds
├─ simulation
│ ├─ comment_after
│ ├─ comment_before
│ ├─ time_begin [s]
│ ├─ time_begun [UTC]
│ ├─ time_current [s]
│ ├─ time_end [s]
│ ├─ time_ended [UTC]
│ ├─ time_restart [s]
│ ├─ time_step [s]
│ └─ workflow
└─ time [s]
dataset fair
IMASdd.dataset_fair
├─ identifier
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ is_referenced_by
├─ is_replaced_by
├─ license
├─ replaces
├─ rights_holder
├─ time [s]
└─ valid
disruption
IMASdd.disruption
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ global_quantities
│ ├─ current_halo_pol [A]
│ ├─ current_halo_tor [A]
│ ├─ energy_ohm [J]
│ ├─ energy_ohm_halo [J]
│ ├─ energy_parallel_halo [J]
│ ├─ energy_radiated_electrons_impurities [J]
│ ├─ energy_radiated_electrons_impurities_halo [J]
│ ├─ power_ohm [W]
│ ├─ power_ohm_halo [W]
│ ├─ power_parallel_halo [W]
│ ├─ power_radiated_electrons_impurities [W]
│ ├─ power_radiated_electrons_impurities_halo [W]
│ └─ psi_halo_boundary [Wb]
├─ halo_currents[:]
│ ├─ active_wall_point
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ area[:]
│ │ ├─ current_halo_pol [A]
│ │ ├─ end_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ start_point
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ profiles_1d[:]
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ j_runaways [A.m⁻²]
│ ├─ power_density_conductive_losses [W.m⁻³]
│ ├─ power_density_radiative_losses [W.m⁻³]
│ └─ time [s]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
distribution sources
IMASdd.distribution_sources
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ magnetic_axis
│ ├─ r [m]
│ └─ z [m]
├─ source[:]
│ ├─ ggd[:]
│ │ ├─ discrete
│ │ ├─ grid
│ │ │ ├─ grid_subset[:]
│ │ │ │ ├─ base[:]
│ │ │ │ │ ├─ jacobian [mixed]
│ │ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ │ └─ tensor_covariant [mixed]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ element[:]
│ │ │ │ │ └─ object[:]
│ │ │ │ │ ├─ dimension
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ space
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ metric
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ path
│ │ │ └─ space[:]
│ │ │ ├─ coordinates_type
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ objects_per_dimension[:]
│ │ │ ├─ geometry_content
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ object[:]
│ │ │ ├─ boundary[:]
│ │ │ │ ├─ index
│ │ │ │ └─ neighbours
│ │ │ ├─ geometry [mixed]
│ │ │ ├─ geometry_2d [mixed]
│ │ │ ├─ measure [m^dimension]
│ │ │ └─ nodes
│ │ ├─ particles[:]
│ │ │ ├─ coefficients [(m.s⁻¹)⁻³.m⁻³.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [(m.s⁻¹)⁻³.m⁻³.s⁻¹]
│ │ └─ time [s]
│ ├─ global_quantities[:]
│ │ ├─ particles [s⁻¹]
│ │ ├─ power [W]
│ │ ├─ shinethrough
│ │ │ ├─ particles [s⁻¹]
│ │ │ ├─ power [W]
│ │ │ └─ torque_tor [N.m]
│ │ ├─ time [s]
│ │ └─ torque_tor [N.m]
│ ├─ gyro_type
│ ├─ markers[:]
│ │ ├─ coordinate_identifier[:]
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ orbit_integrals
│ │ │ ├─ bounce_harmonics
│ │ │ ├─ expressions
│ │ │ ├─ m_pol
│ │ │ ├─ n_tor
│ │ │ └─ values
│ │ ├─ orbit_integrals_instant
│ │ │ ├─ expressions
│ │ │ ├─ time_orbit [s]
│ │ │ └─ values
│ │ ├─ positions [mixed]
│ │ ├─ time [s]
│ │ ├─ toroidal_mode
│ │ └─ weights
│ ├─ process[:]
│ │ ├─ nbi_beamlets_group
│ │ ├─ nbi_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ nbi_unit
│ │ ├─ reactant_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ profiles_1d[:]
│ │ ├─ energy [W.m⁻³]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_boundary [Wb]
│ │ │ ├─ psi_magnetic_axis [Wb]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ surface [m²]
│ │ │ └─ volume [m³]
│ │ ├─ momentum_tor [N.m⁻²]
│ │ ├─ particles [s⁻¹.m⁻³]
│ │ └─ time [s]
│ └─ species
│ ├─ ion
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ └─ state
│ │ ├─ electron_configuration
│ │ ├─ label
│ │ ├─ neutral_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
distributions
IMASdd.distributions
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ distribution[:]
│ ├─ ggd[:]
│ │ ├─ expansion[:]
│ │ │ └─ grid_subset[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ expansion_fd3v[:]
│ │ │ └─ grid_subset[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ grid
│ │ │ ├─ grid_subset[:]
│ │ │ │ ├─ base[:]
│ │ │ │ │ ├─ jacobian [mixed]
│ │ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ │ └─ tensor_covariant [mixed]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ element[:]
│ │ │ │ │ └─ object[:]
│ │ │ │ │ ├─ dimension
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ space
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ metric
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ path
│ │ │ └─ space[:]
│ │ │ ├─ coordinates_type
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ objects_per_dimension[:]
│ │ │ ├─ geometry_content
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ object[:]
│ │ │ ├─ boundary[:]
│ │ │ │ ├─ index
│ │ │ │ └─ neighbours
│ │ │ ├─ geometry [mixed]
│ │ │ ├─ geometry_2d [mixed]
│ │ │ ├─ measure [m^dimension]
│ │ │ └─ nodes
│ │ ├─ temperature [eV]
│ │ └─ time [s]
│ ├─ global_quantities[:]
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W]
│ │ │ │ ├─ power_thermal [W]
│ │ │ │ ├─ torque_fast_tor [N.m]
│ │ │ │ └─ torque_thermal_tor [N.m]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W]
│ │ │ ├─ power_thermal [W]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W]
│ │ │ │ ├─ power_thermal [W]
│ │ │ │ ├─ torque_fast_tor [N.m]
│ │ │ │ ├─ torque_thermal_tor [N.m]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m]
│ │ │ ├─ torque_thermal_tor [N.m]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ current_tor [A]
│ │ ├─ energy [J]
│ │ ├─ energy_fast [J]
│ │ ├─ energy_fast_parallel [J]
│ │ ├─ particles_fast_n
│ │ ├─ particles_n
│ │ ├─ source[:]
│ │ │ ├─ identifier
│ │ │ │ ├─ process_index
│ │ │ │ ├─ type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ wave_index
│ │ │ ├─ particles [s⁻¹]
│ │ │ ├─ power [W]
│ │ │ └─ torque_tor [N.m]
│ │ ├─ thermalisation
│ │ │ ├─ particles [s⁻¹]
│ │ │ ├─ power [W]
│ │ │ └─ torque [N.m]
│ │ ├─ time [s]
│ │ └─ torque_tor_j_radial [N.m]
│ ├─ gyro_type
│ ├─ is_delta_f
│ ├─ markers[:]
│ │ ├─ coordinate_identifier[:]
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ orbit_integrals
│ │ │ ├─ bounce_harmonics
│ │ │ ├─ expressions
│ │ │ ├─ m_pol
│ │ │ ├─ n_tor
│ │ │ └─ values
│ │ ├─ orbit_integrals_instant
│ │ │ ├─ expressions
│ │ │ ├─ time_orbit [s]
│ │ │ └─ values
│ │ ├─ positions [mixed]
│ │ ├─ time [s]
│ │ ├─ toroidal_mode
│ │ └─ weights
│ ├─ process[:]
│ │ ├─ nbi_beamlets_group
│ │ ├─ nbi_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ nbi_unit
│ │ ├─ reactant_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ profiles_1d[:]
│ │ ├─ co_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ ├─ source[:]
│ │ │ │ ├─ energy [W.m⁻³]
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ process_index
│ │ │ │ │ ├─ type
│ │ │ │ │ │ ├─ description
│ │ │ │ │ │ ├─ index
│ │ │ │ │ │ └─ name
│ │ │ │ │ └─ wave_index
│ │ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ │ └─ particles [s⁻¹.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ counter_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ ├─ source[:]
│ │ │ │ ├─ energy [W.m⁻³]
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ process_index
│ │ │ │ │ ├─ type
│ │ │ │ │ │ ├─ description
│ │ │ │ │ │ ├─ index
│ │ │ │ │ │ └─ name
│ │ │ │ │ └─ wave_index
│ │ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ │ └─ particles [s⁻¹.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ fast_filter
│ │ │ ├─ energy [eV]
│ │ │ └─ method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_boundary [Wb]
│ │ │ ├─ psi_magnetic_axis [Wb]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ surface [m²]
│ │ │ └─ volume [m³]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ ├─ source[:]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ identifier
│ │ │ │ ├─ process_index
│ │ │ │ ├─ type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ wave_index
│ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ └─ particles [s⁻¹.m⁻³]
│ │ ├─ thermalisation
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ └─ particles [s⁻¹.m⁻³]
│ │ ├─ time [s]
│ │ ├─ torque_tor_j_radial [N.m⁻²]
│ │ └─ trapped
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ ├─ source[:]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ identifier
│ │ │ │ ├─ process_index
│ │ │ │ ├─ type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ wave_index
│ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ └─ particles [s⁻¹.m⁻³]
│ │ └─ torque_tor_j_radial [N.m⁻²]
│ ├─ profiles_2d[:]
│ │ ├─ co_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ counter_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ r [m]
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ theta_geometric [rad]
│ │ │ ├─ theta_straight [rad]
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ volume [m³]
│ │ │ └─ z [m]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ ├─ time [s]
│ │ ├─ torque_tor_j_radial [N.m⁻²]
│ │ └─ trapped
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ └─ torque_tor_j_radial [N.m⁻²]
│ ├─ species
│ │ ├─ ion
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ state
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ neutral
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ └─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ wave[:]
│ ├─ antenna_name
│ ├─ index_in_antenna
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ magnetic_axis
│ ├─ r [m]
│ └─ z [m]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
divertors
IMASdd.divertors
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ divertor[:]
│ ├─ current_incident
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ ├─ particle_flux_recycled_total
│ │ ├─ data [s⁻¹]
│ │ └─ time [s]
│ ├─ power_black_body
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_conducted
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_convected
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_currents
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_incident
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_neutrals
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_radiated
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_recombination_neutrals
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_recombination_plasma
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_thermal_extracted
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ target[:]
│ │ ├─ current_incident
│ │ │ ├─ data [A]
│ │ │ └─ time [s]
│ │ ├─ extension_r [m]
│ │ ├─ extension_z [m]
│ │ ├─ flux_expansion
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ heat_flux_steady_limit_max [W.m⁻²]
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ power_black_body
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_conducted
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_convected
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_currents
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_flux_peak
│ │ │ ├─ data [W.m⁻²]
│ │ │ └─ time [s]
│ │ ├─ power_incident
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_incident_fraction
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ power_neutrals
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_radiated
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_recombination_neutrals
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_recombination_plasma
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ t_e_target_sputtering_limit_max [eV]
│ │ ├─ temperature_limit_max [K]
│ │ ├─ tile[:]
│ │ │ ├─ current_incident
│ │ │ │ ├─ data [A]
│ │ │ │ └─ time [s]
│ │ │ ├─ identifier
│ │ │ ├─ name
│ │ │ ├─ shunt_index
│ │ │ ├─ surface_area [m²]
│ │ │ └─ surface_outline
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ tilt_angle_pol
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ tilt_angle_tor
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ two_point_model[:]
│ │ │ ├─ n_e_target [m⁻³]
│ │ │ ├─ sol_heat_decay_length [m]
│ │ │ ├─ sol_heat_spreading_length [m]
│ │ │ ├─ t_e_target [eV]
│ │ │ └─ time [s]
│ │ └─ wetted_area
│ │ ├─ data [m²]
│ │ └─ time [s]
│ └─ wetted_area
│ ├─ data [m²]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
ec launchers
IMASdd.ec_launchers
├─ beam[:]
│ ├─ available_launch_power [W]
│ ├─ efficiency
│ │ ├─ conversion
│ │ └─ transmission
│ ├─ frequency
│ │ ├─ data [Hz]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ launching_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ ├─ r_limit_max [m]
│ │ ├─ r_limit_min [m]
│ │ └─ z [m]
│ ├─ mode
│ ├─ name
│ ├─ o_mode_fraction
│ ├─ phase
│ │ ├─ angle [rad]
│ │ └─ curvature [m⁻¹]
│ ├─ power_launched
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ spot
│ │ ├─ angle [rad]
│ │ └─ size [m]
│ ├─ steering_angle_pol [rad]
│ ├─ steering_angle_tor [rad]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
ece
IMASdd.ece
├─ channel[:]
│ ├─ beam
│ │ ├─ phase
│ │ │ ├─ angle
│ │ │ │ ├─ data [rad]
│ │ │ │ └─ time [s]
│ │ │ └─ curvature
│ │ │ ├─ data [m⁻¹]
│ │ │ └─ time [s]
│ │ └─ spot
│ │ ├─ angle
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ └─ size
│ │ ├─ data [m]
│ │ └─ time [s]
│ ├─ delta_position_suprathermal
│ │ ├─ phi [rad]
│ │ ├─ psi [W]
│ │ ├─ r [m]
│ │ ├─ rho_tor_norm
│ │ ├─ theta [rad]
│ │ └─ z [m]
│ ├─ frequency
│ │ ├─ data [Hz]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ harmonic
│ │ ├─ data
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ ├─ if_bandwidth [Hz]
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ optical_depth
│ │ ├─ data
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ psi [W]
│ │ ├─ r [m]
│ │ ├─ rho_tor_norm
│ │ ├─ theta [rad]
│ │ └─ z [m]
│ ├─ t_e
│ │ ├─ data [eV]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ t_e_voltage
│ │ ├─ data [V]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ line_of_sight
│ ├─ first_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ second_point
│ ├─ phi [rad]
│ ├─ r [m]
│ └─ z [m]
├─ polarizer[:]
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ polarization_angle [rad]
│ ├─ radius [m]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ psi_normalization
│ ├─ psi_boundary [Wb]
│ ├─ psi_magnetic_axis [Wb]
│ └─ time [s]
├─ t_e_central
│ ├─ data [eV]
│ ├─ rho_tor_norm
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
└─ time [s]
edge profiles
IMASdd.edge_profiles
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ggd[:]
│ ├─ a_field_parallel[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ e_field[:]
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ diamagnetic_coefficients [V.m⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ parallel_coefficients [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ poloidal_coefficients [V.m⁻¹]
│ │ ├─ r [V.m⁻¹]
│ │ ├─ r_coefficients [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ ├─ radial_coefficients [V.m⁻¹]
│ │ ├─ toroidal [V.m⁻¹]
│ │ ├─ toroidal_coefficients [V.m⁻¹]
│ │ ├─ z [V.m⁻¹]
│ │ └─ z_coefficients [V.m⁻¹]
│ ├─ electrons
│ │ ├─ density[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ density_fast[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ distribution_function[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ pressure[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_parallel[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_perpendicular[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ temperature[:]
│ │ │ ├─ coefficients [eV]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [eV]
│ │ └─ velocity[:]
│ │ ├─ diamagnetic [m.s⁻¹]
│ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [m.s⁻¹]
│ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ ├─ poloidal [m.s⁻¹]
│ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ ├─ r [m.s⁻¹]
│ │ ├─ r_coefficients [m.s⁻¹]
│ │ ├─ radial [m.s⁻¹]
│ │ ├─ radial_coefficients [m.s⁻¹]
│ │ ├─ toroidal [m.s⁻¹]
│ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ ├─ z [m.s⁻¹]
│ │ └─ z_coefficients [m.s⁻¹]
│ ├─ ion[:]
│ │ ├─ density[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ density_fast[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy_density_kinetic[:]
│ │ │ ├─ coefficients [J.m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [J.m⁻³]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_parallel[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_perpendicular[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ density_fast[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ distribution_function[:]
│ │ │ │ ├─ coefficients [mixed]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [mixed]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy_density_kinetic[:]
│ │ │ │ ├─ coefficients [J.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [J.m⁻³]
│ │ │ ├─ ionisation_potential[:]
│ │ │ │ ├─ coefficients [Elementary Charge Unit]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ pressure[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_parallel[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_perpendicular[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ temperature[:]
│ │ │ │ ├─ coefficients [eV]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [eV]
│ │ │ ├─ velocity[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_diamagnetic[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_exb[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average[:]
│ │ │ │ ├─ coefficients [Elementary Charge Unit]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Elementary Charge Unit]
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average[:]
│ │ │ ├─ coefficients [Elementary Charge Unit]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Elementary Charge Unit]
│ │ ├─ temperature[:]
│ │ │ ├─ coefficients [eV]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [eV]
│ │ ├─ velocity[:]
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ ├─ r [m.s⁻¹]
│ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ ├─ z [m.s⁻¹]
│ │ │ └─ z_coefficients [m.s⁻¹]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ j_anomalous[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_diamagnetic[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_heat_viscosity[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_inertial[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_ion_neutral_friction[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_parallel[:]
│ │ ├─ coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [A.m⁻²]
│ ├─ j_parallel_viscosity[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_perpendicular_viscosity[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_pfirsch_schlueter[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_total[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ n_i_total_over_n_e[:]
│ │ ├─ coefficients
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values
│ ├─ neutral[:]
│ │ ├─ density[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ density_fast[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy_density_kinetic[:]
│ │ │ ├─ coefficients [J.m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [J.m⁻³]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_parallel[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_perpendicular[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ density_fast[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ distribution_function[:]
│ │ │ │ ├─ coefficients [mixed]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [mixed]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy_density_kinetic[:]
│ │ │ │ ├─ coefficients [J.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [J.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_parallel[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_perpendicular[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ temperature[:]
│ │ │ │ ├─ coefficients [eV]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [eV]
│ │ │ ├─ velocity[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_diamagnetic[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_exb[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ temperature[:]
│ │ │ ├─ coefficients [eV]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [eV]
│ │ └─ velocity[:]
│ │ ├─ diamagnetic [m.s⁻¹]
│ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [m.s⁻¹]
│ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ ├─ poloidal [m.s⁻¹]
│ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ ├─ r [m.s⁻¹]
│ │ ├─ r_coefficients [m.s⁻¹]
│ │ ├─ radial [m.s⁻¹]
│ │ ├─ radial_coefficients [m.s⁻¹]
│ │ ├─ toroidal [m.s⁻¹]
│ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ ├─ z [m.s⁻¹]
│ │ └─ z_coefficients [m.s⁻¹]
│ ├─ phi_potential[:]
│ │ ├─ coefficients [V]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [V]
│ ├─ pressure_parallel[:]
│ │ ├─ coefficients [Pa]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [Pa]
│ ├─ pressure_perpendicular[:]
│ │ ├─ coefficients [Pa]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [Pa]
│ ├─ pressure_thermal[:]
│ │ ├─ coefficients [Pa]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [Pa]
│ ├─ t_i_average[:]
│ │ ├─ coefficients [eV]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [eV]
│ ├─ time [s]
│ └─ zeff[:]
│ ├─ coefficients
│ ├─ grid_index
│ ├─ grid_subset_index
│ └─ values
├─ ggd_fast[:]
│ ├─ electrons
│ │ ├─ density[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [m⁻³]
│ │ └─ temperature[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ value [eV]
│ ├─ energy_thermal[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ value [J]
│ ├─ ion[:]
│ │ ├─ content[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value
│ │ ├─ density[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ neutral_index
│ │ ├─ temperature[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [eV]
│ │ └─ z_ion [Elementary Charge Unit]
│ └─ time [s]
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ current_parallel_inside [A]
│ ├─ e_field
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ └─ toroidal [V.m⁻¹]
│ ├─ electrons
│ │ ├─ collisionality_norm
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ └─ temperature_validity
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_fit
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ local
│ │ │ │ ├─ measured [m⁻³]
│ │ │ │ ├─ parameters
│ │ │ │ ├─ reconstructed [m⁻³]
│ │ │ │ ├─ rho_pol_norm
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ ├─ time_measurement_slice_method
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ time_measurement_width [s]
│ │ │ │ └─ weight
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_average_1d
│ │ │ ├─ z_average_square_1d
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ temperature_validity
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ ├─ z_ion_1d
│ │ └─ z_ion_square_1d
│ ├─ j_bootstrap [A/m²]
│ ├─ j_non_inductive [A/m²]
│ ├─ j_ohmic [A/m²]
│ ├─ j_tor [A/m²]
│ ├─ j_total [A/m²]
│ ├─ magnetic_shear
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ neutral[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ temperature [eV]
│ ├─ phi_potential [V]
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ q
│ ├─ rotation_frequency_tor_sonic [s⁻¹]
│ ├─ t_i_average [eV]
│ ├─ t_i_average_fit
│ │ ├─ chi_squared
│ │ ├─ local
│ │ ├─ measured [eV]
│ │ ├─ parameters
│ │ ├─ reconstructed [eV]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor_norm
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ ├─ time_measurement_slice_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ time_measurement_width [s]
│ │ └─ weight
│ ├─ time [s]
│ ├─ zeff
│ └─ zeff_fit
│ ├─ chi_squared
│ ├─ local
│ ├─ measured
│ ├─ parameters
│ ├─ reconstructed
│ ├─ rho_pol_norm
│ ├─ rho_tor_norm
│ ├─ source
│ ├─ time_measurement [s]
│ ├─ time_measurement_slice_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ time_measurement_width [s]
│ └─ weight
├─ statistics[:]
│ ├─ quantity_2d[:]
│ │ ├─ distribution
│ │ │ ├─ bins [mixed]
│ │ │ └─ probability
│ │ ├─ path
│ │ └─ statistics_type[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ uq_input_path
│ │ └─ value [mixed]
│ ├─ time [s]
│ ├─ time_width [s]
│ └─ uq_input_2d[:]
│ ├─ distribution
│ │ ├─ bins [mixed]
│ │ └─ probability
│ └─ path
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
edge sources
IMASdd.edge_sources
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ source[:]
│ ├─ ggd[:]
│ │ ├─ current[:]
│ │ │ ├─ coefficients [A.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [A.m⁻²]
│ │ ├─ electrons
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ └─ particles[:]
│ │ │ ├─ coefficients [m⁻³.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³.s⁻¹]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ momentum[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ particles[:]
│ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ energy[:]
│ │ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻³]
│ │ │ │ ├─ label
│ │ │ │ ├─ momentum[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ particles[:]
│ │ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ momentum[:]
│ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ momentum[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ particles[:]
│ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ momentum[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles[:]
│ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ time [s]
│ │ └─ total_ion_energy[:]
│ │ ├─ coefficients [W.m⁻³]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [W.m⁻³]
│ ├─ ggd_fast[:]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ neutral_index
│ │ │ ├─ power[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ value [W]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ └─ time [s]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ species
│ ├─ ion
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ └─ state
│ │ ├─ electron_configuration
│ │ ├─ label
│ │ ├─ neutral_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
edge transport
IMASdd.edge_transport
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ model[:]
│ ├─ code
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ output_flag
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ flux_multiplier
│ ├─ ggd[:]
│ │ ├─ conductivity[:]
│ │ │ ├─ diamagnetic [ohm⁻¹.m⁻¹]
│ │ │ ├─ diamagnetic_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ parallel [ohm⁻¹.m⁻¹]
│ │ │ ├─ parallel_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ poloidal [ohm⁻¹.m⁻¹]
│ │ │ ├─ poloidal_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ r [ohm⁻¹.m⁻¹]
│ │ │ ├─ r_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ radial [ohm⁻¹.m⁻¹]
│ │ │ ├─ radial_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ toroidal [ohm⁻¹.m⁻¹]
│ │ │ ├─ toroidal_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ z [ohm⁻¹.m⁻¹]
│ │ │ └─ z_coefficients [ohm⁻¹.m⁻¹]
│ │ ├─ electrons
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ particles
│ │ │ ├─ d[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ d_pol[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ d_radial[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ flux[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ flux_limiter[:]
│ │ │ │ ├─ coefficients
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values
│ │ │ ├─ flux_pol[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ flux_radial[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ v[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ v_pol[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ v_radial[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel
│ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ ├─ r
│ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ ├─ radial
│ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ ├─ toroidal
│ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ ├─ z
│ │ │ │ │ └─ z_coefficients
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ particles
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ energy
│ │ │ │ │ ├─ d[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_pol[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_radial[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ flux[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ │ ├─ coefficients
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values
│ │ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ v[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ ├─ v_pol[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ └─ v_radial[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ label
│ │ │ │ ├─ momentum
│ │ │ │ │ ├─ d[:]
│ │ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ d_pol[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_radial[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ flux[:]
│ │ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel
│ │ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ │ ├─ poloidal
│ │ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ │ ├─ r
│ │ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ │ ├─ radial
│ │ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ │ ├─ toroidal
│ │ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ │ ├─ z
│ │ │ │ │ │ └─ z_coefficients
│ │ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ v[:]
│ │ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ v_pol[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ └─ v_radial[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ particles
│ │ │ │ │ ├─ d[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_pol[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_radial[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ flux[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ │ ├─ coefficients
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values
│ │ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ v[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ ├─ v_pol[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ └─ v_radial[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ momentum
│ │ │ ├─ d[:]
│ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ ├─ d_pol[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ d_radial[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ flux[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ flux_limiter[:]
│ │ │ │ ├─ diamagnetic
│ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel
│ │ │ │ ├─ parallel_coefficients
│ │ │ │ ├─ poloidal
│ │ │ │ ├─ poloidal_coefficients
│ │ │ │ ├─ r
│ │ │ │ ├─ r_coefficients
│ │ │ │ ├─ radial
│ │ │ │ ├─ radial_coefficients
│ │ │ │ ├─ toroidal
│ │ │ │ ├─ toroidal_coefficients
│ │ │ │ ├─ z
│ │ │ │ └─ z_coefficients
│ │ │ ├─ flux_pol[:]
│ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ ├─ flux_radial[:]
│ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ ├─ v[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ v_pol[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ v_radial[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel
│ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ ├─ r
│ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ ├─ radial
│ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ ├─ toroidal
│ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ ├─ z
│ │ │ │ │ └─ z_coefficients
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ particles
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel
│ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ ├─ r
│ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ ├─ radial
│ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ ├─ toroidal
│ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ ├─ z
│ │ │ │ │ └─ z_coefficients
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ time [s]
│ │ └─ total_ion_energy
│ │ ├─ d[:]
│ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m².s⁻¹]
│ │ ├─ d_pol[:]
│ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m².s⁻¹]
│ │ ├─ d_radial[:]
│ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m².s⁻¹]
│ │ ├─ flux[:]
│ │ │ ├─ coefficients [W.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻²]
│ │ ├─ flux_limiter[:]
│ │ │ ├─ coefficients
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values
│ │ ├─ flux_pol[:]
│ │ │ ├─ coefficients [W.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻²]
│ │ ├─ flux_radial[:]
│ │ │ ├─ coefficients [W.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻²]
│ │ ├─ v[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ ├─ v_pol[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ └─ v_radial[:]
│ │ ├─ coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m.s⁻¹]
│ ├─ ggd_fast[:]
│ │ ├─ electrons
│ │ │ ├─ particle_flux_integrated[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ value [s⁻¹]
│ │ │ └─ power[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W]
│ │ ├─ energy_flux_max[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W.m⁻²]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ neutral_index
│ │ │ ├─ particle_flux_integrated[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ value [s⁻¹]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ └─ particle_flux_integrated[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [s⁻¹]
│ │ ├─ power[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W]
│ │ ├─ power_ion_total[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W]
│ │ └─ time [s]
│ └─ identifier
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
em coupling
IMASdd.em_coupling
├─ active_coils
├─ b_field_pol_probes
├─ b_field_pol_probes_active [T/A]
├─ b_field_pol_probes_passive [T/A]
├─ b_field_pol_probes_plasma [T/A]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coupling_matrix[:]
│ ├─ columns_uri
│ ├─ data [mixed]
│ ├─ name
│ ├─ quantity
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ rows_uri
├─ flux_loops
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ └─ space[:]
│ ├─ coordinates_type
│ ├─ geometry_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ objects_per_dimension[:]
│ ├─ geometry_content
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ object[:]
│ ├─ boundary[:]
│ │ ├─ index
│ │ └─ neighbours
│ ├─ geometry [mixed]
│ ├─ geometry_2d [mixed]
│ ├─ measure [m^dimension]
│ └─ nodes
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ mutual_active_active [H]
├─ mutual_loops_active [H]
├─ mutual_loops_passive [H]
├─ mutual_loops_plasma [H]
├─ mutual_passive_active [H]
├─ mutual_passive_passive [H]
├─ mutual_plasma_active [H]
├─ mutual_plasma_passive [H]
├─ mutual_plasma_plasma [H]
├─ passive_loops
├─ plasma_elements
└─ time [s]
equilibrium
IMASdd.equilibrium
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grids_ggd[:]
│ ├─ grid[:]
│ │ ├─ grid_subset[:]
│ │ │ ├─ base[:]
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ dimension
│ │ │ ├─ element[:]
│ │ │ │ └─ object[:]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ index
│ │ │ │ └─ space
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ metric
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ path
│ │ └─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
├─ time_slice[:]
│ ├─ boundary
│ │ ├─ active_limiter_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ elongation
│ │ ├─ elongation_lower
│ │ ├─ elongation_upper
│ │ ├─ geometric_axis
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ minor_radius [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ ovality
│ │ ├─ psi [Wb]
│ │ ├─ psi_norm
│ │ ├─ squareness
│ │ ├─ squareness_lower_inner
│ │ ├─ squareness_lower_outer
│ │ ├─ squareness_upper_inner
│ │ ├─ squareness_upper_outer
│ │ ├─ strike_point[:]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ tilt
│ │ ├─ triangularity
│ │ ├─ triangularity_lower
│ │ ├─ triangularity_upper
│ │ ├─ twist
│ │ ├─ type
│ │ └─ x_point[:]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ boundary_secondary_separatrix
│ │ ├─ distance_inner_outer [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ psi [Wb]
│ │ ├─ strike_point[:]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ x_point[:]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ boundary_separatrix
│ │ ├─ active_limiter_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ closest_wall_point
│ │ │ ├─ distance [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ dr_dz_zero_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ elongation
│ │ ├─ elongation_lower
│ │ ├─ elongation_upper
│ │ ├─ gap[:]
│ │ │ ├─ angle [rad]
│ │ │ ├─ identifier
│ │ │ ├─ name
│ │ │ ├─ r [m]
│ │ │ ├─ value [m]
│ │ │ └─ z [m]
│ │ ├─ geometric_axis
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ minor_radius [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ psi [Wb]
│ │ ├─ squareness_lower_inner
│ │ ├─ squareness_lower_outer
│ │ ├─ squareness_upper_inner
│ │ ├─ squareness_upper_outer
│ │ ├─ strike_point[:]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ triangularity
│ │ ├─ triangularity_inner
│ │ ├─ triangularity_lower
│ │ ├─ triangularity_minor
│ │ ├─ triangularity_outer
│ │ ├─ triangularity_upper
│ │ ├─ type
│ │ └─ x_point[:]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ constraints
│ │ ├─ b_field_tor_vacuum_r
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [T.m]
│ │ │ ├─ reconstructed [T.m]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ bpol_probe[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [T]
│ │ │ ├─ reconstructed [T]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ chi_squared_reduced
│ │ ├─ constraints_n
│ │ ├─ diamagnetic_flux
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [Wb]
│ │ │ ├─ reconstructed [Wb]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ faraday_angle[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [rad]
│ │ │ ├─ reconstructed [rad]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ flux_loop[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [Wb]
│ │ │ ├─ reconstructed [Wb]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ freedom_degrees_n
│ │ ├─ ip
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [A]
│ │ │ ├─ reconstructed [A]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ iron_core_segment[:]
│ │ │ ├─ magnetisation_r
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ exact
│ │ │ │ ├─ measured [T]
│ │ │ │ ├─ reconstructed [T]
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ └─ weight
│ │ │ └─ magnetisation_z
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [T]
│ │ │ ├─ reconstructed [T]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ j_parallel[:]
│ │ │ ├─ chi_squared [A.m⁻²]
│ │ │ ├─ exact
│ │ │ ├─ measured [A.m⁻²]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ j_tor[:]
│ │ │ ├─ chi_squared [A.m⁻²]
│ │ │ ├─ exact
│ │ │ ├─ measured [A.m⁻²]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ mse_polarisation_angle[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [rad]
│ │ │ ├─ reconstructed [rad]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ n_e[:]
│ │ │ ├─ chi_squared [m⁻³]
│ │ │ ├─ exact
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ n_e_line[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [m⁻²]
│ │ │ ├─ reconstructed [m⁻²]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pf_current[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [A]
│ │ │ ├─ reconstructed [A]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pf_passive_current[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [A]
│ │ │ ├─ reconstructed [A]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pressure[:]
│ │ │ ├─ chi_squared [Pa]
│ │ │ ├─ exact
│ │ │ ├─ measured [Pa]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pressure_rotational[:]
│ │ │ ├─ chi_squared [Pa]
│ │ │ ├─ exact
│ │ │ ├─ measured [Pa]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ q[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ strike_point[:]
│ │ │ ├─ chi_squared_r [m⁻²]
│ │ │ ├─ chi_squared_z [m⁻²]
│ │ │ ├─ exact
│ │ │ ├─ position_measured
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ position_reconstructed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ └─ x_point[:]
│ │ ├─ chi_squared_r [m⁻²]
│ │ ├─ chi_squared_z [m⁻²]
│ │ ├─ exact
│ │ ├─ position_measured
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ position_reconstructed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ └─ weight
│ ├─ convergence
│ │ ├─ grad_shafranov_deviation_expression
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ grad_shafranov_deviation_value [mixed]
│ │ ├─ iterations_n
│ │ └─ result
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ coordinate_system
│ │ ├─ grid
│ │ │ ├─ dim1 [mixed]
│ │ │ ├─ dim2 [mixed]
│ │ │ └─ volume_element [m³]
│ │ ├─ grid_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ jacobian [mixed]
│ │ ├─ r [m]
│ │ ├─ tensor_contravariant [mixed]
│ │ ├─ tensor_covariant [mixed]
│ │ └─ z [m]
│ ├─ ggd[:]
│ │ ├─ b_field_r[:]
│ │ │ ├─ coefficients [T]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [T]
│ │ ├─ b_field_tor[:]
│ │ │ ├─ coefficients [T]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [T]
│ │ ├─ b_field_z[:]
│ │ │ ├─ coefficients [T]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [T]
│ │ ├─ j_parallel[:]
│ │ │ ├─ coefficients [A.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [A.m⁻²]
│ │ ├─ j_tor[:]
│ │ │ ├─ coefficients [A.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [A.m⁻²]
│ │ ├─ phi[:]
│ │ │ ├─ coefficients [Wb]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Wb]
│ │ ├─ psi[:]
│ │ │ ├─ coefficients [Wb]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Wb]
│ │ ├─ r[:]
│ │ │ ├─ coefficients [m]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m]
│ │ ├─ theta[:]
│ │ │ ├─ coefficients [rad]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [rad]
│ │ └─ z[:]
│ │ ├─ coefficients [m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m]
│ ├─ global_quantities
│ │ ├─ area [m²]
│ │ ├─ beta_normal
│ │ ├─ beta_pol
│ │ ├─ beta_tor
│ │ ├─ current_centre
│ │ │ ├─ r [m]
│ │ │ ├─ velocity_z [m.s⁻¹]
│ │ │ └─ z [m]
│ │ ├─ energy_mhd [J]
│ │ ├─ ip [A]
│ │ ├─ length_pol [m]
│ │ ├─ li_3
│ │ ├─ magnetic_axis
│ │ │ ├─ b_field_tor [T]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ plasma_inductance [H]
│ │ ├─ plasma_resistance [ohm]
│ │ ├─ psi_axis [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_external_average [Wb]
│ │ ├─ q_95
│ │ ├─ q_axis
│ │ ├─ q_min
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_norm
│ │ │ ├─ rho_tor_norm
│ │ │ └─ value
│ │ ├─ rho_tor_boundary [m]
│ │ ├─ surface [m²]
│ │ ├─ v_external [V]
│ │ ├─ vacuum_toroidal_field
│ │ │ ├─ b0 [T]
│ │ │ └─ r0 [m]
│ │ └─ volume [m³]
│ ├─ profiles_1d
│ │ ├─ area [m²]
│ │ ├─ b_field_average [T]
│ │ ├─ b_field_max [T]
│ │ ├─ b_field_min [T]
│ │ ├─ beta_pol
│ │ ├─ darea_dpsi [m².Wb⁻¹]
│ │ ├─ darea_drho_tor [m]
│ │ ├─ dpressure_dpsi [Pa.Wb⁻¹]
│ │ ├─ dpsi_drho_tor [Wb/m]
│ │ ├─ dvolume_dpsi [m³.Wb⁻¹]
│ │ ├─ dvolume_drho_tor [m²]
│ │ ├─ elongation
│ │ ├─ f [T.m]
│ │ ├─ f_df_dpsi [T².m²/Wb]
│ │ ├─ fsa_bp [T]
│ │ ├─ geometric_axis
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ gm1 [m⁻²]
│ │ ├─ gm10 [m²]
│ │ ├─ gm2 [m⁻²]
│ │ ├─ gm3
│ │ ├─ gm4 [T⁻²]
│ │ ├─ gm5 [T²]
│ │ ├─ gm6 [T⁻²]
│ │ ├─ gm7
│ │ ├─ gm8 [m]
│ │ ├─ gm9 [m⁻¹]
│ │ ├─ j_parallel [A.m⁻²]
│ │ ├─ j_tor [A.m⁻²]
│ │ ├─ magnetic_shear
│ │ ├─ mass_density [kg.m⁻³]
│ │ ├─ phi [Wb]
│ │ ├─ pressure [Pa]
│ │ ├─ psi [Wb]
│ │ ├─ psi_norm
│ │ ├─ q
│ │ ├─ r_inboard [m]
│ │ ├─ r_outboard [m]
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ rho_volume_norm
│ │ ├─ squareness_lower_inner
│ │ ├─ squareness_lower_outer
│ │ ├─ squareness_upper_inner
│ │ ├─ squareness_upper_outer
│ │ ├─ surface [m²]
│ │ ├─ trapped_fraction
│ │ ├─ triangularity_lower
│ │ ├─ triangularity_upper
│ │ └─ volume [m³]
│ ├─ profiles_2d[:]
│ │ ├─ b_field_r [T]
│ │ ├─ b_field_tor [T]
│ │ ├─ b_field_z [T]
│ │ ├─ grid
│ │ │ ├─ dim1 [mixed]
│ │ │ ├─ dim2 [mixed]
│ │ │ └─ volume_element [m³]
│ │ ├─ grid_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ j_parallel [A.m⁻²]
│ │ ├─ j_tor [A.m⁻²]
│ │ ├─ phi [Wb]
│ │ ├─ psi [Wb]
│ │ ├─ r [m]
│ │ ├─ theta [rad]
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ z [m]
│ └─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
ferritic
IMASdd.ferritic
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_ggd
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ └─ space[:]
│ ├─ coordinates_type
│ ├─ geometry_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ objects_per_dimension[:]
│ ├─ geometry_content
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ object[:]
│ ├─ boundary[:]
│ │ ├─ index
│ │ └─ neighbours
│ ├─ geometry [mixed]
│ ├─ geometry_2d [mixed]
│ ├─ measure [m^dimension]
│ └─ nodes
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ object[:]
│ ├─ axisymmetric[:]
│ │ ├─ annulus
│ │ │ ├─ r [m]
│ │ │ ├─ radius_inner [m]
│ │ │ ├─ radius_outer [m]
│ │ │ └─ z [m]
│ │ ├─ arcs_of_circle
│ │ │ ├─ curvature_radii [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ oblique
│ │ │ ├─ alpha [rad]
│ │ │ ├─ beta [rad]
│ │ │ ├─ length_alpha [m]
│ │ │ ├─ length_beta [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ rectangle
│ │ │ ├─ height [m]
│ │ │ ├─ r [m]
│ │ │ ├─ width [m]
│ │ │ └─ z [m]
│ │ └─ thick_line
│ │ ├─ first_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ thickness [m]
│ ├─ centroid
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ ggd_object_index
│ ├─ permeability_table_index
│ ├─ saturated_relative_permeability [H.m⁻¹]
│ ├─ time_slice[:]
│ │ ├─ b_field_r [T]
│ │ ├─ b_field_tor [T]
│ │ ├─ b_field_z [T]
│ │ ├─ magnetic_moment_r [A.m⁻²]
│ │ ├─ magnetic_moment_tor [A.m⁻²]
│ │ ├─ magnetic_moment_z [A.m⁻²]
│ │ └─ time [s]
│ └─ volume [m³]
├─ permeability_table[:]
│ ├─ b_field [T]
│ ├─ description
│ ├─ name
│ └─ relative_permeability
└─ time [s]
focs
IMASdd.focs
├─ b_field_z
│ ├─ data [T]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ current
│ ├─ data [A]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ fibre_length [m]
├─ fibre_properties
│ ├─ beat_length [m]
│ ├─ id
│ ├─ spun [m]
│ ├─ spun_initial_azimuth [rad]
│ ├─ twist [m]
│ └─ verdet_constant [rad.T⁻¹.m⁻¹]
├─ id
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ name
├─ outline
│ ├─ phi [rad]
│ ├─ r [m]
│ └─ z [m]
├─ stokes_initial
│ ├─ s0
│ ├─ s1
│ ├─ s2
│ └─ s3
├─ stokes_output[:]
│ ├─ s0
│ ├─ s1
│ ├─ s2
│ ├─ s3
│ └─ time [s]
└─ time [s]
gas injection
IMASdd.gas_injection
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ pipe[:]
│ ├─ exit_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ flow_rate
│ │ ├─ data [Pa.m³.s⁻¹]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ length [m]
│ ├─ name
│ ├─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ species[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ fraction
│ │ └─ label
│ └─ valve_indices
├─ time [s]
└─ valve[:]
├─ electron_rate
│ ├─ data [s⁻¹]
│ └─ time [s]
├─ flow_rate
│ ├─ data [Pa.m³.s⁻¹]
│ └─ time [s]
├─ flow_rate_max [Pa.m³.s⁻¹]
├─ flow_rate_min [Pa.m³.s⁻¹]
├─ identifier
├─ name
├─ pipe_indices
├─ response_curve
│ ├─ flow_rate [Pa.m³.s⁻¹]
│ └─ voltage [V]
├─ species[:]
│ ├─ element[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ atoms_n
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ fraction
│ └─ label
└─ voltage
├─ data [V]
└─ time [s]
gas pumping
IMASdd.gas_pumping
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ duct[:]
│ ├─ flow_rate
│ │ ├─ data [Pa.m³.s⁻¹]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ └─ species[:]
│ ├─ element[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ atoms_n
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ flow_rate
│ │ ├─ data [Pa.m³.s⁻¹]
│ │ └─ time [s]
│ └─ label
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─