Is there an open-source heat exchanger library written in Modelica which covers different types of heat exchangers? Like on this web page https://en.wikipedia.org/wiki/Heat_exchanger
Based on your previous posts and your Wikipedia link I assume that you need heat exchanger models for power plant simulation.
The one in MSL (Modelica.Fluid.Examples.HeatExchanger
) is a generic, discretized model, not calculating heat transfer/pressure drop from plate or tube/shell geometry or condensation/evaporation as can be found in various norms and textbooks. However, you can extend the model to include e.g. number of tube tiers/rows etc. and you can add your own two-phase heat transfer models based on Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.PartialFlowHeatTransfer
. But this requires a bit of work from your side.
Otherwise, there are a number of freely available options — among others: