Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema pellets.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element pellets
Namespace No namespace
Annotations
Description of pellets. Time-dependent CPO.
Diagram
Diagram utilities_xsd.tmp#datainfo pellets_xsd.tmp#pellets_compositions pellets_xsd.tmp#pellets_pellet utilities_xsd.tmp#codeparam pellets_xsd.tmp#pellets_time
Properties
content complex
Used by
Element top
Model
Children codeparam, compositions, datainfo, pellet, time
Instance
<pellets>
  <datainfo>{1,1}</datainfo>
  <compositions>{1,1}</compositions>
  <pellet>{0,unbounded}</pellet>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</pellets>
Source
<xs:element name="pellets">
  <xs:annotation>
    <xs:documentation>Description of pellets. Time-dependent CPO.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="compositions" type="compositions_type">
        <xs:annotation>
          <xs:documentation>Pellet composition</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="pellet" type="pellet" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Description of the pellets entering the plasma at given time. Array of structures (NPEL). Time-dependent.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="codeparam"/>
      <xs:element name="time" type="xs:float">
        <xs:annotation>
          <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element pellets / compositions
Namespace No namespace
Annotations
Pellet composition
Diagram
Diagram utilities_xsd.tmp#compositions_type_nuclei utilities_xsd.tmp#compositions_type_ions utilities_xsd.tmp#compositions_type_impurities utilities_xsd.tmp#compositions_type_neutralscomp utilities_xsd.tmp#compositions_type_edgespecies utilities_xsd.tmp#compositions_type_signature utilities_xsd.tmp#compositions_type
Type compositions_type
Properties
content complex
Model
Children edgespecies, impurities, ions, neutralscomp, nuclei, signature
Instance
<compositions>
  <nuclei>{1,unbounded}</nuclei>
  <ions>{1,unbounded}</ions>
  <impurities>{0,unbounded}</impurities>
  <neutralscomp>{0,unbounded}</neutralscomp>
  <edgespecies>{0,unbounded}</edgespecies>
  <signature>{1,1}</signature>
</compositions>
Source
<xs:element name="compositions" type="compositions_type">
  <xs:annotation>
    <xs:documentation>Pellet composition</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellets / pellet
Namespace No namespace
Annotations
Description of the pellets entering the plasma at given time. Array of structures (NPEL). Time-dependent.
Diagram
Diagram pellets_xsd.tmp#pellet_shape pellets_xsd.tmp#pellet_elements pellets_xsd.tmp#pellet_geometry pellets_xsd.tmp#pellet_pathprofiles pellets_xsd.tmp#pellet_deposition pellets_xsd.tmp#pellet
Type pellet
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children deposition, elements, geometry, pathprofiles, shape
Instance
<pellet>
  <shape>{1,1}</shape>
  <elements>{1,1}</elements>
  <geometry>{1,1}</geometry>
  <pathprofiles>{1,1}</pathprofiles>
  <deposition>{1,1}</deposition>
</pellet>
Source
<xs:element name="pellet" type="pellet" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Description of the pellets entering the plasma at given time. Array of structures (NPEL). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet / shape
Namespace No namespace
Annotations
Structure defining the shape of the pellet. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_shape_type pellets_xsd.tmp#NO_NAMESPACE_pellet_shape_dimensions pellets_xsd.tmp#NO_NAMESPACE_pellet_shape
Type pellet_shape
Properties
content complex
Model
Children dimensions, type
Instance
<shape>
  <type>{1,1}</type>
  <dimensions>{1,1}</dimensions>
</shape>
Source
<xs:element name="shape" type="pellet_shape">
  <xs:annotation>
    <xs:documentation>Structure defining the shape of the pellet. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_shape / type
Namespace No namespace
Annotations
Identifier for the shape of the pellet: 1-spherical; 2-cylindrical; 3-rectangular; 4-generic.  Time-dependent.
Diagram
Diagram utilities_xsd.tmp#identifier_id utilities_xsd.tmp#identifier_flag utilities_xsd.tmp#identifier_description utilities_xsd.tmp#identifier
Type identifier
Properties
content complex
Model
Children description, flag, id
Instance
<type>
  <id>{1,1}</id>
  <flag>{1,1}</flag>
  <description>{1,1}</description>
