[Equest-users] Min Allowable Supply Air Flow

Bishop, Bill via Equest-users equest-users at lists.onebuilding.org
Thu Aug 25 06:20:48 PDT 2016


The DOE-2 help files accessible within eQUEST are helpful for learning keyword expressions. Go to Volume 3: Topics -> Building Description Language, especially starting with the Keyword Expressions section. You can also look at the DOE-2 default expressions for each input within eQUEST to see common examples.
~Bill

From: Michael Campbell [mailto:mcamp1206 at gmail.com]
Sent: Thursday, August 25, 2016 9:12 AM
To: Bishop, Bill <bbishop at pathfinder-ea.com>
Cc: Darryl Kasun <darryl.kasun at gmail.com>; equest-users at lists.onebuilding.org
Subject: Re: [Equest-users] Min Allowable Supply Air Flow

Sorry to get off topic here but... Bill, is there a resource you can link to that shows a list of commands that can be used in user expressions and what they do?

On Thu, Aug 25, 2016 at 9:03 AM, Bishop, Bill via Equest-users <equest-users at lists.onebuilding.org<mailto:equest-users at lists.onebuilding.org>> wrote:
Darryl,
There is no zone keyword for minimum ACH. But you can enter the zone design ACH (ZONE:AIR-CHANGES/HR) and set the minimum air changes as a percentage of this using ZONE:MIN-FLOW-RATIO. You can write a keyword expression that enters and calculates this based on other zone inputs if you wanted to. For example, the expression below modifies the default DOE-2 expression for MIN-FLOW-RATIO, adding a calculation step based on the zone input for AIR-CHANGES/HR. The sample calculation assumes you want a minimum ACH of 3, and calculates the MIN-FLOW-RATIO for any zones for which you enter a design ACH rate of 3 or more.
if (#P("MIN-CFM-RATIO") == unused)
    then unused
    else switch #SV(#P("TYPE"))
    case  2 : unused
    case 17 : unused
    case 19 : unused
    case 26 : unused
    case 27 : unused
    case 28 : unused
    case 29 : unused
    default : if (#RV(#P("MIN-CFM-RATIO")) == 0)
              then #P("MIN-CFM-RATIO")
              else if (#RV(#L("AIR-CHANGES/HR")) == 0
                .AND. #L("AIR-CHANGES/HR") >= 3) then
                3/#L("AIR-CHANGES/HR") else no_default endif
              endif
    endswitch
   endif

Regards,
~Bill

William Bishop, PE, BEMP, BEAP, CEM, LEED AP | Pathfinder Engineers & Architects LLP
Senior Energy Engineer

[cid:image001.jpg at 01D1FEB1.F6D92EF0]  [cid:image002.jpg at 01D1FEB1.F6D92EF0]



134 South Fitzhugh Street                 Rochester, NY 14608

T: (585) 698-1956<tel:%28585%29%20698-1956>                        F: (585) 325-6005<tel:%28585%29%20325-6005>

bbishop at pathfinder-ea.com<mailto:wbishop at pathfinder-ea.com>             www.pathfinder-ea.com<http://www.pathfinder-ea.com/>

[http://png-5.findicons.com/files/icons/977/rrze/720/globe.png]Carbon Fee and Dividend - simple, effective, and market-based.


From: Equest-users [mailto:equest-users-bounces at lists.onebuilding.org<mailto:equest-users-bounces at lists.onebuilding.org>] On Behalf Of Darryl Kasun via Equest-users
Sent: Wednesday, August 24, 2016 5:59 PM
To: equest <equest-users at lists.onebuilding.org<mailto:equest-users at lists.onebuilding.org>>
Subject: [Equest-users] Min Allowable Supply Air Flow

Hello again eQUESTers,

For some zones, I want to set the min. allowable zone air supply flow rate to a certain ACH.  There is a zonal input for min. design air changes/hr but I think eQUEST will go below this flow if possible.  Sure I can calculate the minimum flow as cfm.ft2 or ratio but would like to not do this work if possible!

Is there a straight-up min. allowable ACH input for eQUEST?

_______________________________________________
Equest-users mailing list
http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org
To unsubscribe from this mailing list send  a blank message to EQUEST-USERS-UNSUBSCRIBE at ONEBUILDING.ORG<mailto:EQUEST-USERS-UNSUBSCRIBE at ONEBUILDING.ORG>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20160825/b6ea01be/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 1517 bytes
Desc: image001.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20160825/b6ea01be/attachment-0004.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 1647 bytes
Desc: image002.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20160825/b6ea01be/attachment-0005.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 3859 bytes
Desc: image003.png
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20160825/b6ea01be/attachment-0002.png>


More information about the Equest-users mailing list