Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema power_conv.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element power_conv
Namespace No namespace
Annotations
Power conversion system. Time-dependent CPO.
Diagram
Diagram utilities_xsd.tmp#datainfo power_conv_xsd.tmp#power_conv_cycle_type power_conv_xsd.tmp#power_conv_circuits power_conv_xsd.tmp#power_conv_power_recirc power_conv_xsd.tmp#power_conv_power_net power_conv_xsd.tmp#power_conv_power_int power_conv_xsd.tmp#power_conv_efficiency utilities_xsd.tmp#codeparam power_conv_xsd.tmp#power_conv_time
Properties
content complex
Used by
Element top
Model
Children circuits, codeparam, cycle_type, datainfo, efficiency, power_int, power_net, power_recirc, time
Instance
<power_conv>
  <datainfo>{1,1}</datainfo>
  <cycle_type>{1,1}</cycle_type>
  <circuits>{1,unbounded}</circuits>
  <power_recirc>{1,1}</power_recirc>
  <power_net>{1,1}</power_net>
  <power_int>{1,1}</power_int>
  <efficiency>{1,1}</efficiency>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</power_conv>
Source
<xs:element name="power_conv">
  <xs:annotation>
    <xs:documentation>Power conversion system. Time-dependent CPO.</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="cycle_type" type="xs:string">
        <xs:annotation>
          <xs:documentation>Type of cycle. String</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="circuits" nillable="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Description of the circuit of the power conversion system. Array of structure. (ncircuits).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="component" type="power_conv_component" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Description of the components of the power conversion system. Array of structure (ncomp).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="power_net" type="xs:float">
              <xs:annotation>
                <xs:documentation>Net electric power generated [W]. Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="power_int" type="xs:float">
              <xs:annotation>
                <xs:documentation>Total electric power consumption of the power conversion system.[W]. Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="efficiency" type="xs:float">
              <xs:annotation>
                <xs:documentation>Efficiency of the reactor (ratio of the alternator electrical power to the total power needed to operate the reactor)</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="power_recirc" type="xs:float">
        <xs:annotation>
          <xs:documentation>Recirculated electric power (input to the power conversion actor). [W] Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="power_net" type="xs:float">
        <xs:annotation>
          <xs:documentation>Net electric power generated [W]. Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="power_int" type="xs:float">
        <xs:annotation>
          <xs:documentation>Total electric power consumption of the power conversion system.[W]. Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="efficiency" type="xs:float">
        <xs:annotation>
          <xs:documentation>Efficiency of the reactor (ratio of the alternator electrical power to the total power needed to operate the reactor)</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 power_conv / cycle_type
Namespace No namespace
Annotations
Type of cycle. String
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="cycle_type" type="xs:string">
  <xs:annotation>
    <xs:documentation>Type of cycle. String</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / circuits
Namespace No namespace
Annotations
Description of the circuit of the power conversion system. Array of structure. (ncircuits).
Diagram
Diagram power_conv_xsd.tmp#power_conv_power_conv_circuits_component power_conv_xsd.tmp#power_conv_power_conv_circuits_power_net power_conv_xsd.tmp#power_conv_power_conv_circuits_power_int power_conv_xsd.tmp#power_conv_power_conv_circuits_efficiency
Properties
content complex
maxOccurs unbounded
nillable false
Model
Children component, efficiency, power_int, power_net
Instance
<circuits>
  <component>{1,unbounded}</component>
  <power_net>{1,1}</power_net>
  <power_int>{1,1}</power_int>
  <efficiency>{1,1}</efficiency>
</circuits>
Source
<xs:element name="circuits" nillable="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Description of the circuit of the power conversion system. Array of structure. (ncircuits).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="component" type="power_conv_component" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Description of the components of the power conversion system. Array of structure (ncomp).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="power_net" type="xs:float">
        <xs:annotation>
          <xs:documentation>Net electric power generated [W]. Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="power_int" type="xs:float">
        <xs:annotation>
          <xs:documentation>Total electric power consumption of the power conversion system.[W]. Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="efficiency" type="xs:float">
        <xs:annotation>
          <xs:documentation>Efficiency of the reactor (ratio of the alternator electrical power to the total power needed to operate the reactor)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element power_conv / circuits / component
Namespace No namespace
Annotations
Description of the components of the power conversion system. Array of structure (ncomp).
Diagram
Diagram power_conv_xsd.tmp#power_conv_component_name power_conv_xsd.tmp#power_conv_component_temp_in power_conv_xsd.tmp#power_conv_component_temp_out power_conv_xsd.tmp#power_conv_component_press_in power_conv_xsd.tmp#power_conv_component_press_out power_conv_xsd.tmp#power_conv_component_power power_conv_xsd.tmp#power_conv_component_flow power_conv_xsd.tmp#power_conv_component
Type power_conv_component
Properties
content complex
maxOccurs unbounded
Model
Children flow, name, power, press_in, press_out, temp_in, temp_out
Instance
<component>
  <name>{1,1}</name>
  <temp_in>{1,1}</temp_in>
  <temp_out>{1,1}</temp_out>
  <press_in>{1,1}</press_in>
  <press_out>{1,1}</press_out>
  <power>{1,1}</power>
  <flow>{1,1}</flow>