</type>
Source
<xs:element name="type" type="identifier">
  <xs:annotation>
    <xs:documentation>Identifier for the shape of the pellet: 1-spherical; 2-cylindrical; 3-rectangular; 4-generic. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_shape / dimensions
Namespace No namespace
Annotations
Vector specifying the dimensions of the pellet following the order for predefined shapes. Spherical pellets: dimensions(1) is the radius [m] of the pellet; Cylindrical pellets: dimensions(1) is the radius [m] and dimensions(2) is the height [m] of the cylinder; Rectangular pellets: dimensions(1) is the height [m], dimensions(2) is the width [m] and dimensions(3) is the length [m];  Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dimensions" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Vector specifying the dimensions of the pellet following the order for predefined shapes. Spherical pellets: dimensions(1) is the radius [m] of the pellet; Cylindrical pellets: dimensions(1) is the radius [m] and dimensions(2) is the height [m] of the cylinder; Rectangular pellets: dimensions(1) is the height [m], dimensions(2) is the width [m] and dimensions(3) is the length [m]; Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet / elements
Namespace No namespace
Annotations
Structure defining the composition of the pellet. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_nucindex pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_density pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_fraction pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_subl_energy pellets_xsd.tmp#NO_NAMESPACE_pellet_elements
Type pellet_elements
Properties
content complex
Model
Children density, fraction, nucindex, subl_energy
Instance
<elements>
  <nucindex>{1,1}</nucindex>
  <density>{1,1}</density>
  <fraction>{1,1}</fraction>
  <subl_energy>{1,1}</subl_energy>
</elements>
Source
<xs:element name="elements" type="pellet_elements">
  <xs:annotation>
    <xs:documentation>Structure defining the composition of the pellet. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_elements / nucindex
Namespace No namespace
Annotations
Index into list of nuclei, array over elements in pellet (NATM). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="nucindex" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Index into list of nuclei, array over elements in pellet (NATM). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_elements / density
Namespace No namespace
Annotations
Material density of each element of the pellet, array over elements (NATM). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="density" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Material density of each element of the pellet, array over elements (NATM). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_elements / fraction
Namespace No namespace
Annotations
Fraction of each element in the pellet, array over elements in pellet (NATM). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="fraction" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Fraction of each element in the pellet, array over elements in pellet (NATM). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_elements / subl_energy
Namespace No namespace
Annotations
Sublimation energy per atom, array over elements in pellet (NATM). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="subl_energy" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Sublimation energy per atom, array over elements in pellet (NATM). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet / geometry
Namespace No namespace
Annotations
Structure describing the geometry of the pellet path. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_pivot_point pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_second_point pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_velocity pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_angles pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry
Type pellet_geometry
Properties
content complex
Model
Children angles, pivot_point, second_point, velocity
Instance
<geometry>
  <pivot_point>{1,1}</pivot_point>
  <second_point>{1,1}</second_point>
  <velocity>{1,1}</velocity>
  <angles>{1,1}</angles>
</geometry>
Source
<xs:element name="geometry" type="pellet_geometry">
  <xs:annotation>
    <xs:documentation>Structure describing the geometry of the pellet path. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_geometry / pivot_point
Namespace No namespace
Annotations
Coordinates of the pivot point for pellet trajectory. Time-dependent.
Diagram
Diagram utilities_xsd.tmp#rzphi0D_r utilities_xsd.tmp#rzphi0D_z utilities_xsd.tmp#rzphi0D_phi utilities_xsd.tmp#rzphi0D
Type rzphi0D
Properties
content complex
Model
r , z , phi
Children phi, r, z
Instance
<pivot_point>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <phi>{1,1}</phi>
</pivot_point>
Source
<xs:element name="pivot_point" type="rzphi0D">
  <xs:annotation>
    <xs:documentation>Coordinates of the pivot point for pellet trajectory. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_geometry / second_point
