WOLFRAM SYSTEM MODELER

ConditionalHeatPort

Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This partial model provides conditional heat ports for the connection to a thermal network.

  • If useHeatPort is set to false (default), no heat port is available, and the thermal loss power flows internally to the ground. In this case, the parameter T specifies the fixed device temperatures.
  • If useHeatPort is set to true, all heat ports are available.

Parameters (3)

mh

Value: 3

Type: Integer

Description: Number of heatPorts=number of phases

useHeatPort

Value: false

Type: Boolean

Description: =true, if all heat ports are enabled

T

Value: fill(293.15, mh)

Type: Temperature[mh] (K)

Description: Fixed device temperatures if useHeatPort = false

Connectors (1)

heatPort

Type: HeatPort_a[mh]

Description: Conditional heat ports

Extended by (25)

IdealClosingSwitch

Modelica.Electrical.QuasiStationary.MultiPhase.Ideal

Multiphase ideal closer

IdealOpeningSwitch

Modelica.Electrical.QuasiStationary.MultiPhase.Ideal

Multiphase ideal opener

IdealIntermediateSwitch

Modelica.Electrical.QuasiStationary.MultiPhase.Ideal

Multiphase ideal intermediate switch

IdealCommutingSwitch

Modelica.Electrical.QuasiStationary.MultiPhase.Ideal

Multiphase ideal commuting switch

VariableAdmittance

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase variable admittance

VariableImpedance

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase variable impedance

VariableConductor

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase variable conductor

VariableResistor

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase variable resistor

Admittance

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase linear admittance

Impedance

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase linear impedance

Conductor

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase linear conductor

Resistor

Modelica.Electrical.QuasiStationary.MultiPhase.Basic

Multiphase linear resistor

CloserWithArc

Modelica.Electrical.MultiPhase.Ideal

Multiphase closer with arc

OpenerWithArc

Modelica.Electrical.MultiPhase.Ideal

Multiphase opener with arc

IdealClosingSwitch

Modelica.Electrical.MultiPhase.Ideal

Multiphase ideal closer

IdealOpeningSwitch

Modelica.Electrical.MultiPhase.Ideal

Multiphase ideal opener

IdealIntermediateSwitch

Modelica.Electrical.MultiPhase.Ideal

Multiphase ideal intermediate switch

IdealCommutingSwitch

Modelica.Electrical.MultiPhase.Ideal

Multiphase ideal commuting switch

IdealGTOThyristor

Modelica.Electrical.MultiPhase.Ideal

Multiphase ideal GTO thyristor

IdealThyristor

Modelica.Electrical.MultiPhase.Ideal

Multiphase ideal thyristor

IdealDiode

Modelica.Electrical.MultiPhase.Ideal

Multiphase ideal diode

VariableConductor

Modelica.Electrical.MultiPhase.Basic

Ideal linear electrical conductors with variable conductance

VariableResistor

Modelica.Electrical.MultiPhase.Basic

Ideal linear electrical resistors with variable resistance

Conductor

Modelica.Electrical.MultiPhase.Basic

Ideal linear electrical conductors

Resistor

Modelica.Electrical.MultiPhase.Basic

Ideal linear electrical resistors

Revisions

  • August 26, 2009 by Anton Haumer initially implemented