Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema toroidalfield.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element toroidfield
Namespace No namespace
Annotations
Toroidal field. Time-dependent CPO
Diagram
Diagram utilities_xsd.tmp#datainfo toroidalfield_xsd.tmp#toroidfield_desc_tfcoils toroidalfield_xsd.tmp#toroidfield_nturns toroidalfield_xsd.tmp#toroidfield_ncoils toroidalfield_xsd.tmp#toroidfield_current toroidalfield_xsd.tmp#toroidfield_bvac_r toroidalfield_xsd.tmp#toroidfield_r0 toroidalfield_xsd.tmp#toroidfield_p_cryo toroidalfield_xsd.tmp#toroidfield_wp_nh_max toroidalfield_xsd.tmp#toroidfield_tfc_nh toroidalfield_xsd.tmp#toroidfield_neut_flux_inb toroidalfield_xsd.tmp#toroidfield_neut_flux_outb utilities_xsd.tmp#codeparam toroidalfield_xsd.tmp#toroidfield_time
Properties
content complex
Used by
Element top
Model
Children bvac_r, codeparam, current, datainfo, desc_tfcoils, ncoils, neut_flux_inb, neut_flux_outb, nturns, p_cryo, r0, tfc_nh, time, wp_nh_max
Instance
<toroidfield>
  <datainfo>{1,1}</datainfo>
  <desc_tfcoils>{1,1}</desc_tfcoils>
  <nturns>{1,1}</nturns>
  <ncoils>{1,1}</ncoils>
  <current>{1,1}</current>
  <bvac_r>{1,1}</bvac_r>
  <r0>{1,1}</r0>
  <p_cryo>{1,1}</p_cryo>
  <wp_nh_max>{1,1}</wp_nh_max>
  <tfc_nh>{1,1}</tfc_nh>
  <neut_flux_inb>{1,1}</neut_flux_inb>
  <neut_flux_outb>{1,1}</neut_flux_outb>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</toroidfield>
Source
<xs:element name="toroidfield">
  <xs:annotation>
    <xs:documentation>Toroidal field. Time-dependent CPO</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="desc_tfcoils" type="tf_desc_tfcoils">
        <xs:annotation>
          <xs:documentation>Description of the toroidal field coils</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="nturns" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Number of total turns in the toroidal field coil</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="ncoils" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Number of packets of coils</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="current" type="exp0D">
        <xs:annotation>
          <xs:documentation>Current in the toroidal field coils [A]; Time-dependent. Scalar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="bvac_r" type="exp0D">
        <xs:annotation>
          <xs:documentation>Vacuum field times radius in the toroidal field magnet [T.m]. Positive sign means anti-clockwise when viewed from above. Time-dependent. Scalar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="r0" type="xs:float">
        <xs:annotation>
          <xs:documentation>Characteristic major radius of the device (used in publications, usually middle of the vessel at the equatorial midplane) [m]. Scalar.</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="p_cryo" type="xs:float">
        <xs:annotation>
          <xs:documentation>Total electric power consumed by the cryoplant system [W]; Time-dependent. Scalar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="wp_nh_max" type="xs:float">
        <xs:annotation>
          <xs:documentation>Peak nuclear heating in winding pack [W*m^-3]. Time-dependent. Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="tfc_nh" type="xs:float">
        <xs:annotation>
          <xs:documentation>Nuclear heating on the toroidal field coils [W]; Time-dependent. Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="neut_flux_inb" type="xs:float">
        <xs:annotation>
          <xs:documentation>Neutron flux arriving at the inboard surface of the coil (on the plasma side) [neutron.s^-1.m^-2]; Time-dependent. Scalar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="neut_flux_outb" type="xs:float">
        <xs:annotation>
          <xs:documentation>Neutron flux arriving at the ouboard surface of the coil (on the plasma side) [neutron.s^-1.m^-2]; Time-dependent. Scalar.</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 toroidfield / desc_tfcoils
