Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema coredelta.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element coredelta
Namespace No namespace
Annotations
Generic instant change of the radial core profiles due to pellet, MHD, ... Time-dependent CPO.
Diagram
Diagram utilities_xsd.tmp#datainfo utilities_xsd.tmp#composition utilities_xsd.tmp#desc_impur coredelta_xsd.tmp#coredelta_compositions coredelta_xsd.tmp#coredelta_values utilities_xsd.tmp#codeparam coredelta_xsd.tmp#coredelta_time
Properties
content complex
Used by
Element top
Model
Children codeparam, composition, compositions, datainfo, desc_impur, time, values
Instance
<coredelta>
  <datainfo>{1,1}</datainfo>
  <composition>{1,1}</composition>
  <desc_impur>{1,1}</desc_impur>
  <compositions>{1,1}</compositions>
  <values>{1,unbounded}</values>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</coredelta>
Source
<xs:element name="coredelta">
  <xs:annotation>
    <xs:documentation>Generic instant change of the radial core profiles due to pellet, MHD, ... Time-dependent CPO.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element ref="composition"/>
      <xs:element ref="desc_impur"/>
      <xs:element name="compositions" type="compositions_type">
        <xs:annotation>
          <xs:documentation>Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="values" type="coredelta_values" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Description of the delta term for the various origins. Array of structure (ndelta). Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="codeparam"/>
      <xs:element name="time" type="xs:float" default="0.0">
        <xs:annotation>
          <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element coredelta / compositions
Namespace No namespace
Annotations
Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).
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>Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta / values
Namespace No namespace
Annotations
Description of the delta term for the various origins. Array of structure (ndelta). Time-dependent
Diagram
Diagram coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_deltaid coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_rho_tor coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_rho_tor_norm coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_psi coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_volume coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_area coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_psi coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_te coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_ti coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_ne coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_ni coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_impurity coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_vtor utilities_xsd.tmp#codeparam coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values
Type coredelta_values
Properties
content complex
maxOccurs unbounded
Model
Children area, codeparam, delta_ne, delta_ni, delta_psi, delta_te, delta_ti, delta_vtor, deltaid, impurity, psi, rho_tor, rho_tor_norm, volume
Instance
<values>
  <deltaid>{1,1}</deltaid>
  <rho_tor>{1,1}</rho_tor>
  <rho_tor_norm>{1,1}</rho_tor_norm>
  <psi>{1,1}</psi>
  <volume>{1,1}</volume>
  <area>{1,1}</area>
  <delta_psi>{1,1}</delta_psi>
  <delta_te>{1,1}</delta_te>
  <delta_ti>{1,1}</delta_ti>
  <delta_ne>{1,1}</delta_ne>
  <delta_ni>{1,1}</delta_ni>
  <impurity>{0,unbounded}</impurity>
  <delta_vtor>{1,1}</delta_vtor>
  <codeparam>{1,1}</codeparam>
</values>
Source
<xs:element name="values" type="coredelta_values" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Description of the delta term for the various origins. Array of structure (ndelta). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / deltaid
Namespace No namespace
Annotations
Identifier for the origin of the delta terms (see conventions in the ITM website)
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
<deltaid>
  <id>{1,1}</id>
  <flag>{1,1}</flag>
  <description>{1,1}</description>
</deltaid>
Source
<xs:element name="deltaid" type="identifier">
  <xs:annotation>
    <xs:documentation>Identifier for the origin of the delta terms (see conventions in the ITM website)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / rho_tor
