[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EnergyPlus_Support] Variable Speed Pump





At 04:12 PM 3/8/2012, Nacho Gomis wrote:
EnergyManagementSystem:Program,
    CndFlowControl,          !- Name
      
    SET DeltaT = CndLoad/(FlowRate*4180),  !- Program Line 1

Strictly from a programming standpoint I would probably do something like:

Set x=FlowRate*4180,
IF (X == 0),
  condition 1,
else
  Set DeltaT=CndLoad/x
endif

And I'd do verbose output and look at the edd file

Are the two else conditions okay without an endif?
(as you have it in your program segment)?



__._,_.___


Primary EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx

The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/

Attachments are currently allowed but be mindful that not everyone has a high speed connection.  Limit attachments to small files.

EnergyPlus Documentation is searchable.  Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___