Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema equilibrium.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element equilibrium
Namespace No namespace
Annotations
Description of a 2D, axi-symmetric, tokamak equilibrium; result of an equilibrium code. Time-dependent CPO
Diagram
Diagram utilities_xsd.tmp#datainfo eqconstraint_xsd.tmp#eqconstraint eqgeometry_xsd.tmp#eqgeometry flush_xsd.tmp#flush eqglobal_xsd.tmp#global_param eqprofiles_xsd.tmp#profiles_1d equilibrium_xsd.tmp#equilibrium_profiles_2d eqcoord_sys_xsd.tmp#coord_sys equilibrium_xsd.tmp#equilibrium_time utilities_xsd.tmp#codeparam
Properties
content complex
Used by
Element top
Model
Children codeparam, coord_sys, datainfo, eqconstraint, eqgeometry, flush, global_param, profiles_1d, profiles_2d, time
Instance
<equilibrium>
  <datainfo>{1,1}</datainfo>
  <eqconstraint>{1,1}</eqconstraint>
  <eqgeometry>{1,1}</eqgeometry>
  <flush>{1,1}</flush>
  <global_param>{1,1}</global_param>
  <profiles_1d>{1,1}</profiles_1d>
  <profiles_2d>{1,unbounded}</profiles_2d>
  <coord_sys>{1,1}</coord_sys>
  <time>{1,1}</time>
  <codeparam>{1,1}</codeparam>
</equilibrium>
Source
<xs:element name="equilibrium">
  <xs:annotation>
    <xs:documentation>Description of a 2D, axi-symmetric, tokamak equilibrium; result of an equilibrium code. Time-dependent CPO</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element ref="eqconstraint"/>
      <xs:element ref="eqgeometry"/>
      <xs:element ref="flush"/>
      <xs:element ref="global_param"/>
      <xs:element ref="profiles_1d"/>
      <xs:element name="profiles_2d" type="equilibrium_profiles_2d" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Output profiles in the poloidal plane. Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="coord_sys"/>
      <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:element ref="codeparam"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element equilibrium / profiles_2d
Namespace No namespace
Annotations
Output profiles in the poloidal plane. Time-dependent
Diagram
Diagram equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_grid_type equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_grid equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_r equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_z equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_psi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_theta equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_phi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_jphi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_jpar equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_br equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_bz equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_bphi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_vphi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_vtheta equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_rho_mass equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_pressure equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_temperature equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d
Type equilibrium_profiles_2d
Properties
content complex
maxOccurs unbounded
Model
Children bphi, br, bz, grid, grid_type, jpar, jphi, phi, pressure, psi, r, rho_mass, temperature, theta, vphi, vtheta, z
Instance
<profiles_2d>
  <grid_type>{1,1}</grid_type>
  <grid>{1,1}</grid>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <psi>{1,1}</psi>
  <theta>{1,1}</theta>
  <phi>{1,1}</phi>
  <jphi>{1,1}</jphi>
  <jpar>{1,1}</jpar>
  <br>{1,1}</br>
  <bz>{1,1}</bz>
  <bphi>{1,1}</bphi>
  <vphi>{1,1}</vphi>
  <vtheta>{1,1}</vtheta>
  <rho_mass>{1,1}</rho_mass>
  <pressure>{1,1}</pressure>
  <temperature>{1,1}</temperature>
</profiles_2d>
Source
<xs:element name="profiles_2d" type="equilibrium_profiles_2d" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Output profiles in the poloidal plane. Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / grid_type
Namespace No namespace
Annotations
Selection of one of a set of grid types. 1-rectangular (R,Z) grid, in this case the position arrays should not be filled since they are redundant with grid/dim1 and dim2.
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="grid_type" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Selection of one of a set of grid types. 1-rectangular (R,Z) grid, in this case the position arrays should not be filled since they are redundant with grid/dim1 and dim2.</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / grid
Namespace No namespace
Annotations
definition of the 2D grid
Diagram
Diagram equilibrium_xsd.tmp#equilibrium_profiles2d_grid_dim1 equilibrium_xsd.tmp#equilibrium_profiles2d_grid_dim2 equilibrium_xsd.tmp#equilibrium_profiles2d_grid_connect equilibrium_xsd.tmp#equilibrium_profiles2d_grid
Type equilibrium_profiles2d_grid
Properties
content complex
Model
Children connect, dim1, dim2
Instance
<grid>
  <dim1>{1,1}</dim1>
  <dim2>{1,1}</dim2>
  <connect>{1,1}</connect>
