Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema flush.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element flush
Namespace No namespace
Annotations
FLUSH package coefficients for the mapping of the equlibrium. The time grid of this structure is the same as the equilibrium structure above.
Diagram
Diagram utilities_xsd.tmp#datainfo flush_xsd.tmp#flush_position flush_xsd.tmp#flush_coef utilities_xsd.tmp#codeparam
Properties
content complex
Used by
Element equilibrium
Model
Children codeparam, coef, datainfo, position
Instance
<flush>
  <datainfo>{1,1}</datainfo>
  <position>{1,1}</position>
  <coef>{1,1}</coef>
  <codeparam>{1,1}</codeparam>
</flush>
Source
<xs:element name="flush">
  <xs:annotation>
    <xs:documentation>FLUSH package coefficients for the mapping of the equlibrium. The time grid of this structure is the same as the equilibrium structure above.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="position" type="rz1D">
        <xs:annotation>
          <xs:documentation>Major radius and altitude of the FLUSH grid [m]; Time-dependent; Vectors resp. (nR) and (nZ)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="coef" type="matflt_type">
        <xs:annotation>
          <xs:documentation>Coefficients of the fit; Time-dependent; Matrix 2D (nR,nZ)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="codeparam"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element flush / position
Namespace No namespace
Annotations
Major radius and altitude of the FLUSH grid [m]; Time-dependent; Vectors resp. (nR) and (nZ)
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
<position>
  <r>{1,1}</r>
  <z>{1,1}</z>
</position>
Source
<xs:element name="position" type="rz1D">
  <xs:annotation>
    <xs:documentation>Major radius and altitude of the FLUSH grid [m]; Time-dependent; Vectors resp. (nR) and (nZ)</xs:documentation>
  </xs:annotation>
</xs:element>
Element flush / coef
Namespace No namespace
Annotations
Coefficients of the fit; Time-dependent; Matrix 2D (nR,nZ)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="coef" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Coefficients of the fit; Time-dependent; Matrix 2D (nR,nZ)</xs:documentation>
  </xs:annotation>
</xs:element>