modelPartialQuasiStationaryGenerator

Abstract class for quasistationary generators

Extends from TransiEnt.Components.Electrical.Machines.Base.PartialActivePowerGenerator (Most abstract base class for all electric machine models based on active power and frequency).

Information

1. Purpose of model

Partial model of an electric machine using TransiEnt electrical interfaces.

2. Level of detail, physical effects considered, and physical insight

L2E (defined in the CodingConventions)- differential equation

3. Limits of validity

(Purely technical component without physical modeling.)

4. Interfaces

Mechanical power port mpp

Modelica RealInput: E_input "Electric potential"

5. Nomenclature

S is the apparent power

Q is the reactive power

cosphi is the power factor

v_grid is the voltage of the grid

6. Governing Equations

(no equations)

7. Remarks for Usage

(no remarks)

8. Validation

(no remarks)

9. References

(no remarks)

10. Version History

Model created by Pascal Dubucq (dubucq@tuhh.de) on 01.10.2014

Model modified by Jan-Peter Heckel (jan.heckel@tuhh.de) in June/July 2018

Parameters

TypeNameDefaultDescription
General
SI.Voltagev_nsimCenter.v_nNominal voltage

Connectors

TypeNameDefaultDescription
TransiEnt.Basics.Interfaces.Electrical.ActivePowerPortepp (from PartialActivePowerGenerator)
TransiEnt.Basics.Interfaces.General.MechanicalPowerPortmpp (from PartialActivePowerGenerator)
Modelica.Blocks.Interfaces.RealInputE_input (from PartialActivePowerGenerator)Control input

Components

TypeNameDefaultDescription
TransiEnt.SimCentersimCenter (from PartialActivePowerGenerator)
Modelica.Units.SI.ActivePowerP (from PartialActivePowerGenerator)epp.P
Modelica.Units.SI.ActivePowerP_el_is (from PartialActivePowerGenerator)-epp.PActual active power output
Modelica.Units.SI.Frequencyf_grid (from PartialActivePowerGenerator)epp.f
Modelica.Units.SI.AngularVelocityomega (from PartialActivePowerGenerator)der(mpp.phi)
Modelica.Units.SI.ReactivePowerQepp.Q
Modelica.Units.SI.Voltagev_gridepp.v
Modelica.Units.SI.ApparentPowerSsign(epp.P)*sqrt(epp.P^2 + epp.Q^2)
Modelica.Units.SI.PowerFactorcosphinoEvent(if S > 0 then P/S else 0)