Building library - Dymola
I am trying to adapt the following model: HeatingCoolingHotWaterSmall
to the reality of my College, I need the water leaving my plant from 70 to 85 Celsius to produce a temperature change of 10 to 15 celsius depending on the weather, are those the parameters I have to change in the code to achieve it?
dTHeaEva_nominal=-15
TSetHeaLea = 273.15+70
TSetCooLea = 273.15+85
annotation(Dialog(group="Design parameter"));
add a comment