</component>
Source
<xs:element name="component" type="power_conv_component" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Description of the components of the power conversion system. Array of structure (ncomp).</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv_component / name
Namespace No namespace
Annotations
name of the component
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="name" type="xs:string">
  <xs:annotation>
    <xs:documentation>name of the component</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv_component / temp_in
Namespace No namespace
Annotations
temperature of the input [K];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="temp_in" type="xs:float">
  <xs:annotation>
    <xs:documentation>temperature of the input [K];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv_component / temp_out
Namespace No namespace
Annotations
temperature of the output [K];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="temp_out" type="xs:float">
  <xs:annotation>
    <xs:documentation>temperature of the output [K];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv_component / press_in
Namespace No namespace
Annotations
Pressure of the input[Pa];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="press_in" type="xs:float">
  <xs:annotation>
    <xs:documentation>Pressure of the input[Pa];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv_component / press_out
Namespace No namespace
Annotations
Pressure of the output [Pa];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="press_out" type="xs:float">
  <xs:annotation>
    <xs:documentation>Pressure of the output [Pa];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv_component / power
Namespace No namespace
Annotations
electric consumption  by the component; (consumption power)[W];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="power" type="xs:float">
  <xs:annotation>
    <xs:documentation>electric consumption by the component; (consumption power)[W];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv_component / flow
Namespace No namespace
Annotations
Flow through the component [kg/s]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="flow" type="xs:float">
  <xs:annotation>
    <xs:documentation>Flow through the component [kg/s]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / circuits / power_net
Namespace No namespace
Annotations
Net electric power generated [W]. Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="power_net" type="xs:float">
  <xs:annotation>
    <xs:documentation>Net electric power generated [W]. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / circuits / power_int
Namespace No namespace
Annotations
Total electric power consumption of the power conversion system.[W]. Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="power_int" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total electric power consumption of the power conversion system.[W]. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / circuits / efficiency
Namespace No namespace
Annotations
Efficiency of the reactor (ratio of the alternator electrical power to the total power needed to operate the reactor)
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="efficiency" type="xs:float">
  <xs:annotation>
    <xs:documentation>Efficiency of the reactor (ratio of the alternator electrical power to the total power needed to operate the reactor)</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / power_recirc
Namespace No namespace
Annotations
Recirculated electric power (input to the power conversion actor). [W] Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="power_recirc" type="xs:float">
  <xs:annotation>
    <xs:documentation>Recirculated electric power (input to the power conversion actor). [W] Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / power_net
Namespace No namespace
Annotations
Net electric power generated [W]. Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="power_net" type="xs:float">
  <xs:annotation>
    <xs:documentation>Net electric power generated [W]. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / power_int
Namespace No namespace
Annotations
Total electric power consumption of the power conversion system.[W]. Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="power_int" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total electric power consumption of the power conversion system.[W]. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / efficiency
Namespace No namespace
Annotations
Efficiency of the reactor (ratio of the alternator electrical power to the total power needed to operate the reactor)
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="efficiency" type="xs:float">
  <xs:annotation>
    <xs:documentation>Efficiency of the reactor (ratio of the alternator electrical power to the total power needed to operate the reactor)</xs:documentation>
  </xs:annotation>
</xs:element>
Element power_conv / 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 power_conv_component
Namespace No namespace
Annotations
Description of the components of the power conversion system. Array of structure (ncomp).
Diagram
Diagram power_conv_xsd.tmp#power_conv_component_name power_conv_xsd.tmp#power_conv_component_temp_in power_conv_xsd.tmp#power_conv_component_temp_out power_conv_xsd.tmp#power_conv_component_press_in power_conv_xsd.tmp#power_conv_component_press_out power_conv_xsd.tmp#power_conv_component_power power_conv_xsd.tmp#power_conv_component_flow
Used by
Model
Children flow, name, power, press_in, press_out, temp_in, temp_out
Source
<xs:complexType name="power_conv_component">
  <xs:annotation>
    <xs:documentation>Description of the components of the power conversion system. Array of structure (ncomp).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation>name of the component</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="temp_in" type="xs:float">
      <xs:annotation>
        <xs:documentation>temperature of the input [K];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="temp_out" type="xs:float">
      <xs:annotation>
        <xs:documentation>temperature of the output [K];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="press_in" type="xs:float">
      <xs:annotation>
        <xs:documentation>Pressure of the input[Pa];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="press_out" type="xs:float">
      <xs:annotation>
        <xs:documentation>Pressure of the output [Pa];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="power" type="xs:float">
      <xs:annotation>
        <xs:documentation>electric consumption by the component; (consumption power)[W];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="flow" type="xs:float">
      <xs:annotation>
        <xs:documentation>Flow through the component [kg/s]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>