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 |
---|---|
Ground | Ground connection |
Buildings.Electrical.AC.OnePhase.Basics.Ground
Ground connection
Information
This model represents a connection to the ground.
Extends from Buildings.Electrical.Interfaces.Ground (Generalized model of a ground connection.).
Parameters
Type | Name | Default | Description |
---|---|---|---|
replaceable package PhaseSystem | PartialPhaseSystem | Phase system |
Connectors
Type | Name | Description |
---|---|---|
replaceable package PhaseSystem | Phase system | |
Terminal_n | terminal | Generalized terminal |
Modelica definition
model Ground "Ground connection"
extends Buildings.Electrical.Interfaces.Ground(
redeclare package PhaseSystem = PhaseSystems.OnePhase,
redeclare Interfaces.Terminal_n terminal);
end Ground;