From 23270793779f281c623fc5e7079ee90c34289b4a Mon Sep 17 00:00:00 2001
From: MARSOLLIER Felix <felix-externe.marsollier@edvance.fr>
Date: Mon, 25 Jan 2021 14:49:39 +0100
Subject: [PATCH] Change of the simulation parameters

---
 .../Components/HeatExchangers/test_DiscreteExchanger.mo         | 2 ++
 FluidDynamics/Components/Pipes/test_DynamicPipe.mo              | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/FluidDynamics/Components/HeatExchangers/test_DiscreteExchanger.mo b/FluidDynamics/Components/HeatExchangers/test_DiscreteExchanger.mo
index f97e5b8..766d0ff 100644
--- a/FluidDynamics/Components/HeatExchangers/test_DiscreteExchanger.mo
+++ b/FluidDynamics/Components/HeatExchangers/test_DiscreteExchanger.mo
@@ -18,4 +18,6 @@ equation
     Line(points = {{40, 50}, {-14, 50}, {-14, 16}, {-14, 16}}, color = {0, 127, 255}));
   connect(discreteExchanger.port_A_out, boundary.ports[2]) annotation(
     Line(points = {{20, 0}, {40, 0}, {40, 50}, {40, 50}}, color = {0, 127, 255}));
+annotation(
+    experiment(StartTime = 0, StopTime = 10, Tolerance = 1e-6, Interval = 0.1));
 end test_DiscreteExchanger;
diff --git a/FluidDynamics/Components/Pipes/test_DynamicPipe.mo b/FluidDynamics/Components/Pipes/test_DynamicPipe.mo
index 3f47cd3..6b8a923 100644
--- a/FluidDynamics/Components/Pipes/test_DynamicPipe.mo
+++ b/FluidDynamics/Components/Pipes/test_DynamicPipe.mo
@@ -18,5 +18,5 @@ h=TAeZoSysPro.Media.Air.MoistAir.specificEnthalpy_pTX(
   connect(pipe.port_b, atmosphere1.Fluidport[1]) annotation(
     Line(points = {{20, 0}, {60, 0}, {60, 8}, {80, 8}, {80, 8}}, color = {0, 127, 255}));
   annotation(
-    experiment(StartTime = 0, StopTime = 1, Tolerance = 1e-06, Interval = 0.002));
+    experiment(StartTime = 0, StopTime = 10, Tolerance = 1e-06, Interval = 0.1));
 end test_DynamicPipe;
-- 
GitLab