modelDelta

Delta transform

Extends from TopologyBase (Topology transform base).

Information

Structurally incomplete model. Use only as component within appropriate complete model.
Defines Delta-topology transform of voltage and current variables.

Definitions

  v_term, i_term:   terminal voltage and current
  v_cond, i_cond:   voltage and current across conductor, (phase terminal to phase terminal)

Relations, zero-component
v_n and i_n are not defined, as there is no neutral point.

  v_cond[1:2] = sqrt(3)*Rot*v_term[1:2];
  v_cond[3] = 0
  i_term[1:2] = sqrt(3)*transpose(Rot)*i_cond[1:2];
  i_term[3] = 0

with Rot = rotation_30deg

Parameters

TypeNameDefaultDescription
Integern_n (from TopologyBase)11 for Y, 0 for Delta
Integersh (from TopologyBase)0(-1,0,+1)*120deg phase shift
Integerscale3for scaling of impedance values

Components

TypeNameDefaultDescription
SI.Voltagev_term (from TopologyBase)terminal voltage
SI.Currenti_term (from TopologyBase)terminal current
SI.Voltagev_cond (from TopologyBase)conductor voltage
SI.Currenti_cond (from TopologyBase)conductor current
SI.Voltagev_n (from TopologyBase)voltage neutral
SI.Currenti_n (from TopologyBase)current neutral to ground