From 582dec6372dc7d1071ed0d1d131c85a239dbc996 Mon Sep 17 00:00:00 2001 From: Felix MARSOLLIER <fm4b8dfn@dsp1027505> Date: Wed, 7 Sep 2022 11:30:27 +0200 Subject: [PATCH] Update the README following modifications of the openings --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8793358..4289905 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ modelica library to model fluid dynamic of HVAC systems 3-Enhancements - FanVentilation: works with multi-species media - The saturation pressure fonctions have been changed to work with a MoistAir bellow the triple point condition. It does not mean that the media can model a condensable moist air bellow the triple point conditions - - The orifices (except the compressible opening) can be initialised to a given velocity with a steady state condition. The flow regime can now be steady state or inertial. + - "SimpleOpening" and "VerticalOpening" are replaced by a signle "Opening" component. The bouyancy effect is no longer handled by dicretising the opening other the height but by analytical integration of hydrostatitque pressure other the height of the opening. +The opening (being an intrinsic vertical opening) - The horizontal opening can handle buoyancy effect when density at the bottom is lower than than at the top - All the openings can handle the altitude variation between opening and boundary nodes -- GitLab