WOLFRAM SYSTEM MODELER

Conductor

Ideal linear electrical conductor

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Basic.Conductor"]
Out[1]:=

Information

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

The linear conductor connects the branch voltage v with the branch current i by i = v*G. The Conductance G is allowed to be positive, zero, or negative.

Parameters (5)

useHeatPort

Value: false

Type: Boolean

Description: = true, if heatPort is enabled

T

Value: T_ref

Type: Temperature (K)

Description: Fixed device temperature if useHeatPort = false

G

Value:

Type: Conductance (S)

Description: Conductance at temperature T_ref

T_ref

Value: 300.15

Type: Temperature (K)

Description: Reference temperature

alpha

Value: 0

Type: LinearTemperatureCoefficient (1/K)

Description: Temperature coefficient of conductance (G_actual = G_ref/(1 + alpha*(T_heatPort - T_ref))

Connectors (3)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

heatPort

Type: HeatPort_a

Description: Conditional heat port

Used in Examples (1)

ChuaCircuit

Modelica.Electrical.Analog.Examples

Chua's circuit, ns, V, A

Used in Components (6)

Conductor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of a conductance model

OLine

Modelica.Electrical.Analog.Lines

Lossy Transmission Line

segment

Modelica.Electrical.Analog.Lines.M_OLine

Multiple line segment model

SuperCap

Modelica.Electrical.Batteries.BatteryStacks

Simple model of a supercapacitor

BaseCellStack

Modelica.Electrical.Batteries.BaseClasses

Battery with open-circuit voltage dependent on state of charge, self-discharge and inner resistance

Conductor

Modelica.Electrical.Polyphase.Basic

Ideal linear electrical conductors

Revisions

  • August 07, 2009 by Anton Haumer
    temperature dependency of conductance added
  • March 11, 2009 by Christoph Clauss
    conditional heat port added
  • 1998 by Christoph Clauss
    initially implemented