/* 970407 PS ElPowerCons and PrimPowerCons new monitored quantity types*/ /* 970829 AB Added Pow, S for HVAC2 toolkit */ /* 970829 AB Added SMALL,BIG for HVAC2 toolkit */ /* 010228 RSC New link types Speed and Vf_m introduced */ /* This file contains STANDARD global declarations, augmented to suit IDA Climate & Energy Application (IDA CE). INCLUDE statements can have two different formats: #INCLUDE #INCLUDE "filename.NMF". The first will fetch files from the system directory (where NMFLISP.EXE resides), the second will fetch files from the current directory. 971013 AB Link type Face2Leak removed (replaced in Face.nmf by BiDirAir, with VOID flows). 970617 AB Created this file. The standard global files QUANT.NMF, LINK.NMF, and CONST.NMF, which are included in the IDA NMF translator, have been extended with some new types. */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ QUANTITY_TYPES /* Quantity types are used for both variables and parameters. For parameters the kind is irrelevant. */ /* CROSS = Potential, non-directional */ /* THRU = Flow, directional */ /* GENERAL and THERMODYNAMICS */ #INCLUDE /* ---> include SPECIAL QUANTITY TYPES here */ /* extra quantities for IDA ICE */ VolFlow_m "l/s" THRU ElPowerCons "W" CROSS PrimPowerCons "W" CROSS Power_k "kW" CROSS /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ LINK_TYPES /* GENERAL and THERMODYNAMICS */ #INCLUDE /* ---> include SPECIAL LINK TYPES here */ /* Climate and Energy linktypes */ UniAir (Pressure, MassFlow, Temp, Fraction_y, HumRatio) BiDirAir (Pressure, MassFlow, Temp, HeatFlux, Fraction_y, FractFlow_y, HumRatio, HumFlow) ClimData (Pressure, Temp, Fraction_y, Factor, Angle, Vel, RadA, RadA) Clim2Face (Pressure, Temp, Fraction_y, HumRatio, Temp, Temp, Angle, Vel, RadA, RadA, Angle, Angle) Face2Wall (Temp, Temp, Temp, HeatCondA, RadA, RadA, RadA) Face2Wind (Temp, Temp, Temp, HeatCondA, RadA, RadA, RadA, Angle, Angle, Angle) /* Added by MV */ Wind2Amb (HeatFlux, HeatFlux,HeatFlux) Pow_k (Power_k) P (Pressure) /* ASHARAE HVAC2 linktypes */ Pow (ElPowerCons) S (Frequency) /*Added by RSC */ Vf_m (VolFlow_m) Speed (Vel) /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ CONSTANTS /* GENERAL and THERMODYNAMICS */ #INCLUDE /* ---> include SPECIAL CONSTANT TYPES here */ /* No extra CONSTANTS for IDA CE */ /* ASHARAE HVAC2 constants */ SMALL 1E-20 "" /* temporary fix for ICE models */ BIG 1E+20 "" /* temporary fix for ICE models */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* End Of File */