Namespace No namespace
Annotations
Description of the toroidal field coils
Diagram
Diagram toroidalfield_xsd.tmp#tf_desc_tfcoils_type toroidalfield_xsd.tmp#tf_desc_tfcoils_phi toroidalfield_xsd.tmp#tf_desc_tfcoils_circularcoil toroidalfield_xsd.tmp#tf_desc_tfcoils_planecoil toroidalfield_xsd.tmp#tf_desc_tfcoils_inboard toroidalfield_xsd.tmp#tf_desc_tfcoils_outboard toroidalfield_xsd.tmp#tf_desc_tfcoils
Type tf_desc_tfcoils
Properties
content complex
Model
Children circularcoil, inboard, outboard, phi, planecoil, type
Instance
<desc_tfcoils>
  <type>{1,1}</type>
  <phi>{1,1}</phi>
  <circularcoil>{1,1}</circularcoil>
  <planecoil>{1,1}</planecoil>
  <inboard>{1,1}</inboard>
  <outboard>{1,1}</outboard>
</desc_tfcoils>
Source
<xs:element name="desc_tfcoils" type="tf_desc_tfcoils">
  <xs:annotation>
    <xs:documentation>Description of the toroidal field coils</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / type
Namespace No namespace
Annotations
Type of coil, 0=circular coil, 1=plane coil with arbitrary shape.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="type" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Type of coil, 0=circular coil, 1=plane coil with arbitrary shape.</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / phi
Namespace No namespace
Annotations
Toroidal angle of centre of coil 1, assuming all coils are identical and evenly distributed around the torus [rad]. Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="phi" type="xs:float">
  <xs:annotation>
    <xs:documentation>Toroidal angle of centre of coil 1, assuming all coils are identical and evenly distributed around the torus [rad]. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / circularcoil
Namespace No namespace
Annotations
Circular coil description
Diagram
Diagram toroidalfield_xsd.tmp#tf_desc_tfcoils_tf_desc_tfcoils_circularcoil_centre toroidalfield_xsd.tmp#tf_desc_tfcoils_tf_desc_tfcoils_circularcoil_hlength toroidalfield_xsd.tmp#tf_desc_tfcoils_tf_desc_tfcoils_circularcoil_radialhwidth
Properties
content complex
Model
Children centre, hlength, radialhwidth
Instance
<circularcoil>
  <centre>{1,1}</centre>
  <hlength>{1,1}</hlength>
  <radialhwidth>{1,1}</radialhwidth>
</circularcoil>
Source
<xs:element name="circularcoil">
  <xs:annotation>
    <xs:documentation>Circular coil description</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="centre" type="rz0D">
        <xs:annotation>
          <xs:documentation>Circular coil centre</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="hlength" type="xs:float">
        <xs:annotation>
          <xs:documentation>Half length along coil axis [m]</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="radialhwidth" type="xs:float">
        <xs:annotation>
          <xs:documentation>Half width, (outer radius-inner radius)/2 [m]</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tf_desc_tfcoils / circularcoil / centre
Namespace No namespace
Annotations
Circular coil centre
Diagram
Diagram utilities_xsd.tmp#rz0D_r utilities_xsd.tmp#rz0D_z utilities_xsd.tmp#rz0D
Type rz0D
Properties
content complex
Model
r , z
Children r, z
Instance
<centre>
  <r>{1,1}</r>
  <z>{1,1}</z>
</centre>
Source
<xs:element name="centre" type="rz0D">
  <xs:annotation>
    <xs:documentation>Circular coil centre</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / circularcoil / hlength
Namespace No namespace
Annotations
Half length along coil axis [m]
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="hlength" type="xs:float">
  <xs:annotation>
    <xs:documentation>Half length along coil axis [m]</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / circularcoil / radialhwidth
Namespace No namespace
Annotations
Half width, (outer radius-inner radius)/2 [m]
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="radialhwidth" type="xs:float">
  <xs:annotation>
    <xs:documentation>Half width, (outer radius-inner radius)/2 [m]</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / planecoil
Namespace No namespace
Annotations
Plane coil description
Diagram
Diagram toroidalfield_xsd.tmp#tf_desc_tfcoils_tf_desc_tfcoils_planecoil_coordinates toroidalfield_xsd.tmp#tf_desc_tfcoils_tf_desc_tfcoils_planecoil_hlength toroidalfield_xsd.tmp#tf_desc_tfcoils_tf_desc_tfcoils_planecoil_radialhwidth
Properties
content complex
Model
Children coordinates, hlength, radialhwidth
Instance
<planecoil>
  <coordinates>{1,1}</coordinates>
  <hlength>{1,1}</hlength>
  <radialhwidth>{1,1}</radialhwidth>