Namespace No namespace
Annotations
Coordinates of the second point for pellet trajectory. Time-dependent.
Diagram
Diagram utilities_xsd.tmp#rzphi0D_r utilities_xsd.tmp#rzphi0D_z utilities_xsd.tmp#rzphi0D_phi utilities_xsd.tmp#rzphi0D
Type rzphi0D
Properties
content complex
Model
r , z , phi
Children phi, r, z
Instance
<second_point>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <phi>{1,1}</phi>
</second_point>
Source
<xs:element name="second_point" type="rzphi0D">
  <xs:annotation>
    <xs:documentation>Coordinates of the second point for pellet trajectory. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_geometry / velocity
Namespace No namespace
Annotations
Starting velocity of the pellet [m/s]. Scalar. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="velocity" type="xs:float">
  <xs:annotation>
    <xs:documentation>Starting velocity of the pellet [m/s]. Scalar. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_geometry / angles
Namespace No namespace
Annotations
Angles of the pellet trajectory. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#pellet_angles_horizontal pellets_xsd.tmp#pellet_angles_vertical pellets_xsd.tmp#pellet_angles
Type pellet_angles
Properties
content complex
Model
Children horizontal, vertical
Instance
<angles>
  <horizontal>{1,1}</horizontal>
  <vertical>{1,1}</vertical>
</angles>
Source
<xs:element name="angles" type="pellet_angles">
  <xs:annotation>
    <xs:documentation>Angles of the pellet trajectory. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_angles / horizontal
Namespace No namespace
Annotations
Angle [rad] of the horizontal projection of the path with poloidal cross section (0 for HFS , then counter clockwise looking from above), scalar. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="horizontal" type="xs:float">
  <xs:annotation>
    <xs:documentation>Angle [rad] of the horizontal projection of the path with poloidal cross section (0 for HFS , then counter clockwise looking from above), scalar. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_angles / vertical
Namespace No namespace
Annotations
Angle [rad] of the path with vertical axis section (0 for bottom-top trajectory, then counter clockwise), scalar. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="vertical" type="xs:float">
  <xs:annotation>
    <xs:documentation>Angle [rad] of the path with vertical axis section (0 for bottom-top trajectory, then counter clockwise), scalar. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet / pathprofiles
Namespace No namespace
Annotations
Structure describing 1-D profiles of plasma and pellet along the pellet path. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_distance pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_rho_tor pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_rho_pol pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_velocity pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_ne pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_te pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_abl_rate pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_abl_particles pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_delta_drift pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_position pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles
Type pellet_pathprofiles
Properties
content complex
Model
Children abl_particles, abl_rate, delta_drift, distance, ne, position, rho_pol, rho_tor, te, velocity
Instance
<pathprofiles>
  <distance>{1,1}</distance>
  <rho_tor>{1,1}</rho_tor>
  <rho_pol>{1,1}</rho_pol>
  <velocity>{1,1}</velocity>
  <ne>{1,1}</ne>
  <te>{1,1}</te>
  <abl_rate>{1,1}</abl_rate>
  <abl_particles>{1,1}</abl_particles>
  <delta_drift>{1,1}</delta_drift>
  <position>{1,1}</position>
</pathprofiles>
Source
<xs:element name="pathprofiles" type="pellet_pathprofiles">
  <xs:annotation>
    <xs:documentation>Structure describing 1-D profiles of plasma and pellet along the pellet path. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / distance
Namespace No namespace
Annotations
Coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="distance" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / rho_tor
Namespace No namespace
Annotations
Toroidal flux coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_tor" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Toroidal flux coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / rho_pol
Namespace No namespace
Annotations
Poloidal flux coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_pol" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Poloidal flux coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / velocity
Namespace No namespace
Annotations
Pellet velocity along the pellet trajectory [m/s], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="velocity" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Pellet velocity along the pellet trajectory [m/s], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / ne
Namespace No namespace
Annotations
Electron density along the pellet trajectory [m^-3], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="ne" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron density along the pellet trajectory [m^-3], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / te
Namespace No namespace
Annotations
Electron temperature along the pellet trajectory [eV], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="te" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron temperature along the pellet trajectory [eV], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / abl_rate
Namespace No namespace
Annotations
Ablation rate along the pellet trajectory [part/s], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="abl_rate" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Ablation rate along the pellet trajectory [part/s], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / abl_particles
Namespace No namespace
Annotations
Number of ablated particles along the pellet trajectory [part], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="abl_particles" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Number of ablated particles along the pellet trajectory [part], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / delta_drift
Namespace No namespace
Annotations
Radial displacement due to ExB drifts along the pellet trajectory [m], array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="delta_drift" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Radial displacement due to ExB drifts along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_pathprofiles / position
Namespace No namespace
Annotations
Coordinates of the pellet trajectory line, array (NPATH). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#rzphi1D_r utilities_xsd.tmp#rzphi1D_z utilities_xsd.tmp#rzphi1D_phi utilities_xsd.tmp#rzphi1D
Type rzphi1D
Properties
content complex
Model
r , z , phi
Children phi, r, z
Instance
<position>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <phi>{1,1}</phi>
</position>
Source
<xs:element name="position" type="rzphi1D">
  <xs:annotation>
    <xs:documentation>Coordinates of the pellet trajectory line, array (NPATH). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet / deposition
