From 43487261e8780873a1853cb0db2816f6706b84e6 Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Wed, 3 Apr 2024 14:12:26 +0200 Subject: [PATCH] TurbineContacts should not extend from ContactPort The BaseValve model takes care of this. --- OpenHPL/Interfaces/TurbineContacts.mo | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenHPL/Interfaces/TurbineContacts.mo b/OpenHPL/Interfaces/TurbineContacts.mo index 9284d93..32cb18b 100644 --- a/OpenHPL/Interfaces/TurbineContacts.mo +++ b/OpenHPL/Interfaces/TurbineContacts.mo @@ -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)"