Modelica.Electrical.QuasiStationary.SinglePhase.Basic

Basic components for AC singlephase models

Information


This package hosts basic models for quasi stationary single phase circuits. Quasi stationary theory for single phase circuits can be found in the references.

See also

MultiPhase.Basic

Extends from Modelica.Icons.Package (Icon for standard packages).

Package Content

NameDescription
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Ground Ground Electrical ground
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Resistor Resistor Singlephase linear resistor
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Conductor Conductor Singlephase linear conductor
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Capacitor Capacitor Singlephase linear capacitor
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Inductor Inductor Singlephase linear inductor
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableResistor VariableResistor Singlephase variable resistor
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableConductor VariableConductor Singlephase variable conductor
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableCapacitor VariableCapacitor Singlephase variable capacitor
Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableInductor VariableInductor Singlephase variable inductor

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Ground Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Ground

Electrical ground

Information


Ground of a single phase circuit. The potential at the ground node is zero. Every electrical circuit, e.g., a series resonance example, has to contain at least one ground object.

Connectors

NameDescription
pin 

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Resistor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Resistor

Singlephase linear resistor

Information


The linear resistor connects the complex voltage v with the complex current i by i*R = v. The resistance R is allowed to be positive, zero, or negative.

The resistor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.

See also

Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor

Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).

Parameters

NameDescription
R_refReference resistance at T_ref [Ohm]
T_refReference temperature [K]
alpha_refTemperature coefficient of resistance (R_actual = R_ref*(1 + alpha_ref*(heatPort.T - T_ref)) [1/K]
useHeatPort=true, if HeatPort is enabled
TFixed device temperature if useHeatPort = false [K]

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin
heatPort 

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Conductor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Conductor

Singlephase linear conductor

Information



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

The conductor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.

See also

Resistor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor

Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).

Parameters

NameDescription
G_refReference conductance at T_ref [S]
T_refReference temperature [K]
alpha_refTemperature coefficient of conductance (G_actual = G_ref/(1 + alpha_ref*(heatPort.T - T_ref)) [1/K]
useHeatPort=true, if HeatPort is enabled
TFixed device temperature if useHeatPort = false [K]

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin
heatPort 

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Capacitor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Capacitor

Singlephase linear capacitor

Information



The linear capacitor connects the voltage v with the current i by i = j*ω*C*v. The capacitance C is allowed to be positive, zero, or negative.

See also

Resistor, Conductor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor

Extends from Interfaces.OnePort (Two pins, current through).

Parameters

NameDescription
CCapacitance [F]

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Inductor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.Inductor

Singlephase linear inductor

Information



The linear inductor connects the voltage v with the current i by v = j*ω*L*i. The Inductance L is allowed to be positive, zero, or negative.

See also

Resistor, Conductor, Capacitor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor

Extends from Interfaces.OnePort (Two pins, current through).

Parameters

NameDescription
LInductance [H]

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableResistor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableResistor

Singlephase variable resistor

Information



The linear resistor connects the voltage v with the current i by i*R = v. The resistance R is given as input signal.

The variable resistor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.

Note

A zero crossing of the R signal could cause singularities due to the actual structure of the connected network.

The variable resistor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.

See also

Resistor, Conductor, Capacitor, Inductor, Variable conductor, Variable capacitor, Variable inductor

Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).

Parameters

NameDescription
T_refReference temperature [K]
alpha_refTemperature coefficient of resistance (R_actual = R_ref*(1 + alpha_ref*(heatPort.T - T_ref)) [1/K]
useHeatPort=true, if HeatPort is enabled
TFixed device temperature if useHeatPort = false [K]

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin
heatPort 
R_ref[Ohm]

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableConductor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableConductor

Singlephase variable conductor

Information



The linear conductor connects the voltage v with the current i by i = G*v. The conductance G is given as input signal.

The variable conductor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.

See also

Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable capacitor, Variable inductor

Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).

Parameters

NameDescription
T_refReference temperature [K]
alpha_refTemperature coefficient of conductance (G_actual = G_ref/(1 + alpha_ref*(heatPort.T - T_ref)) [1/K]
useHeatPort=true, if HeatPort is enabled
TFixed device temperature if useHeatPort = false [K]

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin
heatPort 
G_ref[S]

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableCapacitor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableCapacitor

Singlephase variable capacitor

Information



The linear capacitor connects the voltage v with the current i by i = j*ω*C*v. The capacitance C is given as input signal.

Note

The abstraction of a variable capacitor at quasi stationary operation assumes:

dc_dt.png.

See also

Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable inductor

Extends from Interfaces.OnePort (Two pins, current through).

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin
C[F]

Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableInductor Modelica.Electrical.QuasiStationary.SinglePhase.Basic.VariableInductor

Singlephase variable inductor

Information



The linear inductor connects the branch voltage v with the branch current i by v = j*ω*L*i. The inductance L is given as input signal.

Note

The abstraction of a variable inductor at quasi stationary operation assumes:

dl_dt.png

See also

Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor

Extends from Interfaces.OnePort (Two pins, current through).

Connectors

NameDescription
pin_pPositive pin
pin_nNegative pin
L[H]

Automatically generated Mon Sep 23 17:20:33 2013.