Namespace No namespace
Annotations
Structure defining the pellet action on the plasma (along rho_tor). Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_rho_tor pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_rho_pol pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_ne pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_te pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_ni pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_ti pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_vtor pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_impurity pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition
Type pellet_deposition
Properties
content complex
Model
Children delta_ne, delta_ni, delta_te, delta_ti, delta_vtor, impurity, rho_pol, rho_tor
Instance
<deposition>
  <rho_tor>{1,1}</rho_tor>
  <rho_pol>{1,1}</rho_pol>
  <delta_ne>{1,1}</delta_ne>
  <delta_te>{1,1}</delta_te>
  <delta_ni>{1,1}</delta_ni>
  <delta_ti>{1,1}</delta_ti>
  <delta_vtor>{1,1}</delta_vtor>
  <impurity>{0,unbounded}</impurity>
</deposition>
Source
<xs:element name="deposition" type="pellet_deposition">
  <xs:annotation>
    <xs:documentation>Structure defining the pellet action on the plasma (along rho_tor). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / rho_tor
Namespace No namespace
Annotations
Toroidal flux coordinate [m], array (NRHO). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_tor" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Toroidal flux coordinate [m], array (NRHO). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / rho_pol
Namespace No namespace
Annotations
Poloidal flux coordinate [m], array(NRHO). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_pol" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Poloidal flux coordinate [m], array(NRHO). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / delta_ne
Namespace No namespace
Annotations
Instant change of ne profile due to pellet ablation [m^-3], array(NRHO). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="delta_ne" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of ne profile due to pellet ablation [m^-3], array(NRHO). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / delta_te
Namespace No namespace
Annotations
Instant change of Te profile  due to pellet ablation [eV], array(NRHO). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="delta_te" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of Te profile due to pellet ablation [eV], array(NRHO). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / delta_ni
Namespace No namespace
Annotations
Instant change of ni profile due to pellet ablation [m^-3], array (NRHO, NION). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="delta_ni" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of ni profile due to pellet ablation [m^-3], array (NRHO, NION). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / delta_ti
Namespace No namespace
Annotations
Instant change of Ti profile due to pellet ablation [eV], array (NRHO, NION). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="delta_ti" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of Ti profile due to pellet ablation [eV], array (NRHO, NION). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / delta_vtor
Namespace No namespace
Annotations
Instant change of Vtor profile due to pellet ablation [m/s], array (NRHO, NION). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="delta_vtor" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of Vtor profile due to pellet ablation [m/s], array (NRHO, NION). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_deposition / impurity
Namespace No namespace
Annotations
Contributions to impurity array of structures (NIMP).  Time-dependent
Diagram
Diagram pellets_xsd.tmp#pellet_impurity_delta_nz pellets_xsd.tmp#pellet_impurity
Type pellet_impurity
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children delta_nz
Instance
<impurity>
  <delta_nz>{1,1}</delta_nz>
</impurity>
Source
<xs:element name="impurity" type="pellet_impurity" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Contributions to impurity array of structures (NIMP). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellet_impurity / delta_nz
Namespace No namespace
Annotations
Instant change of Nz profile (per charge state) due to pellet ablation [m^-3], array (NRHO, NZIMP). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="delta_nz" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of Nz profile (per charge state) due to pellet ablation [m^-3], array (NRHO, NZIMP). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pellets / time
Namespace No namespace
Annotations
Time [s]; Time-dependent; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="time" type="xs:float">
  <xs:annotation>
    <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type pellet
