First time here? Check out the Help page!
2019-01-28 10:36:24 -0600 | commented answer | Make a simulation results extractor from equest to excel I assume you've installed Python and all dependencies? if so, maybe take a look at the results in Jupyter, or an IDE lik |
2019-01-25 09:57:04 -0600 | edited answer | Make a simulation results extractor from equest to excel I have a Python repository on my GitHub with a few modules for eQuest file parsing. Most of the 'sim_parse' files will r |
2019-01-25 09:56:55 -0600 | answered a question | Make a simulation results extractor from equest to excel I have a Python repository on my GitHubwith a few modules for eQuest file parsing. Most of the 'sim_parse' files will ru |
2018-10-26 08:43:46 -0600 | answered a question | DesignBuilder simulation-time In my experience DesignBuilder's runtime is very close to EP Launch. -Have you tried exporting the IDF from DesignBuil |
2018-10-12 11:05:43 -0600 | received badge | ● Enthusiast |
2018-10-09 16:53:20 -0600 | marked best answer | System Node Loop correlation Is there any easy way to correlate a system node with the loop to which it belongs? For example, I'd like to enter "AHU-1 Supply Side Inlet Node" and return "AirLoopHVAC" and "AHU-1 Loop" or something similar. I've tried Walk_HVAC in Eppy and a few other Eppy functions, as well as looking through the SQL file, but can't seem to get it to find an elegant solution. |
2018-10-09 16:51:03 -0600 | answered a question | System Node Loop correlation Update: I figured out a solution to this in Python using Eppy. It's a little bit hacky in that it relies on a lot of hea |
2018-10-02 13:47:42 -0600 | asked a question | System Node Loop correlation System Node Loop correlation Is there any easy way to correlate a system node with the loop to which it belongs? For e |
2018-10-02 13:43:52 -0600 | asked a question | DOE-2 Command Line Hourly Reports DOE-2 Command Line Hourly Reports I'm implementing a process using DOE-2 files which are initially built within eQuest a |
2018-07-19 09:40:03 -0600 | asked a question | Sketchup/eQuest polygon coordinate exchange Sketchup/eQuest polygon coordinate exchange I have a number of very old eQuest models (5+ yrs) that need to be updated f |
2018-04-05 08:27:11 -0600 | answered a question | Windows (frame) in OS From the Input-Output Reference: "The window vertices that you specify in the FenestrationSurface:Detailed object are t |
2018-03-15 09:53:05 -0600 | commented answer | Temperature and humidity in design builder i'm not sure about cooling in the floor, but designbuilder 5.2 has a "radiant surface" component you could try. or look |
2018-03-14 08:45:25 -0600 | answered a question | PTAC - Mech Ventilation and Humidity control (DesignBuilder) PTACs don't typically specifically have humidity controls, but if you lower the supply air coming off the PTAC it may re |
2018-03-14 08:41:06 -0600 | commented answer | Temperature and humidity in design builder does the floor cooling system have chilled water? if so, you'd need to have a chilled water plant connected to it. if yo |
2018-03-14 08:39:36 -0600 | commented answer | Profiles in DesignBuilder understood. good question and i'm not sure i have the answer; i'd reach out to the DesignBuilder team directly or look t |
2018-03-09 10:44:24 -0600 | answered a question | Profiles in DesignBuilder There should be a sub-folder within the DesignBuilder schedules library called "ASHRAE 90.1-2007." Most of these profile |
2018-03-09 10:40:43 -0600 | answered a question | Temperature and humidity in design builder it sounds like you have a heating setpoint of 20, but either no cooling setpoint or no cooling equipment assigned to you |
2018-03-05 17:42:50 -0600 | edited answer | How do get the hourly load in a year with eQuest software This has been addressed in detail here: There's just too much going on in the SS-D reports to accurately pull out venti |
2018-03-05 17:38:52 -0600 | edited answer | How do get the hourly load in a year with eQuest software This has been addressed in detail here: There's just too much going on in the SS-D reports to accurately pull out venti |
2018-03-05 17:34:27 -0600 | commented answer | How do get the hourly load in a year with eQuest software On second thought, I think the answer is much more complicated than my initial response. I'm editing my first answer now |
2018-03-02 15:13:04 -0600 | edited answer | How do get the hourly load in a year with eQuest software If you just need the peak values then the "SS-D Building HVAC Load Summary Report" should give you building + outdoor ai |
2018-03-02 15:13:04 -0600 | received badge | ● Editor (source) |
2018-03-02 15:04:30 -0600 | answered a question | How do get the hourly load in a year with eQuest software The "SS-D Building HVAC Load Summary Report" should give you building + outdoor air. There will be some other HVAC-relat |
2017-03-30 13:28:22 -0600 | commented question | EnergyPlus ignores the design values on my AirloopHVAC I'm experiencing the same issue with a LEED Baseline building model. I have about (5) VAV units, each with roughly 20 zones and as might be imagined, manually entering the requirements for each zone's terminal unit/ |
2017-02-28 15:36:05 -0600 | answered a question | I change the constant speed pump into a variable speed pump, but the result in energy consumption is still constant Coefficients 1 thru 4 for your Pump:VariableSpeed objects are 0, 1, 0, 0, respectively. This may be your issue. I don't know if there is a repository for variable speed pump curves available anywhere, but I'd try running it with a coefficient of 0, 0.5, 0.5, 0, respectively. This ought to approximate the electric output of a variable speed pump well-enough to know if this is the reason for your energy consumption issue. Edit: In addition, at least with this configuration of your chilled water loop you may need to change the "Chiller Flow Mode" on your chiller to "LeavingSetpointModulated" in order to allow the flow to vary through the chiller. |
2017-02-15 12:26:07 -0600 | received badge | ● Teacher (source) |
2017-02-15 12:07:02 -0600 | received badge | ● Scholar (source) |
2017-02-15 10:31:10 -0600 | answered a question | controlling two cooling coils separately within air handler I seem to have circumvented the problem with an EMS script which uses a Temperature Setpoint actuator at the node immediately following the pre-cooling coil and simply hard-sets it to a constant 12.7C. I'm pretty new to EMS so please feel free to comment if you think there is a better or more elegant way to accomplish this within DB. |
2017-02-15 10:26:57 -0600 | commented answer | controlling two cooling coils separately within air handler Your guess is correct, and thanks for the response. It does seem like the setpoint being overridden by a In any event, I'm also providing an answer to the original question which shows some very simple EMS code that seems to work. |
2017-02-15 09:09:45 -0600 | received badge | ● Supporter (source) |
2017-02-14 13:12:05 -0600 | asked a question | controlling two cooling coils separately within air handler I'm modeling a low-temperature operating room being served by a constant volume air handler (it's really only constant volume due to hospital ACH requirements). The model is entirely within DesignBuilder v5.0.1 The air handler's SAT setpoint is 43F and in the design there are two chilled water coils in the mixed air stream that are controlled separately and in series to meet this temperature. The first coil is served by a campus chilled water loop and brings the air down to 54F. The second is served by a low-temperature air-cooled chiller which brings the SAT down to the required 43F (after accounting for draw-thru fan heat). The energy purpose for this arrangement is to use the high-efficiency campus plant for as much as possible, and to then only load the relatively poor-performing air-cooled chiller with the remainder but to also avoid excessive unloading on the air-cooled chiller. I've tried a number of setpoint manager configurations for this arrangement and the closest I've gotten is to place a 54F setpoint manager after the first cooling coil, a 43F setpoint manager after the second cooling coil, and a 43F setpoint manager after the supply fan. This correctly forces the low-temperature chilled water coil to supply 43F air but the campus CHW coil seems to disregard the 54F setpoint manager and just get the air as close to 43F as it possibly can, which results in temperatures substantially lower than 54F when the mixed air temperature is below the coil's design entering air temperature. In turn, this leads to poor part-load performance and excessive unloading at the air-cooled chiller. I've also considered using a pre-cooling coil but it looks like this only pre-cools the outdoor air and not the mixed air stream. This is an option but it would be difficult to control the amount of cooling of the outdoor air that would be required in order to bring the mixed air temperature to the 54F setpoint due to variations in the return air temperature at different points in the day. One idea for this approach might be to write an EMS script changing the pre-cooling setpoint to some function of the delta T between mixed air temperature and outdoor air temperature. Does anyone have any experience with a similar issue? Curious to know if this can be solved with a different setpoint manager/coil configuration, or if I'll need to leave the Designbuilder interface and/or utilize EMS code. |
2016-05-25 12:32:49 -0600 | received badge | ● Student (source) |
2016-05-25 12:13:54 -0600 | asked a question | Zero cooling after LPD change I'm modeling a medium-size hospital facility in Philadelphia, PA, using DesignBuilder v4.7, and when I change the lighting on certain zones from 1.2 w/sf to 0.8 w/sf, the district cooling for the entire facility drops to zero and unmet cooling hours increases for nearly all zones to 100%. When comparing IDF files, the only difference is that for any of the problematic zones, "Design lighting Level (W)" is changed. The cooling difference is stark: Changing a single 400-sf conference room from 1.2 w/sf to 0.8 w/sf while leaving the remaining 200,000 sf unchanged at 1.2 w/sf will cause the entire district facility consumption to drop from a reasonable (113,730) kBtu to (0) kBtu over a 24-hour weekday in August. This pattern holds true across the year regardless of simulation time. I've tried pulling out the District Cooling on the air handlers and replacing with DX units, as well as replacing the District Cooling with a default Air-Cooled Chiller, but in all cases the cooling remains at zero. As far as I can tell, error logs don't seem to show anything relevant. I'd upload IDF/ERR files, but I don't have enough karma. I’ve also tried transitioning from E+8.3 to E+8.4 to no avail, and I’ve searched through Unmet Hours as well as the general E+ ChangeLog but I haven't found anything that clues me in to what might be causing this issue. Is this a known issue? Any suggestion is greatly appreciated. Thanks! |