From 7cd344ff4344f10e95681666429b303823db49e1 Mon Sep 17 00:00:00 2001
From: MARSOLLIER Felix <felix-externe.marsollier@edvance.fr>
Date: Wed, 24 Feb 2021 17:31:09 +0100
Subject: [PATCH] Removal of over constraining  equation on the temperature

---
 Media/SimpleMoistAir/test_enthalpyOfVaporization.mo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo b/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo
index 8c8a153..a00bd9a 100644
--- a/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo
+++ b/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo
@@ -17,8 +17,8 @@ equation
   dewState = Medium.setDewState(sat); 
   bubbleState = Medium.setBubbleState(sat); 
   h_lv_check = dewState.h - bubbleState.h;
-  T = 273.15;
 
   annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
-        coordinateSystem(preserveAspectRatio=false)));
+        coordinateSystem(preserveAspectRatio=false)),
+    experiment(StartTime = 0, StopTime = 100, Tolerance = 1e-6, Interval = 0.2));
 end test_enthalpyOfVaporization;
-- 
GitLab