Namespace No namespace
Annotations
Description of the pellets entering the plasma at given time. Array of structures (NPEL). Time-dependent.
Diagram
Diagram pellets_xsd.tmp#pellet_shape pellets_xsd.tmp#pellet_elements pellets_xsd.tmp#pellet_geometry pellets_xsd.tmp#pellet_pathprofiles pellets_xsd.tmp#pellet_deposition
Used by
Element pellets/pellet
Model
Children deposition, elements, geometry, pathprofiles, shape
Source
<xs:complexType name="pellet">
  <xs:annotation>
    <xs:documentation>Description of the pellets entering the plasma at given time. Array of structures (NPEL). Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="shape" type="pellet_shape">
      <xs:annotation>
        <xs:documentation>Structure defining the shape of the pellet. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="elements" type="pellet_elements">
      <xs:annotation>
        <xs:documentation>Structure defining the composition of the pellet. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="geometry" type="pellet_geometry">
      <xs:annotation>
        <xs:documentation>Structure describing the geometry of the pellet path. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="pathprofiles" type="pellet_pathprofiles">
      <xs:annotation>
        <xs:documentation>Structure describing 1-D profiles of plasma and pellet along the pellet path. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="deposition" type="pellet_deposition">
      <xs:annotation>
        <xs:documentation>Structure defining the pellet action on the plasma (along rho_tor). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type pellet_shape
Namespace No namespace
Annotations
Structure defining the shape of the pellet. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_shape_type pellets_xsd.tmp#NO_NAMESPACE_pellet_shape_dimensions
Used by
Element pellet/shape
Model
Children dimensions, type
Source
<xs:complexType name="pellet_shape">
  <xs:annotation>
    <xs:documentation>Structure defining the shape of the pellet. Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="type" type="identifier">
      <xs:annotation>
        <xs:documentation>Identifier for the shape of the pellet: 1-spherical; 2-cylindrical; 3-rectangular; 4-generic. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dimensions" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Vector specifying the dimensions of the pellet following the order for predefined shapes. Spherical pellets: dimensions(1) is the radius [m] of the pellet; Cylindrical pellets: dimensions(1) is the radius [m] and dimensions(2) is the height [m] of the cylinder; Rectangular pellets: dimensions(1) is the height [m], dimensions(2) is the width [m] and dimensions(3) is the length [m]; Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type pellet_elements
Namespace No namespace
Annotations
Structure defining the composition of the pellet. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_nucindex pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_density pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_fraction pellets_xsd.tmp#NO_NAMESPACE_pellet_elements_subl_energy
Used by
Element pellet/elements
Model
Children density, fraction, nucindex, subl_energy
Source
<xs:complexType name="pellet_elements">
  <xs:annotation>
    <xs:documentation>Structure defining the composition of the pellet. Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="nucindex" type="vecint_type">
      <xs:annotation>
        <xs:documentation>Index into list of nuclei, array over elements in pellet (NATM). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="density" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Material density of each element of the pellet, array over elements (NATM). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fraction" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Fraction of each element in the pellet, array over elements in pellet (NATM). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="subl_energy" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Sublimation energy per atom, array over elements in pellet (NATM). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type pellet_geometry
Namespace No namespace
Annotations
Structure describing the geometry of the pellet path. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_pivot_point pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_second_point pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_velocity pellets_xsd.tmp#NO_NAMESPACE_pellet_geometry_angles
Used by
Element pellet/geometry
Model
Children angles, pivot_point, second_point, velocity
Source
<xs:complexType name="pellet_geometry">
  <xs:annotation>
    <xs:documentation>Structure describing the geometry of the pellet path. Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="pivot_point" type="rzphi0D">
      <xs:annotation>
        <xs:documentation>Coordinates of the pivot point for pellet trajectory. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="second_point" type="rzphi0D">
      <xs:annotation>
        <xs:documentation>Coordinates of the second point for pellet trajectory. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="velocity" type="xs:float">
      <xs:annotation>
        <xs:documentation>Starting velocity of the pellet [m/s]. Scalar. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="angles" type="pellet_angles">
      <xs:annotation>
        <xs:documentation>Angles of the pellet trajectory. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type pellet_angles
