Buildings.Electrical.AC.OnePhase.Basics

Package with basic models

Information

This package contains simple models used in AC single phase networks.

Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).

Package Content

Name Description
Buildings.Electrical.AC.OnePhase.Basics.Ground Ground Ground connection

Buildings.Electrical.AC.OnePhase.Basics.Ground Buildings.Electrical.AC.OnePhase.Basics.Ground

Ground connection

Buildings.Electrical.AC.OnePhase.Basics.Ground

Information

This model represents a connection to the ground.

Extends from Buildings.Electrical.Interfaces.Ground (Generalized model of a ground connection.).

Parameters

TypeNameDefaultDescription
replaceable package PhaseSystemPartialPhaseSystemPhase system

Connectors

TypeNameDescription
replaceable package PhaseSystemPhase system

Modelica definition

model Ground "Ground connection" extends Buildings.Electrical.Interfaces.Ground( redeclare package PhaseSystem = PhaseSystems.OnePhase, redeclare Interfaces.Terminal_n terminal); end Ground;