</planecoil>
Source
<xs:element name="planecoil">
  <xs:annotation>
    <xs:documentation>Plane coil description</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="coordinates" type="rz1D">
        <xs:annotation>
          <xs:documentation>Coordinate points of centre of conductor; vectors(nelements)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="hlength" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Half length perpendicular to plane where coil is defined; vector(nelements) [m].</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="radialhwidth" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Half width, (outer contour-inner contour)/2; vector(nelements) [m].</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tf_desc_tfcoils / planecoil / coordinates
Namespace No namespace
Annotations
Coordinate points of centre of conductor; vectors(nelements)
Diagram
Diagram utilities_xsd.tmp#rz1D_r utilities_xsd.tmp#rz1D_z utilities_xsd.tmp#rz1D
Type rz1D
Properties
content complex
Model
r , z
Children r, z
Instance
<coordinates>
  <r>{1,1}</r>
  <z>{1,1}</z>
</coordinates>
Source
<xs:element name="coordinates" type="rz1D">
  <xs:annotation>
    <xs:documentation>Coordinate points of centre of conductor; vectors(nelements)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / planecoil / hlength
Namespace No namespace
Annotations
Half length perpendicular to plane where coil is defined; vector(nelements) [m].
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="hlength" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Half length perpendicular to plane where coil is defined; vector(nelements) [m].</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / planecoil / radialhwidth
Namespace No namespace
Annotations
Half width, (outer contour-inner contour)/2; vector(nelements) [m].
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="radialhwidth" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Half width, (outer contour-inner contour)/2; vector(nelements) [m].</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / inboard
Namespace No namespace
Annotations
Description of TF inboard structure
Diagram
Diagram toroidalfield_xsd.tmp#tf_structure_jcable toroidalfield_xsd.tmp#tf_structure_tisotf toroidalfield_xsd.tmp#tf_structure_efcasing toroidalfield_xsd.tmp#tf_structure_escasing toroidalfield_xsd.tmp#tf_structure_sigjackettf toroidalfield_xsd.tmp#tf_structure_sigvaulttf toroidalfield_xsd.tmp#tf_structure_ktf toroidalfield_xsd.tmp#tf_structure_ritf toroidalfield_xsd.tmp#tf_structure_riitf toroidalfield_xsd.tmp#tf_structure_retf toroidalfield_xsd.tmp#tf_structure_he_fraction toroidalfield_xsd.tmp#tf_structure_ss_fraction toroidalfield_xsd.tmp#tf_structure_pow_dens_wp toroidalfield_xsd.tmp#tf_structure
Type tf_structure
Properties
content complex
Model
Children efcasing, escasing, he_fraction, jcable, ktf, pow_dens_wp, retf, riitf, ritf, sigjackettf, sigvaulttf, ss_fraction, tisotf
Instance
<inboard>
  <jcable>{1,1}</jcable>
  <tisotf>{1,1}</tisotf>
  <efcasing>{1,1}</efcasing>
  <escasing>{1,1}</escasing>
  <sigjackettf>{1,1}</sigjackettf>
  <sigvaulttf>{1,1}</sigvaulttf>
  <ktf>{1,1}</ktf>
  <ritf>{1,1}</ritf>
  <riitf>{1,1}</riitf>
  <retf>{1,1}</retf>
  <he_fraction>{1,1}</he_fraction>
  <ss_fraction>{1,1}</ss_fraction>
  <pow_dens_wp>{1,1}</pow_dens_wp>
</inboard>
Source
<xs:element name="inboard" type="tf_structure">
  <xs:annotation>
    <xs:documentation>Description of TF inboard structure</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element tf_structure / jcable
Namespace No namespace
Annotations
CICS cable in current density [A/m²]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="jcable" type="xs:float">
  <xs:annotation>
    <xs:documentation>CICS cable in current density [A/m²]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / tisotf
