modelTestImpedance

Example that illustrates the use of the impedances

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This model shows how to use the impedance model in different configurations:

  • Resistive (model Z3)
  • Inductive (model Z1)
  • Capacitive (model Z2)
  • Resistive-Inductive (model Z4)
  • Resistive-Capacitive (model Z5)

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.OnePhase.Sources.FixedVoltageV
Buildings.Electrical.AC.OnePhase.Loads.ImpedanceZ1Inductive impedance
Buildings.Electrical.AC.OnePhase.Loads.ImpedanceZ2Capacitive impedance
Buildings.Electrical.AC.OnePhase.Loads.ImpedanceZ3Resistive impedance
Buildings.Electrical.AC.OnePhase.Loads.ImpedanceZ4Inductive-resistive impedance
Buildings.Electrical.AC.OnePhase.Loads.ImpedanceZ5Capacitive-resistive impedance

Revisions

  • August 5, 2014, by Marco Bonvini:
    Revised model and documentation.