Skip to content

Commit 5bb7957

Browse files
committed
TurbineContacts should not extend from ContactPort
The BaseValve model takes care of this.
1 parent 0683a25 commit 5bb7957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OpenHPL/Interfaces/TurbineContacts.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
within OpenHPL.Interfaces;
22
partial model TurbineContacts "Model of turbine connectors"
3-
extends Interfaces.ContactPort;
43
parameter Boolean enable_P_out = false "If checked, get a connector for the output power"
54
annotation (choices(checkBox = true), Dialog(group="Outputs",tab="I/O"));
65
input Modelica.Blocks.Interfaces.RealInput u_t "[Guide vane|nozzle] opening of the turbine(=1: completely open, =0: completely closed)"

0 commit comments

Comments
 (0)