</grid>
Source
<xs:element name="grid" type="equilibrium_profiles2d_grid">
  <xs:annotation>
    <xs:documentation>definition of the 2D grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles2d_grid / dim1
Namespace No namespace
Annotations
First dimension values; Time-dependent; Vector (ndim1)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dim1" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>First dimension values; Time-dependent; Vector (ndim1)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles2d_grid / dim2
Namespace No namespace
Annotations
Second dimension values; Time-dependent; Vector (ndim2)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dim2" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Second dimension values; Time-dependent; Vector (ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles2d_grid / connect
Namespace No namespace
Annotations
In case of a finite elemnt representation, lists the points (3 for triangles, 4 for quadrangles) which define a finite element. In this case, ndim1=ndim2 and the value of grid_connect represents the index of the points in the list 1:ndim. E.g. : grid_connect(i,1:4) is a list of four integers [k1 k2 k3 k4] meaning that finite element #i is defined by the points (dim1(k1),dim2(k1)),(dim1(k2),dim2(k2)),(dim1(k3),dim2(k3)) and (dim1(k4),dim2(k4)); Time-dependent; Matrix of integers (nelement,4)
Diagram
Diagram utilities_xsd.tmp#matint_type
Type matint_type
Properties
content simple
final restriction
Source
<xs:element name="connect" type="matint_type">
  <xs:annotation>
    <xs:documentation>In case of a finite elemnt representation, lists the points (3 for triangles, 4 for quadrangles) which define a finite element. In this case, ndim1=ndim2 and the value of grid_connect represents the index of the points in the list 1:ndim. E.g. : grid_connect(i,1:4) is a list of four integers [k1 k2 k3 k4] meaning that finite element #i is defined by the points (dim1(k1),dim2(k1)),(dim1(k2),dim2(k2)),(dim1(k3),dim2(k3)) and (dim1(k4),dim2(k4)); Time-dependent; Matrix of integers (nelement,4)</xs:documentation>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / r
Namespace No namespace
Annotations
values of the major radius on the grid [m]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="r" type="matflt_type">
  <xs:annotation>
    <xs:documentation>values of the major radius on the grid [m]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / z
Namespace No namespace
Annotations
values of the altitude on the grid [m]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="z" type="matflt_type">
  <xs:annotation>
    <xs:documentation>values of the altitude on the grid [m]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / psi
Namespace No namespace
Annotations
values of the poloidal flux at the grid in the poloidal plane [Wb]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="psi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>values of the poloidal flux at the grid in the poloidal plane [Wb]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / theta
Namespace No namespace
Annotations
values of the poloidal angle on the grid [rad]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="theta" type="matflt_type">
  <xs:annotation>
    <xs:documentation>values of the poloidal angle on the grid [rad]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / phi
Namespace No namespace
Annotations
Toroidal flux [Wb]. Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="phi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Toroidal flux [Wb]. Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / jphi
Namespace No namespace
Annotations
toroidal plasma current density [A m-2]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="jphi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>toroidal plasma current density [A m-2]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / jpar
Namespace No namespace
Annotations
parallel (to magnetic field) plasma current density [A m-2]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="jpar" type="matflt_type">
  <xs:annotation>
    <xs:documentation>parallel (to magnetic field) plasma current density [A m-2]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / br
Namespace No namespace
Annotations
R component of the poloidal magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="br" type="matflt_type">
  <xs:annotation>
    <xs:documentation>R component of the poloidal magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / bz