Namespace No namespace
Annotations
Toroidal flux coordinate (not normalised, equivalent to rho_tor_norm) [m]; Vector (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 (not normalised, equivalent to rho_tor_norm) [m]; Vector (nrho). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / rho_tor_norm
Namespace No namespace
Annotations
Normalised toroidal flux coordinate values (= rho_tor normalised to the value at the last grid point); Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
default [0.0,0.0]
final restriction
Source
<xs:element name="rho_tor_norm" type="vecflt_type" default="[0.0,0.0]">
  <xs:annotation>
    <xs:documentation>Normalised toroidal flux coordinate values (= rho_tor normalised to the value at the last grid point); Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / psi
Namespace No namespace
Annotations
Poloidal flux [Wb], without 1/2pi and such that Bp=|grad psi| /R/2/pi. Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="psi" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Poloidal flux [Wb], without 1/2pi and such that Bp=|grad psi| /R/2/pi. Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / volume
Namespace No namespace
Annotations
Volume enclosed in the flux surface [m^3]; Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="volume" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Volume enclosed in the flux surface [m^3]; Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / area
Namespace No namespace
Annotations
Cross-sectional area of the flux surface [m^2]; Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="area" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Cross-sectional area of the flux surface [m^2]; Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / delta_psi
Namespace No namespace
Annotations
Instant change of the poloidal flux [Wb]. Time-dependent. Vector(nrho).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="delta_psi" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of the poloidal flux [Wb]. Time-dependent. Vector(nrho).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / delta_te
Namespace No namespace
Annotations
Instant change of the electron temperature [eV]. Time-dependent. Vector(nrho).
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 the electron temperature [eV]. Time-dependent. Vector(nrho).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / delta_ti
Namespace No namespace
Annotations
Instant change of the ion temperature [eV]. Time-dependent. Matrix (nrho,nion).
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 the ion temperature [eV]. Time-dependent. Matrix (nrho,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / delta_ne
Namespace No namespace
Annotations
Instant change of the electron density [m^-3]. Time-dependent. Vector(nrho).
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 the electron density [m^-3]. Time-dependent. Vector(nrho).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / delta_ni
Namespace No namespace
Annotations
Instant change of the ion density [m^-3]. Time-dependent. Matrix (nrho,nion).
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 the ion density [m^-3]. Time-dependent. Matrix (nrho,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / impurity
Namespace No namespace
Annotations
Array(nimp). Time-dependent
Diagram
Diagram coredelta_xsd.tmp#coredelta_values_impurity_delta_tz coredelta_xsd.tmp#coredelta_values_impurity_delta_nz coredelta_xsd.tmp#coredelta_values_impurity
Type coredelta_values_impurity
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children delta_nz, delta_tz
Instance
<impurity>
  <delta_tz>{1,1}</delta_tz>
  <delta_nz>{1,1}</delta_nz>
</impurity>
Source
<xs:element name="impurity" type="coredelta_values_impurity" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Array(nimp). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values_impurity / delta_tz
Namespace No namespace
Annotations
Instant change of the impurity (multiple charge states) temperature [eV]. Time-dependent. Matrix (nrho,nzimp).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="delta_tz" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Instant change of the impurity (multiple charge states) temperature [eV]. Time-dependent. Matrix (nrho,nzimp).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values_impurity / delta_nz
Namespace No namespace
Annotations
Instant change of the impurity (multiple charge states) density [m^-3]. Time-dependent. Matrix (nrho,nzimp).
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 the impurity (multiple charge states) density [m^-3]. Time-dependent. Matrix (nrho,nzimp).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta_values / delta_vtor
Namespace No namespace
Annotations
Instant change of the toroidal toroidal velocity [m.s^-1]. Time-dependent. Matrix (nrho,nion).
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 the toroidal toroidal velocity [m.s^-1]. Time-dependent. Matrix (nrho,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coredelta / time
Namespace No namespace
Annotations
Time [s]; Time-dependent; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
default 0.0
Source
<xs:element name="time" type="xs:float" default="0.0">
  <xs:annotation>
    <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type coredelta_values
Namespace No namespace
Annotations
Description of the delta term for a given origin
Diagram
Diagram coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_deltaid coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_rho_tor coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_rho_tor_norm coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_psi coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_volume coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_area coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_psi coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_te coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_ti coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_ne coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_ni coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_impurity coredelta_xsd.tmp#NO_NAMESPACE_coredelta_values_delta_vtor utilities_xsd.tmp#codeparam
Used by
Model
Children area, codeparam, delta_ne, delta_ni, delta_psi, delta_te, delta_ti, delta_vtor, deltaid, impurity, psi, rho_tor, rho_tor_norm, volume
Source
<xs:complexType name="coredelta_values">
  <xs:annotation>
    <xs:documentation>Description of the delta term for a given origin</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="deltaid" type="identifier">
      <xs:annotation>
        <xs:documentation>Identifier for the origin of the delta terms (see conventions in the ITM website)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_tor" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Toroidal flux coordinate (not normalised, equivalent to rho_tor_norm) [m]; Vector (nrho). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_tor_norm" type="vecflt_type" default="[0.0,0.0]">
      <xs:annotation>
        <xs:documentation>Normalised toroidal flux coordinate values (= rho_tor normalised to the value at the last grid point); Time-dependent; Vector (nrho)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="psi" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Poloidal flux [Wb], without 1/2pi and such that Bp=|grad psi| /R/2/pi. Time-dependent; Vector (nrho)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="volume" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Volume enclosed in the flux surface [m^3]; Time-dependent; Vector (nrho)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="area" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Cross-sectional area of the flux surface [m^2]; Time-dependent; Vector (nrho)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_psi" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the poloidal flux [Wb]. Time-dependent. Vector(nrho).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_te" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the electron temperature [eV]. Time-dependent. Vector(nrho).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_ti" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the ion temperature [eV]. Time-dependent. Matrix (nrho,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_ne" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the electron density [m^-3]. Time-dependent. Vector(nrho).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_ni" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the ion density [m^-3]. Time-dependent. Matrix (nrho,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="impurity" type="coredelta_values_impurity" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Array(nimp). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_vtor" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the toroidal toroidal velocity [m.s^-1]. Time-dependent. Matrix (nrho,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="codeparam"/>
  </xs:sequence>
</xs:complexType>
Complex Type coredelta_values_impurity
Namespace No namespace
Annotations
Description of the delta term for an impurity
Diagram
Diagram coredelta_xsd.tmp#coredelta_values_impurity_delta_tz coredelta_xsd.tmp#coredelta_values_impurity_delta_nz
Used by
Model
Children delta_nz, delta_tz
Source
<xs:complexType name="coredelta_values_impurity">
  <xs:annotation>
    <xs:documentation>Description of the delta term for an impurity</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="delta_tz" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the impurity (multiple charge states) temperature [eV]. Time-dependent. Matrix (nrho,nzimp).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_nz" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Instant change of the impurity (multiple charge states) density [m^-3]. Time-dependent. Matrix (nrho,nzimp).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>