Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

PmP's profile - activity

2024-05-07 04:01:35 -0500 edited answer How can I obtain the meter.csv file using the EnergyPlus Python API?

I don't use the python API but I just done this last week using batch, so you should be able to do the same in Python.

2024-05-07 04:00:24 -0500 answered a question How can I obtain the meter.csv file using the EnergyPlus Python API?

I don't use the python API but I just done this last week using batch, so you should be able to do the same in Python.

2024-05-06 09:30:52 -0500 received badge  Teacher (source)
2024-05-06 09:15:33 -0500 edited answer Unexpected temperature results from custom EPW

Here is a diagnosis of the issue. 2 things are happening: You don't have a Ground temperature object, so it defaults t

2024-05-06 09:15:04 -0500 answered a question Unexpected temperature results from custom EPW

Here is a diagnosis of the issue. 2 things are happening: You don't have a Ground temperature object, so it defaults t

2024-04-22 03:50:47 -0500 answered a question Cooling Capacity of Air-Chiller Decrease as the Temperature Rises (hottest simulation day)

As a guess, I've had a similar issue before with heat pumps for cooling and I found the problem to be related to minimum

2024-04-15 02:15:43 -0500 edited question Humidifier "VariableInletWaterTemperature" not working after bugfix and proposal of addition to "Humidifier:electric" (EnergyPlus 9.4)

Humidifier "VariableInletWaterTemperature" not working after bugfix and proposal of addition to "Humidifier:electric" (E

2024-04-15 02:15:43 -0500 received badge  Editor (source)
2024-04-15 02:14:09 -0500 asked a question Humidifier "VariableInletWaterTemperature" not working after bugfix and proposal of addition to "Humidifier:electric" (EnergyPlus 9.4)

Humidifier "VariableInletWaterTemperature" not working after bugfix and proposal of addition to "Humidifier:electric" (E

2024-04-10 12:23:34 -0500 marked best answer Humidifier:Steam:Gas option "VariableInletWaterTemperature" not working (EnergyPlus)

Good day to anyone reading this post.

I am working with an HVAC system with humidification and when checking the input-output reference I saw that there is an option for the Gas-Fired humidifier to extract water from an storage tank. And this could be used for thermal storage which I'm interested in simulating.

The last variable of the input object "Humidifier:Steam:Gas" can be "FixedInletWaterTemperature" or "VariableInletWaterTemperature", defaulting to fixed. This variable is supposed to either do calculations with water always fixed at 20oC or do calculations with real water temperature.

However when using the "Variable" option and changing the temperature schedule of the storage tank the gas consumption of the humidifier is constant, therefore not seeing any difference regarding water temperature.

I have tried different temperature schedules for the storage tank as well as the mains, checked that the source code uses the exact string "VariableInletWaterTemperature" as an input for the last field of the humidifier object (If any other than that or fixed is inputted, the simulation stops anyways), I have changed from variable to fixed and it also doesn't change the consumption and I have checked the calculations of the source code "Humidifiers.cc" and I can't see an easy to identify issue.

I tested this on the example file for the Humidifer:Gas so that I know the issue isn't in a different place. I use EP 9.4 but I also tested on the latest EP 24.1.0 ad the issue remains. Here is a dropbox link for the EP 9.4 version of the example files, one unchanged and one with the changes in the humidifier and addition of a water storage tank and temperature schedule. https://www.dropbox.com/scl/fo/rhi0c1...

The full text changes of the input files are from lines 2643 to 2685:

  Humidifier:Steam:Gas,
    Main Gas Humidifier,     !- Name
    ALWAYS_ON,               !- Availability Schedule Name
    autosize,                !- Rated Capacity {m3/s}
    autosize,                !- Rated Gas Use Rate {W}
    0.80,                    !- Thermal Efficiency {dimensionless}
    ThermalEfficiencyFPLR,   !- Thermal Efficiency Modifier Curve Name
    0,                       !- Rated Fan Power {W}
    0,                       !- Auxiliary Electric Power {W}
    Mixed Air Node 1,        !- Air Inlet Node Name
    Main Humidifier Outlet Node,  !- Air Outlet Node Name
    Tanque_Humidificador, !- Water Storage Tank Name
    VariableInletWaterTemperature;

WaterUse:Storage,
    Tanque_Humidificador,     !- Name
    ,                        !- Water Quality Subcategory
    1,                        !- Maximum Capacity {m3}
    0,                        !- Initial Volume {m3}
    0.5,                        !- Design In Flow Rate {m3/s}
    0.1,                        !- Design Out Flow Rate {m3/s}
    ,                        !- Overflow Destination
    Mains,                        !- Type of Supply Controlled by Float Valve
    0.25,                        !- Float Valve On Capacity {m3}
    1,                        !- Float Valve Off Capacity {m3}
    0.1,                        !- Backup Mains Capacity {m3}
    ,                        !- Other Tank Name
    ScheduledTemperature,                        !- Water Thermal Mode
    Domestic hot water setpoint temperature: Always 55.00  !- Water Temperature Schedule Name
     , !- Ambient Temperature Indicator
 , !- Ambient Temperature Schedule Name
 , !- Zone Name
 , !- Tank Surface Area {m2}
 , !- Tank U Value {W/m2-K}
 ; !- Tank Outside Surface Material Name

For the UNMET HOURS post, the last 6 fields of the storage tank are according to the guide unused and left for possible future ... (more)

2024-04-10 12:23:34 -0500 received badge  Scholar (source)
2024-04-10 12:23:31 -0500 received badge  Supporter (source)
2024-04-10 12:23:29 -0500 commented answer Humidifier:Steam:Gas option "VariableInletWaterTemperature" not working (EnergyPlus)

Thank you for the answer and bugfix proposal. I wanted to use this issue as a starting point for trying to modify and re

2024-04-10 04:03:13 -0500 asked a question Humidifier:Steam:Gas option "VariableInletWaterTemperature" not working (EnergyPlus)

Humidifier:Steam:Gas option "VariableInletWaterTemperature" not working (EnergyPlus) Good day to anyone reading this pos

2024-02-21 11:19:59 -0500 received badge  Student (source)
2024-02-21 11:12:31 -0500 asked a question CO2 Gas Cooler fan in EP error(s) in source code

CO2 Gas Cooler fan in EP error(s) in source code Hello to anyone reading this post. I am currently building a Co2 transc

2024-02-21 01:01:29 -0500 received badge  Organizer (source)