Namespace No namespace
Annotations
Z component of the poloidal magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="bz" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Z component of the poloidal magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / bphi
Namespace No namespace
Annotations
toroidal component of the magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="bphi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>toroidal component of the magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / vphi
Namespace No namespace
Annotations
toroidal flow velocity [m/s]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="vphi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>toroidal flow velocity [m/s]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / vtheta
Namespace No namespace
Annotations
Poloidal flow velocity [m/s]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="vtheta" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Poloidal flow velocity [m/s]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / rho_mass
Namespace No namespace
Annotations
Mass density [kg/m^3]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="rho_mass" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Mass density [kg/m^3]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / pressure
Namespace No namespace
Annotations
Pressure [Pa]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="pressure" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Pressure [Pa]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium_profiles_2d / temperature
Namespace No namespace
Annotations
Temperature [eV]; Time-dependent; Matrix (ndim1, ndim2)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="temperature" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Temperature [eV]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element equilibrium / 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 equilibrium_profiles_2d
Namespace No namespace
Annotations
output profiles in the poloidal plane
Diagram
Diagram equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_grid_type equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_grid equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_r equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_z equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_psi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_theta equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_phi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_jphi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_jpar equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_br equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_bz equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_bphi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_vphi equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_vtheta equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_rho_mass equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_pressure equilibrium_xsd.tmp#NO_NAMESPACE_equilibrium_profiles_2d_temperature
Used by
Model
Children bphi, br, bz, grid, grid_type, jpar, jphi, phi, pressure, psi, r, rho_mass, temperature, theta, vphi, vtheta, z
Source
<xs:complexType name="equilibrium_profiles_2d">
  <xs:annotation>
    <xs:documentation>output profiles in the poloidal plane</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="grid_type" type="vecstring_type">
      <xs:annotation>
        <xs:documentation>Selection of one of a set of grid types. 1-rectangular (R,Z) grid, in this case the position arrays should not be filled since they are redundant with grid/dim1 and dim2.</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="grid" type="equilibrium_profiles2d_grid">
      <xs:annotation>
        <xs:documentation>definition of the 2D grid</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="r" type="matflt_type">
      <xs:annotation>
        <xs:documentation>values of the major radius on the grid [m]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="z" type="matflt_type">
      <xs:annotation>
        <xs:documentation>values of the altitude on the grid [m]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="psi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>values of the poloidal flux at the grid in the poloidal plane [Wb]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="theta" type="matflt_type">
      <xs:annotation>
        <xs:documentation>values of the poloidal angle on the grid [rad]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="phi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Toroidal flux [Wb]. Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="jphi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>toroidal plasma current density [A m-2]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="jpar" type="matflt_type">
      <xs:annotation>
        <xs:documentation>parallel (to magnetic field) plasma current density [A m-2]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="br" type="matflt_type">
      <xs:annotation>
        <xs:documentation>R component of the poloidal magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="bz" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Z component of the poloidal magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="bphi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>toroidal component of the magnetic field at the specified grid [T]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="vphi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>toroidal flow velocity [m/s]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vtheta" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Poloidal flow velocity [m/s]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_mass" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Mass density [kg/m^3]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="pressure" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Pressure [Pa]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="temperature" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Temperature [eV]; Time-dependent; Matrix (ndim1, ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type equilibrium_profiles2d_grid
Namespace No namespace
Annotations
definition of the 2D grid
Diagram
Diagram equilibrium_xsd.tmp#equilibrium_profiles2d_grid_dim1 equilibrium_xsd.tmp#equilibrium_profiles2d_grid_dim2 equilibrium_xsd.tmp#equilibrium_profiles2d_grid_connect
Used by
Model
Children connect, dim1, dim2
Source
<xs:complexType name="equilibrium_profiles2d_grid">
  <xs:annotation>
    <xs:documentation>definition of the 2D grid</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="dim1" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>First dimension values; Time-dependent; Vector (ndim1)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="dim2" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Second dimension values; Time-dependent; Vector (ndim2)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="connect" type="matint_type">
      <xs:annotation>
        <xs:documentation>In case of a finite elemnt representation, lists the points (3 for triangles, 4 for quadrangles) which define a finite element. In this case, ndim1=ndim2 and the value of grid_connect represents the index of the points in the list 1:ndim. E.g. : grid_connect(i,1:4) is a list of four integers [k1 k2 k3 k4] meaning that finite element #i is defined by the points (dim1(k1),dim2(k1)),(dim1(k2),dim2(k2)),(dim1(k3),dim2(k3)) and (dim1(k4),dim2(k4)); Time-dependent; Matrix of integers (nelement,4)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>