modelConditionalSubstrate

Partial model to include a conditional substrate node

Information

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

TypeNameDefaultDescription
BooleanuseSubstrateNodefalse= true, if SubstrateNode is enabled

Connectors

TypeNameDefaultDescription
Modelica.Electrical.Analog.Interfaces.PositivePinS

Components

TypeNameDefaultDescription
SI.VoltagesubstrateVoltage
SI.CurrentsubstrateCurrent

Revisions

  • February 17, 2009 by Christoph Clauss
    initially implemented