[BLDG-SIM] eQuest Default f(PLR) Skepticism

Brandon Nichols BrandonN at Hargis.biz
Fri Oct 5 14:25:50 PDT 2007


 
Just save them as BDL code snippets... e.g. here's my air cooled chiller complete with circulation loop and pump, saved as Air_Cooled_Chiller_Loop.INP:

$ ---------------------------------------------------------
$              Pumps
$ ---------------------------------------------------------

"Chilled Water Pump" = PUMP
   FLOW-RATIO       = 1.1
   HEAD-RATIO       = 1.1
   ..

$ ---------------------------------------------------------
$              Circulation Loops
$ ---------------------------------------------------------

"Chilled Water Loop" = CIRCULATION-LOOP
   TYPE             = CHW
   LOOP-OPERATION   = SNAP
   SNAP-T           = 65
   SNAP-LOCN        = OUTDOOR
   LOOP-PUMP        = "Chilled Water Pump"
   ..

$ ---------------------------------------------------------
$              Chillers
$ ---------------------------------------------------------

"Chiller #1" = CHILLER
   TYPE             = ELEC-HERM-CENT
   ELEC-INPUT-RATIO = 0.322581
   CHW-LOOP         = "Chilled Water Loop"
   CONDENSER-TYPE   = AIR-COOLED
   ..




More information about the Bldg-sim mailing list