WOLFRAM SYSTEM MODELER

ConditionalHeatPort

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

Wolfram Language

In[1]:=
SystemModel["Modelica.Magnetic.FluxTubes.Interfaces.ConditionalHeatPort"]
Out[1]:=

Information

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

This partial model provides a conditional heating port 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 temperature (the default for T = 20oC).
  • If useHeatPort is set to true, a heat port is available.

If this model is used, the loss power has to be provided by an equation in the model which inherits from ConditionalHeatingPort model (lossPower = ...). As device temperature T_heatPort can be used to describe the influence of the device temperature on the model behaviour.

Parameters (2)

useHeatPort

Value: false

Type: Boolean

Description: = true, if HeatPort is enabled

T

Value: 293.15

Type: Temperature (K)

Description: Fixed device temperature if useHeatPort = false

Connectors (1)

heatPort

Type: HeatPort_a

Description: Thermal port for 1-dim. heat transfer (filled rectangular icon)

Extended by (3)

GenericHysteresis

Modelica.Magnetic.FluxTubes.BaseClasses

Partial hysteresis model

Transformer3PhaseYyWithHysteresis

Modelica.Magnetic.FluxTubes.Examples.Hysteresis.Components

Three-phase transformer in Yy configuration

Transformer1PhaseWithHysteresis

Modelica.Magnetic.FluxTubes.Examples.Hysteresis.Components

Single-phase transformer with ferromagnetic core and hysteresis

Revisions

  • February 17, 2009 by Christoph Clauss
    initially implemented