4

Open Loop Ground Source Heat Pump in E+

I am working on modeling an open loop geothermal heat pump in E+ and am having issues with my water temperature. I have read one post about how to model an open loop system by using PlantComponent:TemeratureSource which is what I used for model. I specify a PlantComponent:TemperatureSource with a constant temperature of 47 F (local deep ground water temperature). I have coupled this with setpointmanager:scheduled (which is a schedule of 47 F for all days) and PlantEquipmentOperation:Uncontrolled. When I run my model and look at the CondenserLoopDemandReport:Monthly, the report is indicating a loop supply temperature of -37 C (~ -35 F) which is WAY too low. Any thoughts on why this is happening and how I might be able to fix it?

njharvey1994's avatar
73
njharvey1994
asked 2021-05-13 13:31:42 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2021-05-17 14:34:55 -0500
edit flag offensive 0 remove flag close merge delete

Comments

attached is a link to my IDF file. https://drive.google.com/file/d/1vpgl...

njharvey1994's avatar njharvey1994 (2021-05-14 10:42:18 -0500) edit
add a comment see more comments

1 Answer

3

The main issue is using PlantEquipmentOperation:Uncontrolled for your Condenser loop control scheme. If you replace this with PlantEquipmentOperation:HeatingLoad it works as expected.

Also, your IDF is missing the Version object (I guessed 9.3 and it ran fine). And while not entirely necessary, you may consider changing your SetpointManager:FollowGroundTemperature to SetpointManager:Scheduled since you just want to maintain a constant 8.3C supply water setpoint.

I sorted the original and fixed IDFs so you can easily compare the two files to see what changed.

ericmartinpe's avatar
2.1k
ericmartinpe
answered 2021-05-24 17:29:24 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments