Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema heat_sources.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element heat_sources
Namespace No namespace
Annotations
Description of a set of heat sources or sinks. Time-dependent CPO.
Diagram
Diagram utilities_xsd.tmp#datainfo heat_sources_xsd.tmp#heat_sources_sources heat_sources_xsd.tmp#heat_sources_sinks utilities_xsd.tmp#codeparam heat_sources_xsd.tmp#heat_sources_time
Properties
content complex
Used by
Element top
Model
Children codeparam, datainfo, sinks, sources, time
Instance
<heat_sources>
  <datainfo>{1,1}</datainfo>
  <sources>{1,unbounded}</sources>
  <sinks>{1,unbounded}</sinks>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</heat_sources>
Source
<xs:element name="heat_sources">
  <xs:annotation>
    <xs:documentation>Description of a set of heat sources or sinks. Time-dependent CPO.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="sources" type="calorimetry_heat_source" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Heat sources. Array of structure (nheat_source)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="sinks" type="calorimetry_heat_source" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Heat sinks. Array of structure (nheat_sink)</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 heat_sources / sources
Namespace No namespace
Annotations
Heat sources. Array of structure (nheat_source)
Diagram
Diagram heat_sources_xsd.tmp#calorimetry_heat_source_name heat_sources_xsd.tmp#calorimetry_heat_source_temp_in heat_sources_xsd.tmp#calorimetry_heat_source_temp_out heat_sources_xsd.tmp#calorimetry_heat_source_press_in heat_sources_xsd.tmp#calorimetry_heat_source_press_out heat_sources_xsd.tmp#calorimetry_heat_source_flow heat_sources_xsd.tmp#calorimetry_heat_source_power heat_sources_xsd.tmp#calorimetry_heat_source
Type calorimetry_heat_source
Properties
content complex
maxOccurs unbounded
Model
Children flow, name, power, press_in, press_out, temp_in, temp_out
Instance
<sources>
  <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>
  <flow>{1,1}</flow>
  <power>{1,1}</power>
</sources>
Source
<xs:element name="sources" type="calorimetry_heat_source" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Heat sources. Array of structure (nheat_source)</xs:documentation>
  </xs:annotation>
</xs:element>
Element calorimetry_heat_source / name
Namespace No namespace
Annotations
Name of the source. String
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="name" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of the source. String</xs:documentation>
  </xs:annotation>
</xs:element>
Element calorimetry_heat_source / temp_in
Namespace No namespace
Annotations
Temperature of the input flow [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 flow [K]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element calorimetry_heat_source / temp_out
Namespace No namespace
Annotations
Temperature of the output flow [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 flow [K]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element calorimetry_heat_source / press_in
Namespace No namespace
Annotations
Imput Pressure [Pa];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="press_in" type="xs:float">
  <xs:annotation>
    <xs:documentation>Imput Pressure [Pa];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element calorimetry_heat_source / press_out
Namespace No namespace
Annotations
Output Pressure [Pa];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="press_out" type="xs:float">
  <xs:annotation>
    <xs:documentation>Output Pressure [Pa];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element calorimetry_heat_source / flow
Namespace No namespace
Annotations
Flow of the source [kg/s]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="flow" type="xs:float">
  <xs:annotation>
    <xs:documentation>Flow of the source [kg/s]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element calorimetry_heat_source / power
Namespace No namespace
Annotations
Power of the source [W];Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="power" type="xs:float">
  <xs:annotation>
    <xs:documentation>Power of the source [W];Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element heat_sources / sinks
Namespace No namespace
Annotations
Heat sinks. Array of structure (nheat_sink)
Diagram
Diagram heat_sources_xsd.tmp#calorimetry_heat_source_name heat_sources_xsd.tmp#calorimetry_heat_source_temp_in heat_sources_xsd.tmp#calorimetry_heat_source_temp_out heat_sources_xsd.tmp#calorimetry_heat_source_press_in heat_sources_xsd.tmp#calorimetry_heat_source_press_out heat_sources_xsd.tmp#calorimetry_heat_source_flow heat_sources_xsd.tmp#calorimetry_heat_source_power heat_sources_xsd.tmp#calorimetry_heat_source
Type calorimetry_heat_source
Properties
content complex
maxOccurs unbounded
Model
Children flow, name, power, press_in, press_out, temp_in, temp_out
Instance
<sinks>
  <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>
  <flow>{1,1}</flow>
  <power>{1,1}</power>
</sinks>
Source
<xs:element name="sinks" type="calorimetry_heat_source" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Heat sinks. Array of structure (nheat_sink)</xs:documentation>
  </xs:annotation>
</xs:element>
Element heat_sources / 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 calorimetry_heat_source
Namespace No namespace
Annotations
Generic complex type for heat source or sink
Diagram
Diagram heat_sources_xsd.tmp#calorimetry_heat_source_name heat_sources_xsd.tmp#calorimetry_heat_source_temp_in heat_sources_xsd.tmp#calorimetry_heat_source_temp_out heat_sources_xsd.tmp#calorimetry_heat_source_press_in heat_sources_xsd.tmp#calorimetry_heat_source_press_out heat_sources_xsd.tmp#calorimetry_heat_source_flow heat_sources_xsd.tmp#calorimetry_heat_source_power
Used by
Model
Children flow, name, power, press_in, press_out, temp_in, temp_out
Source
<xs:complexType name="calorimetry_heat_source">
  <xs:annotation>
    <xs:documentation>Generic complex type for heat source or sink</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of the source. String</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="temp_in" type="xs:float">
      <xs:annotation>
        <xs:documentation>Temperature of the input flow [K]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="temp_out" type="xs:float">
      <xs:annotation>
        <xs:documentation>Temperature of the output flow [K]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="press_in" type="xs:float">
      <xs:annotation>
        <xs:documentation>Imput Pressure [Pa];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="press_out" type="xs:float">
      <xs:annotation>
        <xs:documentation>Output Pressure [Pa];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="flow" type="xs:float">
      <xs:annotation>
        <xs:documentation>Flow of the source [kg/s]; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="power" type="xs:float">
      <xs:annotation>
        <xs:documentation>Power of the source [W];Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>