Namespace No namespace
Annotations
Angles of the pellet trajectory. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#pellet_angles_horizontal pellets_xsd.tmp#pellet_angles_vertical
Used by
Model
Children horizontal, vertical
Source
<xs:complexType name="pellet_angles">
  <xs:annotation>
    <xs:documentation>Angles of the pellet trajectory. Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="horizontal" type="xs:float">
      <xs:annotation>
        <xs:documentation>Angle [rad] of the horizontal projection of the path with poloidal cross section (0 for HFS , then counter clockwise looking from above), scalar. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vertical" type="xs:float">
      <xs:annotation>
        <xs:documentation>Angle [rad] of the path with vertical axis section (0 for bottom-top trajectory, then counter clockwise), scalar. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type pellet_pathprofiles
Namespace No namespace
Annotations
Structure describing 1-D profiles of plasma and pellet along the pellet path. Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_distance pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_rho_tor pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_rho_pol pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_velocity pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_ne pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_te pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_abl_rate pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_abl_particles pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_delta_drift pellets_xsd.tmp#NO_NAMESPACE_pellet_pathprofiles_position
Used by
Model
Children abl_particles, abl_rate, delta_drift, distance, ne, position, rho_pol, rho_tor, te, velocity
Source
<xs:complexType name="pellet_pathprofiles">
  <xs:annotation>
    <xs:documentation>Structure describing 1-D profiles of plasma and pellet along the pellet path. Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="distance" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_tor" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Toroidal flux coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_pol" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Poloidal flux coordinate along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="velocity" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Pellet velocity along the pellet trajectory [m/s], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ne" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron density along the pellet trajectory [m^-3], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="te" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron temperature along the pellet trajectory [eV], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="abl_rate" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Ablation rate along the pellet trajectory [part/s], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="abl_particles" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Number of ablated particles along the pellet trajectory [part], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_drift" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Radial displacement due to ExB drifts along the pellet trajectory [m], array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="position" type="rzphi1D">
      <xs:annotation>
        <xs:documentation>Coordinates of the pellet trajectory line, array (NPATH). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type pellet_deposition
Namespace No namespace
Annotations
Structure defining the pellet action on the plasma (along rho_tor). Time-dependent.
Diagram
Diagram pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_rho_tor pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_rho_pol pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_ne pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_te pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_ni pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_ti pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_delta_vtor pellets_xsd.tmp#NO_NAMESPACE_pellet_deposition_impurity
Used by
Model
Children delta_ne, delta_ni, delta_te, delta_ti, delta_vtor, impurity, rho_pol, rho_tor
Source
<xs:complexType name="pellet_deposition">
  <xs:annotation>
    <xs:documentation>Structure defining the pellet action on the plasma (along rho_tor). Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="rho_tor" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Toroidal flux coordinate [m], array (NRHO). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_pol" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Poloidal flux coordinate [m], array(NRHO). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_ne" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of ne profile due to pellet ablation [m^-3], array(NRHO). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_te" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of Te profile due to pellet ablation [eV], array(NRHO). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_ni" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of ni profile due to pellet ablation [m^-3], array (NRHO, NION). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_ti" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of Ti profile due to pellet ablation [eV], array (NRHO, NION). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_vtor" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of Vtor profile due to pellet ablation [m/s], array (NRHO, NION). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="impurity" type="pellet_impurity" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Contributions to impurity array of structures (NIMP). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type pellet_impurity
Namespace No namespace
Annotations
Contributions to impurity array of structures (NIMP).  Time-dependent
Diagram
Diagram pellets_xsd.tmp#pellet_impurity_delta_nz
Used by
Model
Children delta_nz
Source
<xs:complexType name="pellet_impurity">
  <xs:annotation>
    <xs:documentation>Contributions to impurity array of structures (NIMP). Time-dependent</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="delta_nz" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of Nz profile (per charge state) due to pellet ablation [m^-3], array (NRHO, NZIMP). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>