Namespace No namespace
Annotations
Insulation thickness of TF conductor [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="tisotf" type="xs:float">
  <xs:annotation>
    <xs:documentation>Insulation thickness of TF conductor [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / efcasing
Namespace No namespace
Annotations
Thickness front casing [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="efcasing" type="xs:float">
  <xs:annotation>
    <xs:documentation>Thickness front casing [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / escasing
Namespace No namespace
Annotations
Thickness side casing [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="escasing" type="xs:float">
  <xs:annotation>
    <xs:documentation>Thickness side casing [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / sigjackettf
Namespace No namespace
Annotations
Jacket stress limit [Pa]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="sigjackettf" type="xs:float">
  <xs:annotation>
    <xs:documentation>Jacket stress limit [Pa]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / sigvaulttf
Namespace No namespace
Annotations
Vault stress limit  [Pa]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="sigvaulttf" type="xs:float">
  <xs:annotation>
    <xs:documentation>Vault stress limit [Pa]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / ktf
Namespace No namespace
Annotations
Amplification factor for magnetic field
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="ktf" type="xs:float">
  <xs:annotation>
    <xs:documentation>Amplification factor for magnetic field</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / ritf
Namespace No namespace
Annotations
Internal TF coil radius [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="ritf" type="xs:float">
  <xs:annotation>
    <xs:documentation>Internal TF coil radius [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / riitf
Namespace No namespace
Annotations
Internal vault TF coil radius [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="riitf" type="xs:float">
  <xs:annotation>
    <xs:documentation>Internal vault TF coil radius [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / retf
Namespace No namespace
Annotations
External TF coil radius [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="retf" type="xs:float">
  <xs:annotation>
    <xs:documentation>External TF coil radius [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / he_fraction
Namespace No namespace
Annotations
Helium fraction (percentage) in TF structure infront of winding package  [-]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="he_fraction" type="xs:float">
  <xs:annotation>
    <xs:documentation>Helium fraction (percentage) in TF structure infront of winding package [-]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / ss_fraction
Namespace No namespace
Annotations
Stainless steel 316 fraction (percentage) in TF structure infront of winding package  [-]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="ss_fraction" type="xs:float">
  <xs:annotation>
    <xs:documentation>Stainless steel 316 fraction (percentage) in TF structure infront of winding package [-]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_structure / pow_dens_wp
Namespace No namespace
Annotations
Peak energy depostion in winding pack [W.m^-3]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="pow_dens_wp" type="xs:float">
  <xs:annotation>
    <xs:documentation>Peak energy depostion in winding pack [W.m^-3]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element tf_desc_tfcoils / outboard
Namespace No namespace
Annotations
Description of TF outboard structure
Diagram
Diagram toroidalfield_xsd.tmp#tf_structure_jcable toroidalfield_xsd.tmp#tf_structure_tisotf toroidalfield_xsd.tmp#tf_structure_efcasing toroidalfield_xsd.tmp#tf_structure_escasing toroidalfield_xsd.tmp#tf_structure_sigjackettf toroidalfield_xsd.tmp#tf_structure_sigvaulttf toroidalfield_xsd.tmp#tf_structure_ktf toroidalfield_xsd.tmp#tf_structure_ritf toroidalfield_xsd.tmp#tf_structure_riitf toroidalfield_xsd.tmp#tf_structure_retf toroidalfield_xsd.tmp#tf_structure_he_fraction toroidalfield_xsd.tmp#tf_structure_ss_fraction toroidalfield_xsd.tmp#tf_structure_pow_dens_wp toroidalfield_xsd.tmp#tf_structure
Type tf_structure
Properties
content complex
Model
Children efcasing, escasing, he_fraction, jcable, ktf, pow_dens_wp, retf, riitf, ritf, sigjackettf, sigvaulttf, ss_fraction, tisotf
Instance
<outboard>
  <jcable>{1,1}</jcable>
  <tisotf>{1,1}</tisotf>
  <efcasing>{1,1}</efcasing>
  <escasing>{1,1}</escasing>
  <sigjackettf>{1,1}</sigjackettf>
  <sigvaulttf>{1,1}</sigvaulttf>
  <ktf>{1,1}</ktf>
  <ritf>{1,1}</ritf>
  <riitf>{1,1}</riitf>
  <retf>{1,1}</retf>
  <he_fraction>{1,1}</he_fraction>
  <ss_fraction>{1,1}</ss_fraction>
  <pow_dens_wp>{1,1}</pow_dens_wp>
</outboard>
Source
<xs:element name="outboard" type="tf_structure">
  <xs:annotation>
    <xs:documentation>Description of TF outboard structure</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element toroidfield / nturns
Namespace No namespace
Annotations
Number of total turns in the toroidal field coil
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="nturns" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Number of total turns in the toroidal field coil</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element toroidfield / ncoils
Namespace No namespace
Annotations
Number of packets of coils
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="ncoils" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Number of packets of coils</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element toroidfield / current
Namespace No namespace
Annotations
Current in the toroidal field coils [A]; Time-dependent. Scalar.
Diagram
Diagram utilities_xsd.tmp#exp0D_value utilities_xsd.tmp#exp0D_abserror utilities_xsd.tmp#exp0D_relerror utilities_xsd.tmp#exp0D
Type exp0D
Properties
content complex
Model
Children abserror, relerror, value
Instance
<current>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</current>
Source
<xs:element name="current" type="exp0D">
  <xs:annotation>
    <xs:documentation>Current in the toroidal field coils [A]; Time-dependent. Scalar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element toroidfield / bvac_r
Namespace No namespace
Annotations
Vacuum field times radius in the toroidal field magnet [T.m]. Positive sign means anti-clockwise when viewed from above. Time-dependent. Scalar.
Diagram
Diagram utilities_xsd.tmp#exp0D_value utilities_xsd.tmp#exp0D_abserror utilities_xsd.tmp#exp0D_relerror utilities_xsd.tmp#exp0D
Type exp0D
Properties
content complex
Model
Children abserror, relerror, value
Instance
<bvac_r>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</bvac_r>
Source
<xs:element name="bvac_r" type="exp0D">
  <xs:annotation>
    <xs:documentation>Vacuum field times radius in the toroidal field magnet [T.m]. Positive sign means anti-clockwise when viewed from above. Time-dependent. Scalar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element toroidfield / r0
Namespace No namespace
Annotations
Characteristic major radius of the device (used in publications, usually middle of the vessel at the equatorial midplane) [m]. Scalar.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="r0" type="xs:float">
  <xs:annotation>
    <xs:documentation>Characteristic major radius of the device (used in publications, usually middle of the vessel at the equatorial midplane) [m]. Scalar.</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element toroidfield / p_cryo
Namespace No namespace
Annotations
Total electric power consumed by the cryoplant system [W]; Time-dependent. Scalar.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="p_cryo" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total electric power consumed by the cryoplant system [W]; Time-dependent. Scalar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element toroidfield / wp_nh_max
Namespace No namespace
Annotations
Peak nuclear heating in winding pack [W*m^-3]. Time-dependent. Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="wp_nh_max" type="xs:float">
  <xs:annotation>
    <xs:documentation>Peak nuclear heating in winding pack [W*m^-3]. Time-dependent. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element toroidfield / tfc_nh
Namespace No namespace
Annotations
Nuclear heating on the toroidal field coils [W]; Time-dependent. Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="tfc_nh" type="xs:float">
  <xs:annotation>
    <xs:documentation>Nuclear heating on the toroidal field coils [W]; Time-dependent. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element toroidfield / neut_flux_inb
Namespace No namespace
Annotations
Neutron flux arriving at the inboard surface of the coil (on the plasma side) [neutron.s^-1.m^-2]; Time-dependent. Scalar.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="neut_flux_inb" type="xs:float">
  <xs:annotation>
    <xs:documentation>Neutron flux arriving at the inboard surface of the coil (on the plasma side) [neutron.s^-1.m^-2]; Time-dependent. Scalar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element toroidfield / neut_flux_outb
Namespace No namespace
Annotations
Neutron flux arriving at the ouboard surface of the coil (on the plasma side) [neutron.s^-1.m^-2]; Time-dependent. Scalar.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="neut_flux_outb" type="xs:float">
  <xs:annotation>
    <xs:documentation>Neutron flux arriving at the ouboard surface of the coil (on the plasma side) [neutron.s^-1.m^-2]; Time-dependent. Scalar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element toroidfield / 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>
Element tf_desc_tfcoils_board / structure
Namespace No namespace
Annotations
TF coil structure
Diagram
Diagram toroidalfield_xsd.tmp#tf_structure_jcable toroidalfield_xsd.tmp#tf_structure_tisotf toroidalfield_xsd.tmp#tf_structure_efcasing toroidalfield_xsd.tmp#tf_structure_escasing toroidalfield_xsd.tmp#tf_structure_sigjackettf toroidalfield_xsd.tmp#tf_structure_sigvaulttf toroidalfield_xsd.tmp#tf_structure_ktf toroidalfield_xsd.tmp#tf_structure_ritf toroidalfield_xsd.tmp#tf_structure_riitf toroidalfield_xsd.tmp#tf_structure_retf toroidalfield_xsd.tmp#tf_structure_he_fraction toroidalfield_xsd.tmp#tf_structure_ss_fraction toroidalfield_xsd.tmp#tf_structure_pow_dens_wp toroidalfield_xsd.tmp#tf_structure
Type tf_structure
Properties
content complex
Model
Children efcasing, escasing, he_fraction, jcable, ktf, pow_dens_wp, retf, riitf, ritf, sigjackettf, sigvaulttf, ss_fraction, tisotf
Instance
<structure>
  <jcable>{1,1}</jcable>
  <tisotf>{1,1}</tisotf>
  <efcasing>{1,1}</efcasing>
  <escasing>{1,1}</escasing>
  <sigjackettf>{1,1}</sigjackettf>
  <sigvaulttf>{1,1}</sigvaulttf>
  <ktf>{1,1}</ktf>
  <ritf>{1,1}</ritf>
  <riitf>{1,1}</riitf>
  <retf>{1,1}</retf>
  <he_fraction>{1,1}</he_fraction>
  <ss_fraction>{1,1}</ss_fraction>
  <pow_dens_wp>{1,1}</pow_dens_wp>
</structure>
Source
<xs:element name="structure" type="tf_structure">
  <xs:annotation>
    <xs:documentation>TF coil structure</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Complex Type tf_desc_tfcoils
Namespace No namespace
Annotations
Description of the toroidal field coils
Diagram
Diagram toroidalfield_xsd.tmp#tf_desc_tfcoils_type toroidalfield_xsd.tmp#tf_desc_tfcoils_phi toroidalfield_xsd.tmp#tf_desc_tfcoils_circularcoil toroidalfield_xsd.tmp#tf_desc_tfcoils_planecoil toroidalfield_xsd.tmp#tf_desc_tfcoils_inboard toroidalfield_xsd.tmp#tf_desc_tfcoils_outboard
Used by
Model
Children circularcoil, inboard, outboard, phi, planecoil, type
Source
<xs:complexType name="tf_desc_tfcoils">
  <xs:annotation>
    <xs:documentation>Description of the toroidal field coils</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="type" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Type of coil, 0=circular coil, 1=plane coil with arbitrary shape.</xs:documentation>
        <xs:appinfo>machine description</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="phi" type="xs:float">
      <xs:annotation>
        <xs:documentation>Toroidal angle of centre of coil 1, assuming all coils are identical and evenly distributed around the torus [rad]. Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="circularcoil">
      <xs:annotation>
        <xs:documentation>Circular coil description</xs:documentation>
        <xs:appinfo>machine description</xs:appinfo>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="centre" type="rz0D">
            <xs:annotation>
              <xs:documentation>Circular coil centre</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="hlength" type="xs:float">
            <xs:annotation>
              <xs:documentation>Half length along coil axis [m]</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="radialhwidth" type="xs:float">
            <xs:annotation>
              <xs:documentation>Half width, (outer radius-inner radius)/2 [m]</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="planecoil">
      <xs:annotation>
        <xs:documentation>Plane coil description</xs:documentation>
        <xs:appinfo>machine description</xs:appinfo>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="coordinates" type="rz1D">
            <xs:annotation>
              <xs:documentation>Coordinate points of centre of conductor; vectors(nelements)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="hlength" type="vecflt_type">
            <xs:annotation>
              <xs:documentation>Half length perpendicular to plane where coil is defined; vector(nelements) [m].</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="radialhwidth" type="vecflt_type">
            <xs:annotation>
              <xs:documentation>Half width, (outer contour-inner contour)/2; vector(nelements) [m].</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="inboard" type="tf_structure">
      <xs:annotation>
        <xs:documentation>Description of TF inboard structure</xs:documentation>
        <xs:appinfo>machine description</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="outboard" type="tf_structure">
      <xs:annotation>
        <xs:documentation>Description of TF outboard structure</xs:documentation>
        <xs:appinfo>machine description</xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type tf_structure
Namespace No namespace
Annotations
Inner TF coil structure
Diagram
Diagram toroidalfield_xsd.tmp#tf_structure_jcable toroidalfield_xsd.tmp#tf_structure_tisotf toroidalfield_xsd.tmp#tf_structure_efcasing toroidalfield_xsd.tmp#tf_structure_escasing toroidalfield_xsd.tmp#tf_structure_sigjackettf toroidalfield_xsd.tmp#tf_structure_sigvaulttf toroidalfield_xsd.tmp#tf_structure_ktf toroidalfield_xsd.tmp#tf_structure_ritf toroidalfield_xsd.tmp#tf_structure_riitf toroidalfield_xsd.tmp#tf_structure_retf toroidalfield_xsd.tmp#tf_structure_he_fraction toroidalfield_xsd.tmp#tf_structure_ss_fraction toroidalfield_xsd.tmp#tf_structure_pow_dens_wp
Used by
Model
Children efcasing, escasing, he_fraction, jcable, ktf, pow_dens_wp, retf, riitf, ritf, sigjackettf, sigvaulttf, ss_fraction, tisotf
Source
<xs:complexType name="tf_structure">
  <xs:annotation>
    <xs:documentation>Inner TF coil structure</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="jcable" type="xs:float">
      <xs:annotation>
        <xs:documentation>CICS cable in current density [A/m²]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="tisotf" type="xs:float">
      <xs:annotation>
        <xs:documentation>Insulation thickness of TF conductor [m]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="efcasing" type="xs:float">
      <xs:annotation>
        <xs:documentation>Thickness front casing [m]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="escasing" type="xs:float">
      <xs:annotation>
        <xs:documentation>Thickness side casing [m]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="sigjackettf" type="xs:float">
      <xs:annotation>
        <xs:documentation>Jacket stress limit [Pa]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="sigvaulttf" type="xs:float">
      <xs:annotation>
        <xs:documentation>Vault stress limit [Pa]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ktf" type="xs:float">
      <xs:annotation>
        <xs:documentation>Amplification factor for magnetic field</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ritf" type="xs:float">
      <xs:annotation>
        <xs:documentation>Internal TF coil radius [m]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="riitf" type="xs:float">
      <xs:annotation>
        <xs:documentation>Internal vault TF coil radius [m]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="retf" type="xs:float">
      <xs:annotation>
        <xs:documentation>External TF coil radius [m]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="he_fraction" type="xs:float">
      <xs:annotation>
        <xs:documentation>Helium fraction (percentage) in TF structure infront of winding package [-]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ss_fraction" type="xs:float">
      <xs:annotation>
        <xs:documentation>Stainless steel 316 fraction (percentage) in TF structure infront of winding package [-]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="pow_dens_wp" type="xs:float">
      <xs:annotation>
        <xs:documentation>Peak energy depostion in winding pack [W.m^-3]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type tf_desc_tfcoils_board
Namespace No namespace
Annotations
Description of TF inboard/outboard properties
Diagram
Diagram toroidalfield_xsd.tmp#tf_desc_tfcoils_board_structure
Model
Children structure
Source
<xs:complexType name="tf_desc_tfcoils_board">
  <xs:annotation>
    <xs:documentation>Description of TF inboard/outboard properties</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="structure" type="tf_structure">
      <xs:annotation>
        <xs:documentation>TF coil structure</xs:documentation>
        <xs:appinfo>machine description</xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>