Skip to content

Commit

Permalink
TurbineContacts should not extend from ContactPort
Browse files Browse the repository at this point in the history
The BaseValve model takes care of this.
  • Loading branch information
dietmarw committed Apr 3, 2024
1 parent 0ca3fd9 commit 4348726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenHPL/Interfaces/TurbineContacts.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
within OpenHPL.Interfaces;
partial model TurbineContacts "Model of turbine connectors"
extends Interfaces.ContactPort;
parameter Boolean enable_P_out = false "If checked, get a connector for the output power"
annotation (choices(checkBox = true), Dialog(group="Outputs",tab="I/O"));
input Modelica.Blocks.Interfaces.RealInput u_t "[Guide vane|nozzle] opening of the turbine(=1: completely open, =0: completely closed)"
Expand Down

0 comments on commit 4348726

Please sign in to comment.