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

Re: [EnergyPlus_Support] DX Cooling coil single speed



Dear Sir,
       The coefficient that r  required I am going to use from e+ as it is constant for a particular building construction I guess.
U only tell me the formula that relates the coefficent with Temperature for surface load.


Regards.
--------------------------------------------
On Thu, 7/7/16, Jean Marais jeannieboef@xxxxxxxxx [EnergyPlus_Support] <EnergyPlus_Support@xxxxxxxxxxxxxxx> wrote:

 Subject: Re: [EnergyPlus_Support] DX Cooling coil single speed
 To: EnergyPlus_Support@xxxxxxxxxxxxxxx
 Date: Thursday, 7 July, 2016, 10:27 AM
 
 
  
 
 
 
   
 
 
     
       
       
       Like I said, it depends what
 algorithm you have selected for calculating the convection
 coefficients (both the outside and inside).
 Search the documents for TARP to find one. How
 all the others are called, you will find in a table listing
 them all.
 On 6 Jul 2016 18:57,
 "sandip gupta sandipgupta_nh@xxxxxxxxxxx
 [EnergyPlus_Support]" <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 wrote:
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
  
 
 
 
   
 
 
     
       
       
       Dear sir,
 
               I feel that I am taped into this subject 
 
 Surface Inside Face Convection Heat Transfer Coefficient is
 it the property of the surface or does it changes with
 temperature set point change. 
 
 I will tell you my main objective 
 
 I want to get maximum number of variables from from e+ to
 matlab so that my calculation burden is reduced but I want
 to know the relation which will guide me 
 
 to find the change in Zone Air Heat Balance Surface
 Convection Rate for a given outdoor temperature and set
 point temperature.
 
 In every time step i am taking the feedback of the variables
 from e+ to matlab that I csan do easily I know how to do it.
 
 
 But tell me how the relation is obtained for every time step
 i will do the calculation.
 
 
 
 Regards,
 
 
 
 --------------------------------------------
 
 On Wed, 6/7/16, Jean Marais jeannieboef@xxxxxxxxx
 [EnergyPlus_Support] <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 wrote:
 
 
 
 Subject: Re: [EnergyPlus_Support] DX Cooling coil single
 speed
 
  To: EnergyPlus_Support@xxxxxxxxxxxxxxx
 
  Date: Wednesday, 6 July, 2016, 9:35 PM
 
  
 
  
 
   
 
  
 
  
 
  
 
    
 
  
 
  
 
      
 
        
 
        
 
        Convection heat transfer is equal
 
  to the heat transfer across the surface and can be
 easily
 
  calculated using the u-value of the surface including
 film
 
  resistances in W/(m2*K).
 
  The problem is that the film resistances change
 
  at each time step due to changing convection
 coefficients.
 
  Depending on what algorithm you chose to use (TARP, DOE,
 
  etc.) these are calculated for each surface using
 parameters
 
  such as orientation, local air velocity assumptions,
 volume
 
  aspect ratios, etc. 
 
  Also, the energy transfer can use a conduction
 
  FiniteDifference (condFD) method or CTF (default) method
 to
 
  take capacitive effects into account.
 
  Additionally, other equipment may be defined
 
  that either transfer energy directly to the air node via
 
  convection or to all the surfaces first which in turn
 
  changes their surface temperatures and heat transfer
 across
 
  them.
 
  Again, there are several things going on that
 
  converge on a solution. This is exactly why we use
 
  EnergyPlus. Don't calculate this with Matlab,
 instead
 
  feed the results of the heat transfers from e+ to Matlab
 if
 
  you require them.
 
  
 
  
 
  On 6 Jul 2016 3:27 pm,
 
  "sandip gupta sandipgupta_nh@xxxxxxxxxxx
 
  [EnergyPlus_Support]" <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 
  wrote:
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
   
 
  
 
   
 
  
 
  
 
  
 
    
 
  
 
  
 
      
 
        
 
        
 
        Dear sir,
 
  
 
  
 
  
 
  Actually I am desigining a controller in matlab and
 through
 
  BCVTB I am sending the set point to E+. Now Most of the
 
  variables I am using from reporting variable. The only
 
  problem I am now facing is with calculation of  
 
  
 
    ZSF1:Zone Air Heat Balance Surface Convection Rate
 [W]
 
  and  Air Heat Balance Outdoor Air Transfer Rate [W]. 
 
  
 
  Can u help me with the related formulas used to
 calculate
 
  the above values. So that I can develop a suitable
 logic.
 
  
 
  
 
  
 
  
 
  Regards,
 
  
 
  --------------------------------------------
 
  
 
  On Wed, 6/7/16, Jim Dirkes jim@xxxxxxxxxxxxxxxxxxxxxxxxxxx
 
  [EnergyPlus_Support] <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 
  wrote:
 
  
 
  
 
  
 
  Subject: Re: [EnergyPlus_Support] DX Cooling coil single
 
  speed
 
  
 
   To: "EnergyPlus_Support@xxxxxxxxxxxxxxx"
 
  <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 
  
 
   Date: Wednesday, 6 July, 2016, 6:09 PM
 
  
 
   
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
     
 
  
 
   
 
  
 
   
 
  
 
       
 
  
 
         
 
  
 
         
 
  
 
         Sandip,Have you
 
  
 
   reported Output:Variables such
 as:Output:Variable,*,Cooling
 
  Coil
 
  
 
   Electric Power,hourly; !- HVAC Average
 
  [W]Output:Variable,*,Cooling Coil Sensible Cooling
 
  
 
   Rate,hourly; !- HVAC Average [W]
 
  
 
   Another consideration is
 
  
 
   to create Meter:Custom for specific
 
  
 
   variables.
 
  
 
   These may make your
 
  
 
   evaluation simpler than using manual
 
  
 
   calculations. 
 
  
 
   On Tue, Jul 5, 2016 at 4:32
 
  
 
   PM, sandip gupta sandipgupta_nh@xxxxxxxxxxx
 
  
 
   [EnergyPlus_Support] <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 
  
 
   wrote:
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
  
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
     
 
  
 
   
 
  
 
   
 
  
 
       
 
  
 
         
 
  
 
         
 
  
 
         Dear Sir,
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Thank you for your kind reply.
 
  
 
   
 
  
 
   My main aim is to find the relation between Power
 
  
 
   consumption by HVAC system for a given desired room
 
  
 
   temperature and outdoor room temperature.I have already
 
  used
 
  
 
   the performance curve to get the power consumption
 using
 
  
 
  
 
   
 
  
 
   Q.total=Q.total.rated*EIR*RTF
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Where RTF=PLR/PLF
 
  
 
   
 
  
 
   and PLR=actual sensible cooling load /steady state
 
  sensible
 
  
 
   cooling rate
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   What is the formula to calculate actual sensible
 cooling
 
  
 
   load and steady state sensible cooling rate where can I
 
  find
 
  
 
   this values is reporting XLS sheet.
 
  
 
   
 
  
 
   How actual sensible cooling load and steady state
 
  sensible
 
  
 
   cooling rate are related to Desired Set Point
 
  Temperature
 
  
 
   and and Outdoor temperature.
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   With Regards,
 
  
 
   
 
  
 
   Sandip Gupta
 
  
 
   
 
  
 
     
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   --------------------------------------------
 
  
 
   
 
  
 
   On Wed, 6/7/16, Jean Marais jeannieboef@xxxxxxxxx
 
  
 
   [EnergyPlus_Support] <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 
  
 
   wrote:
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Subject: Re: [EnergyPlus_Support] DX Cooling coil
 single
 
  
 
   speed
 
  
 
   
 
  
 
    To: EnergyPlus_Support@xxxxxxxxxxxxxxx
 
  
 
  
 
  
 
  Date: Wednesday, 6 July, 2016, 1:06 AM
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
      
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
        
 
  
 
   
 
  
 
          
 
  
 
   
 
  
 
          
 
  
 
   
 
  
 
          Dear Sandip,
 
  
 
   
 
  
 
    DX equipment models mostly use a set of 4
 
  
 
   
 
  
 
    curves that are generated using regression analysis
 
  from
 
  
 
   a
 
  
 
   
 
  
 
    matrix of performance data provided by the
 
  manufacturer.
 
  
 
   
 
  
 
    This matrix describes how the equipment performs under
 
  a
 
  
 
  
 
  
 
  wide variety of different operating conditions. The
 
  
 
   curves
 
  
 
   
 
  
 
    are each in their own right normalized around a set of
 
  
 
   
 
  
 
    "rating point" values. 
 
  
 
   
 
  
 
    There are two tools available that I have seen
 
  
 
   
 
  
 
    to help you setup (and possibly understand better) the
 
  
 
   
 
  
 
    performance curves in conjunction with appropriate
 
  
 
   rating
 
  
 
   
 
  
 
    point values (they go hand in hand). One is a
 
  
 
   spreadsheet
 
  
 
   
 
  
 
    tool that comes with e+ and can usually be found in
 
  your
 
  
 
   
 
  
 
  
 
  
 
  launch bar. The other is from DesignBuilder. I use my
 
  
 
   own,
 
  
 
   
 
  
 
    but only I understand how it works.
 
  
 
   
 
  
 
    Be forewarned that this topic is probably the
 
  
 
   
 
  
 
    most advanced that the non-source-code writing
 
  
 
   simulation
 
  
 
   
 
  
 
    community can come up against. If you are a beginner
 e+
 
  
 
   
 
  
 
    user, my advice would be NOT to start with the most
 
  
 
   complex
 
  
 
   
 
  
 
    issues first. If you have gained a basic understanding
 
  
 
   about
 
  
 
   
 
  
 
    part-load (part of "rated full load")
 
  
 
   performance
 
  
 
   
 
  
 
    together with the other factors influencing HVAC
 
  
 
   performance
 
  
 
   
 
  
 
    (like the humidity in the air and the temperatures of
 
  
 
   both
 
  
 
   
 
  
 
    air and cooling medium, as well as bypass factor) that
 
  
 
   
 
  
 
    should be enough for now.
 
  
 
   
 
  
 
    The equation you wrote is one of several that
 
  
 
   
 
  
 
    are solved simultaneously using algorithms that
 
  converge
 
  
 
   on
 
  
 
   
 
  
 
    a solution. I'm sorry there is no easy answer. The
 
  
 
   
 
  
 
    interdependencies are simply too complex to solve by
 
  
 
   
 
  
 
    hand.
 
  
 
   
 
  
 
    Perhaps you state what you wish your model
 
  
 
   
 
  
 
    should demonstrate. Then state what you have done and
 
  
 
   what
 
  
 
   
 
  
 
    you observed, followed by what you cannot interperate
 
  or
 
  
 
   
 
  
 
    generate for results.
 
  
 
   
 
  
 
    Kindly yours,
 
  
 
   
 
  
 
    On 5 Jul 2016 2:15 pm,
 
  
 
   
 
  
 
    "sandip gupta sandipgupta_nh@xxxxxxxxxxx
 
  
 
   
 
  
 
    [EnergyPlus_Support]" <EnergyPlus_Support@xxxxxxxxxxxxxxx>
 
  
 
   
 
  
 
    wrote:
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
     
 
  
 
  
 
  
 
   
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
      
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
        
 
  
 
   
 
  
 
          
 
  
 
   
 
  
 
          
 
  
 
   
 
  
 
          Dear sir,'
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
                 While calculating the power consumption
 of
 
  a
 
  
 
   DX
 
  
 
   
 
  
 
    Cooling Coil Single Speed.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    Step 1: Total Cooling Capacity as a function of
 
  
 
   temperature
 
  
 
   
 
  
 
    is calculated. Here from where does the Wet Bulb
 
  
 
   temperature
 
  
 
   
 
  
 
    comes from is it the sensor value.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Step 2: Total Cooling Capacity as a function of flow
 
  
 
   
 
  
 
    fraction  is calculated.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    Step 3: Qtotal = Qtotal,rated * (TotCapTempModFac) *
 
  
 
   
 
  
 
    (TotCapFFModFac) is calculated but from where do we
 get
 
  
 
   
 
  
 
    Qtotal,rated. Pls help.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    EnergyPlus� Version 8.5 Documentation Engineering

 
  
 
   
 
  
 
    Reference Page Number 785 calculations.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    Please help me out how to calculate the power
 
  consumption
 
  
 
   of
 
  
 
  
 
  
 
  HVAC system for different set point temperature. Does
 
  
 
   the
 
  
 
   
 
  
 
    above calculations satisfy my requirements.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    I would be very very thankful to you if you kindly
 
  solve
 
  
 
   my
 
  
 
   
 
  
 
    doubts and problems.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    With Warm Regards,
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    Sandip Gupta.
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
        
 
  
 
   
 
  
 
         
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
        
 
  
 
   
 
  
 
        
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   #yiv5070462655 #yiv5070462655 --
 
  
 
   
 
  
 
      #yiv5070462655ygrp-mkp {
 
  
 
   
 
  
 
    border:1px solid #d8d8d8;font-family:Arial;margin:10px
 
  
 
   
 
  
 
    0;padding:0 10px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mkp hr {
 
  
 
   
 
  
 
    border:1px solid #d8d8d8;}
 
  
 
  
 
  
 
  #yiv5070462655 #yiv5070462655ygrp-mkp #yiv5070462655hd {
 
  
 
   
 
  
 
   
 
  color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
 
  
 
   
 
  
 
    0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mkp
 #yiv5070462655ads
 
  
 
   {
 
  
 
   
 
  
 
    margin-bottom:10px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mkp .yiv5070462655ad
 
  {
 
  
 
   
 
  
 
    padding:0 0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mkp .yiv5070462655ad
 
  p
 
  
 
   {
 
  
 
   
 
  
 
    margin:0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mkp .yiv5070462655ad
 
  a
 
  
 
   {
 
  
 
   
 
  
 
    color:#0000ff;text-decoration:none;}
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-sponsor
 
  
 
   
 
  
 
    #yiv5070462655ygrp-lc {
 
  
 
   
 
  
 
    font-family:Arial;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-sponsor
 
  
 
   
 
  
 
    #yiv5070462655ygrp-lc #yiv5070462655hd {
 
  
 
   
 
  
 
    margin:10px
 
  
 
   
 
  
 
    0px;font-weight:700;font-size:78%;line-height:122%;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-sponsor
 
  
 
   
 
  
 
    #yiv5070462655ygrp-lc .yiv5070462655ad {
 
  
 
   
 
  
 
    margin-bottom:10px;padding:0 0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655actions {
 
  
 
   
 
  
 
    font-family:Verdana;font-size:11px;padding:10px 0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655activity {
 
  
 
   
 
  
 
   
 
  background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655activity span {
 
  
 
   
 
  
 
    font-weight:700;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655activity span:first-child
 
  {
 
  
 
   
 
  
 
    text-transform:uppercase;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655activity span a {
 
  
 
   
 
  
 
    color:#5085b6;text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655activity span span {
 
  
 
   
 
  
 
    color:#ff7900;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655activity span
 
  
 
   
 
  
 
    .yiv5070462655underline {
 
  
 
   
 
  
 
    text-decoration:underline;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655attach {
 
  
 
   
 
  
 
   
 
  clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
 
  
 
   
 
  
 
    0;width:400px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655attach div a {
 
  
 
   
 
  
 
    text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655attach img {
 
  
 
   
 
  
 
    border:none;padding-right:5px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655attach label {
 
  
 
   
 
  
 
    display:block;margin-bottom:5px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655attach label a {
 
  
 
   
 
  
 
    text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 blockquote {
 
  
 
   
 
  
 
    margin:0 0 0 4px;}
 
  
 
   
 
  
 
    
 
  
 
  
 
  
 
  #yiv5070462655 .yiv5070462655bold {
 
  
 
   
 
  
 
    font-family:Arial;font-size:13px;font-weight:700;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655bold a {
 
  
 
   
 
  
 
    text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 dd.yiv5070462655last p a {
 
  
 
   
 
  
 
    font-family:Verdana;font-weight:700;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 dd.yiv5070462655last p span {
 
  
 
   
 
  
 
   
 margin-right:10px;font-family:Verdana;font-weight:700;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 dd.yiv5070462655last p
 
  
 
   
 
  
 
    span.yiv5070462655yshortcuts {
 
  
 
   
 
  
 
    margin-right:0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 div.yiv5070462655attach-table div div a
 
  {
 
  
 
   
 
  
 
    text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 div.yiv5070462655attach-table {
 
  
 
   
 
  
 
    width:400px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 div.yiv5070462655file-title a,
 
  
 
   #yiv5070462655
 
  
 
   
 
  
 
    div.yiv5070462655file-title a:active, #yiv5070462655
 
  
 
   
 
  
 
    div.yiv5070462655file-title a:hover, #yiv5070462655
 
  
 
   
 
  
 
    div.yiv5070462655file-title a:visited {
 
  
 
   
 
  
 
    text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 div.yiv5070462655photo-title a,
 
  
 
   
 
  
 
    #yiv5070462655 div.yiv5070462655photo-title a:active,
 
  
 
   
 
  
 
    #yiv5070462655 div.yiv5070462655photo-title a:hover,
 
  
 
   
 
  
 
    #yiv5070462655 div.yiv5070462655photo-title a:visited
 {
 
  
 
   
 
  
 
    text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 div#yiv5070462655ygrp-mlmsg
 
  
 
   
 
  
 
    #yiv5070462655ygrp-msg p a
 span.yiv5070462655yshortcuts
 
  
 
   {
 
  
 
   
 
  
 
   
 font-family:Verdana;font-size:10px;font-weight:normal;}
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   #yiv5070462655 .yiv5070462655green {
 
  
 
   
 
  
 
    color:#628c2a;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655MsoNormal {
 
  
 
   
 
  
 
    margin:0 0 0 0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 o {
 
  
 
   
 
  
 
    font-size:0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655photos div {
 
  
 
   
 
  
 
    float:left;width:72px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655photos div div {
 
  
 
   
 
  
 
    border:1px solid
 
  
 
   
 
  
 
    #666666;min-height:62px;overflow:hidden;width:62px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655photos div label {
 
  
 
   
 
  
 
   
 
  color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655reco-category {
 
  
 
   
 
  
 
    font-size:77%;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655reco-desc {
 
  
 
   
 
  
 
    font-size:77%;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 .yiv5070462655replbq {
 
  
 
   
 
  
 
    margin:4px;}
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   #yiv5070462655 #yiv5070462655ygrp-actbar div
 
  a:first-child
 
  
 
   {
 
  
 
   
 
  
 
    margin-right:2px;padding-right:5px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mlmsg {
 
  
 
   
 
  
 
    font-size:13px;font-family:Arial, helvetica, clean,
 
  
 
   
 
  
 
    sans-serif;}
 
  
 
  
 
  
 
  #yiv5070462655 #yiv5070462655ygrp-mlmsg table {
 
  
 
   
 
  
 
    font-size:inherit;font:100%;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mlmsg select,
 
  
 
   
 
  
 
  
 
  
 
  #yiv5070462655 input, #yiv5070462655 textarea {
 
  
 
   
 
  
 
    font:99% Arial, Helvetica, clean, sans-serif;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mlmsg pre,
 
  
 
   #yiv5070462655
 
  
 
   
 
  
 
    code {
 
  
 
   
 
  
 
    font:115% monospace;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mlmsg * {
 
  
 
   
 
  
 
    line-height:1.22em;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-mlmsg
 
  #yiv5070462655logo
 
  
 
   {
 
  
 
   
 
  
 
    padding-bottom:10px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-msg p a {
 
  
 
   
 
  
 
    font-family:Verdana;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-msg
 
  
 
   
 
  
 
    p#yiv5070462655attach-count span {
 
  
 
   
 
  
 
    color:#1E66AE;font-weight:700;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-reco
 
  
 
   
 
  
 
    #yiv5070462655reco-head {
 
  
 
   
 
  
 
    color:#ff7900;font-weight:700;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-reco {
 
  
 
   
 
  
 
    margin-bottom:20px;padding:0px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-sponsor
 
  
 
   #yiv5070462655ov
 
  
 
   
 
  
 
    li a {
 
  
 
   
 
  
 
    font-size:130%;text-decoration:none;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-sponsor
 
  
 
   #yiv5070462655ov
 
  
 
   
 
  
 
    li {
 
  
 
   
 
  
 
    font-size:77%;list-style-type:square;padding:6px 0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-sponsor
 
  
 
   #yiv5070462655ov
 
  
 
   
 
  
 
    ul {
 
  
 
  
 
  
 
  margin:0;padding:0 0 0 8px;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-text {
 
  
 
   
 
  
 
    font-family:Georgia;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-text p {
 
  
 
   
 
  
 
    margin:0 0 1em 0;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-text tt {
 
  
 
   
 
  
 
    font-size:120%;}
 
  
 
   
 
  
 
    
 
  
 
   
 
  
 
    #yiv5070462655 #yiv5070462655ygrp-vital ul
 
  li:last-child
 
  
 
   {
 
  
 
   
 
  
 
    border-right:none !important;
 
  
 
   
 
  
 
    }
 
  
 
   
 
  
 
    #yiv5070462655
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
       
 
  
 
        
 
  
 
   
 
  
 
       
 
  
 
       
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
     
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   -- 
 
  
 
   James V Dirkes II, PE,
 
  
 
   BEMP, LEED AP
 
  
 
   CEO/President
 
  
 
   The Building Performance Team Inc.
 
  
 
   1631 Acacia Dr, GR, Mi 49504
 
  
 
   
 
  
 
   Direct: 616.450.8653
 
  
 
   jim@xxxxxxxxxxxxxxxxxxxxxxxxxxx
 
  
 
   
 
  
 
   Website l  LinkedIn |
 
  
 
   May
 
  
 
  
 
  
 
  2016 ASHRAE Journal article on energy modeling
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   Either I win � or I learn. 

 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
       
 
  
 
        
 
  
 
   
 
  
 
       
 
  
 
       
 
  
 
   
 
  
 
   
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323 --
 
  
 
     #yiv0235877323ygrp-mkp {
 
  
 
   border:1px solid #d8d8d8;font-family:Arial;margin:10px
 
  
 
   0;padding:0 10px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mkp hr {
 
  
 
   border:1px solid #d8d8d8;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mkp #yiv0235877323hd
 {
 
  
 
  
 color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
 
  
 
   0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mkp #yiv0235877323ads
 
  {
 
  
 
   margin-bottom:10px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mkp .yiv0235877323ad
 {
 
  
 
   padding:0 0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mkp .yiv0235877323ad
 p
 
  {
 
  
 
   margin:0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mkp .yiv0235877323ad
 a
 
  {
 
  
 
   color:#0000ff;text-decoration:none;}
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-sponsor
 
  
 
   #yiv0235877323ygrp-lc {
 
  
 
   font-family:Arial;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-sponsor
 
  
 
  
 
  
 
  #yiv0235877323ygrp-lc #yiv0235877323hd {
 
  
 
   margin:10px
 
  
 
   0px;font-weight:700;font-size:78%;line-height:122%;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-sponsor
 
  
 
   #yiv0235877323ygrp-lc .yiv0235877323ad {
 
  
 
   margin-bottom:10px;padding:0 0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323actions {
 
  
 
   font-family:Verdana;font-size:11px;padding:10px 0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323activity {
 
  
 
  
 background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323activity span {
 
  
 
   font-weight:700;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323activity span:first-child
 {
 
  
 
   text-transform:uppercase;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323activity span a {
 
  
 
   color:#5085b6;text-decoration:none;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323activity span span {
 
  
 
   color:#ff7900;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323activity span
 
  
 
   .yiv0235877323underline {
 
  
 
   text-decoration:underline;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323attach {
 
  
 
  
 clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
 
  
 
   0;width:400px;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323attach div a {
 
  
 
   text-decoration:none;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323attach img {
 
  
 
   border:none;padding-right:5px;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323attach label {
 
  
 
   display:block;margin-bottom:5px;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323attach label a {
 
  
 
   text-decoration:none;}
 
  
 
   
 
  
 
   #yiv0235877323 blockquote {
 
  
 
   margin:0 0 0 4px;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323bold {
 
  
 
   font-family:Arial;font-size:13px;font-weight:700;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323bold a {
 
  
 
   text-decoration:none;}
 
  
 
   
 
  
 
   #yiv0235877323 dd.yiv0235877323last p a {
 
  
 
   font-family:Verdana;font-weight:700;}
 
  
 
   
 
  
 
   #yiv0235877323 dd.yiv0235877323last p span {
 
  
 
   margin-right:10px;font-family:Verdana;font-weight:700;}
 
  
 
   
 
  
 
   #yiv0235877323 dd.yiv0235877323last p
 
  
 
   span.yiv0235877323yshortcuts {
 
  
 
   margin-right:0;}
 
  
 
   
 
  
 
   #yiv0235877323 div.yiv0235877323attach-table div div a
 {
 
  
 
   text-decoration:none;}
 
  
 
  
 
  
 
  #yiv0235877323 div.yiv0235877323attach-table {
 
  
 
   width:400px;}
 
  
 
   
 
  
 
   #yiv0235877323 div.yiv0235877323file-title a,
 
  #yiv0235877323
 
  
 
   div.yiv0235877323file-title a:active, #yiv0235877323
 
  
 
   div.yiv0235877323file-title a:hover, #yiv0235877323
 
  
 
   div.yiv0235877323file-title a:visited {
 
  
 
   text-decoration:none;}
 
  
 
   
 
  
 
   #yiv0235877323 div.yiv0235877323photo-title a,
 
  
 
   #yiv0235877323 div.yiv0235877323photo-title a:active,
 
  
 
   #yiv0235877323 div.yiv0235877323photo-title a:hover,
 
  
 
   #yiv0235877323 div.yiv0235877323photo-title a:visited {
 
  
 
   text-decoration:none;}
 
  
 
   
 
  
 
   #yiv0235877323 div#yiv0235877323ygrp-mlmsg
 
  
 
   #yiv0235877323ygrp-msg p a span.yiv0235877323yshortcuts
 
  {
 
  
 
   font-family:Verdana;font-size:10px;font-weight:normal;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323green {
 
  
 
   color:#628c2a;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323MsoNormal {
 
  
 
   margin:0 0 0 0;}
 
  
 
   
 
  
 
   #yiv0235877323 o {
 
  
 
   font-size:0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323photos div {
 
  
 
   float:left;width:72px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323photos div div {
 
  
 
   border:1px solid
 
  
 
   #666666;min-height:62px;overflow:hidden;width:62px;}
 
  
 
  
 
  
 
  #yiv0235877323 #yiv0235877323photos div label {
 
  
 
  
 color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323reco-category {
 
  
 
   font-size:77%;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323reco-desc {
 
  
 
   font-size:77%;}
 
  
 
   
 
  
 
   #yiv0235877323 .yiv0235877323replbq {
 
  
 
   margin:4px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-actbar div
 a:first-child
 
  {
 
  
 
   margin-right:2px;padding-right:5px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mlmsg {
 
  
 
   font-size:13px;font-family:Arial, helvetica, clean,
 
  
 
   sans-serif;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mlmsg table {
 
  
 
   font-size:inherit;font:100%;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mlmsg select,
 
  
 
  
 
  
 
  #yiv0235877323 input, #yiv0235877323 textarea {
 
  
 
   font:99% Arial, Helvetica, clean, sans-serif;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mlmsg pre,
 
  #yiv0235877323
 
  
 
   code {
 
  
 
   font:115% monospace;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mlmsg * {
 
  
 
   line-height:1.22em;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-mlmsg
 #yiv0235877323logo
 
  {
 
  
 
   padding-bottom:10px;}
 
  
 
   
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-msg p a {
 
  
 
   font-family:Verdana;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-msg
 
  
 
   p#yiv0235877323attach-count span {
 
  
 
   color:#1E66AE;font-weight:700;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-reco
 
  
 
   #yiv0235877323reco-head {
 
  
 
   color:#ff7900;font-weight:700;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-reco {
 
  
 
  
 
  
 
  margin-bottom:20px;padding:0px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-sponsor
 
  #yiv0235877323ov
 
  
 
   li a {
 
  
 
   font-size:130%;text-decoration:none;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-sponsor
 
  #yiv0235877323ov
 
  
 
   li {
 
  
 
   font-size:77%;list-style-type:square;padding:6px 0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-sponsor
 
  #yiv0235877323ov
 
  
 
   ul {
 
  
 
   margin:0;padding:0 0 0 8px;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-text {
 
  
 
   font-family:Georgia;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-text p {
 
  
 
   margin:0 0 1em 0;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-text tt {
 
  
 
   font-size:120%;}
 
  
 
   
 
  
 
   #yiv0235877323 #yiv0235877323ygrp-vital ul
 li:last-child
 
  {
 
  
 
   border-right:none !important;
 
  
 
   }
 
  
 
   #yiv0235877323 
 
  
 
  
 
  
 
      
 
       
 
  
 
      
 
      
 
  
 
  
 
  
 
  
 
  
 
  
 
    
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
      
 
       
 
  
 
      
 
      
 
  
 
  
 
  
 
  #yiv9835511385 #yiv9835511385 --
 
    #yiv9835511385ygrp-mkp {
 
  border:1px solid #d8d8d8;font-family:Arial;margin:10px
 
  0;padding:0 10px;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mkp hr {
 
  border:1px solid #d8d8d8;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mkp #yiv9835511385hd {
 
  color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
 
  0;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mkp #yiv9835511385ads
 {
 
  margin-bottom:10px;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mkp .yiv9835511385ad {
 
  padding:0 0;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mkp .yiv9835511385ad p
 {
 
  margin:0;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mkp .yiv9835511385ad a
 {
 
  color:#0000ff;text-decoration:none;}
 
  #yiv9835511385 #yiv9835511385ygrp-sponsor
 
  #yiv9835511385ygrp-lc {
 
  font-family:Arial;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-sponsor
 
  #yiv9835511385ygrp-lc #yiv9835511385hd {
 
  margin:10px
 
  0px;font-weight:700;font-size:78%;line-height:122%;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-sponsor
 
  #yiv9835511385ygrp-lc .yiv9835511385ad {
 
  margin-bottom:10px;padding:0 0;}
 
  
 
  #yiv9835511385 #yiv9835511385actions {
 
  font-family:Verdana;font-size:11px;padding:10px 0;}
 
  
 
  #yiv9835511385 #yiv9835511385activity {
 
  background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}
 
  
 
  #yiv9835511385 #yiv9835511385activity span {
 
  font-weight:700;}
 
  
 
  #yiv9835511385 #yiv9835511385activity span:first-child {
 
  text-transform:uppercase;}
 
  
 
  #yiv9835511385 #yiv9835511385activity span a {
 
  color:#5085b6;text-decoration:none;}
 
  
 
  #yiv9835511385 #yiv9835511385activity span span {
 
  color:#ff7900;}
 
  
 
  #yiv9835511385 #yiv9835511385activity span
 
  .yiv9835511385underline {
 
  text-decoration:underline;}
 
  
 
  #yiv9835511385 .yiv9835511385attach {
 
  clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
 
  0;width:400px;}
 
  
 
  #yiv9835511385 .yiv9835511385attach div a {
 
  text-decoration:none;}
 
  
 
  #yiv9835511385 .yiv9835511385attach img {
 
  border:none;padding-right:5px;}
 
  
 
  #yiv9835511385 .yiv9835511385attach label {
 
  display:block;margin-bottom:5px;}
 
  
 
  #yiv9835511385 .yiv9835511385attach label a {
 
  text-decoration:none;}
 
  
 
  #yiv9835511385 blockquote {
 
  margin:0 0 0 4px;}
 
  
 
  #yiv9835511385 .yiv9835511385bold {
 
  font-family:Arial;font-size:13px;font-weight:700;}
 
  
 
  #yiv9835511385 .yiv9835511385bold a {
 
  text-decoration:none;}
 
  
 
  #yiv9835511385 dd.yiv9835511385last p a {
 
  font-family:Verdana;font-weight:700;}
 
  
 
  #yiv9835511385 dd.yiv9835511385last p span {
 
  margin-right:10px;font-family:Verdana;font-weight:700;}
 
  
 
  #yiv9835511385 dd.yiv9835511385last p
 
  span.yiv9835511385yshortcuts {
 
  margin-right:0;}
 
  
 
  #yiv9835511385 div.yiv9835511385attach-table div div a {
 
  text-decoration:none;}
 
  
 
  #yiv9835511385 div.yiv9835511385attach-table {
 
  width:400px;}
 
  
 
  #yiv9835511385 div.yiv9835511385file-title a,
 #yiv9835511385
 
  div.yiv9835511385file-title a:active, #yiv9835511385
 
  div.yiv9835511385file-title a:hover, #yiv9835511385
 
  div.yiv9835511385file-title a:visited {
 
  text-decoration:none;}
 
  
 
  #yiv9835511385 div.yiv9835511385photo-title a,
 
  #yiv9835511385 div.yiv9835511385photo-title a:active,
 
  #yiv9835511385 div.yiv9835511385photo-title a:hover,
 
  #yiv9835511385 div.yiv9835511385photo-title a:visited {
 
  text-decoration:none;}
 
  
 
  #yiv9835511385 div#yiv9835511385ygrp-mlmsg
 
  #yiv9835511385ygrp-msg p a span.yiv9835511385yshortcuts
 {
 
  font-family:Verdana;font-size:10px;font-weight:normal;}
 
  
 
  #yiv9835511385 .yiv9835511385green {
 
  color:#628c2a;}
 
  
 
  #yiv9835511385 .yiv9835511385MsoNormal {
 
  margin:0 0 0 0;}
 
  
 
  #yiv9835511385 o {
 
  font-size:0;}
 
  
 
  #yiv9835511385 #yiv9835511385photos div {
 
  float:left;width:72px;}
 
  
 
  #yiv9835511385 #yiv9835511385photos div div {
 
  border:1px solid
 
  #666666;min-height:62px;overflow:hidden;width:62px;}
 
  
 
  #yiv9835511385 #yiv9835511385photos div label {
 
  color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}
 
  
 
  #yiv9835511385 #yiv9835511385reco-category {
 
  font-size:77%;}
 
  
 
  #yiv9835511385 #yiv9835511385reco-desc {
 
  font-size:77%;}
 
  
 
  #yiv9835511385 .yiv9835511385replbq {
 
  margin:4px;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-actbar div a:first-child
 {
 
  margin-right:2px;padding-right:5px;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mlmsg {
 
  font-size:13px;font-family:Arial, helvetica, clean,
 
  sans-serif;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mlmsg table {
 
  font-size:inherit;font:100%;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mlmsg select,
 
  #yiv9835511385 input, #yiv9835511385 textarea {
 
  font:99% Arial, Helvetica, clean, sans-serif;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mlmsg pre,
 #yiv9835511385
 
  code {
 
  font:115% monospace;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mlmsg * {
 
  line-height:1.22em;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-mlmsg #yiv9835511385logo
 {
 
  padding-bottom:10px;}
 
  
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-msg p a {
 
  font-family:Verdana;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-msg
 
  p#yiv9835511385attach-count span {
 
  color:#1E66AE;font-weight:700;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-reco
 
  #yiv9835511385reco-head {
 
  color:#ff7900;font-weight:700;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-reco {
 
  margin-bottom:20px;padding:0px;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-sponsor
 #yiv9835511385ov
 
  li a {
 
  font-size:130%;text-decoration:none;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-sponsor
 #yiv9835511385ov
 
  li {
 
  font-size:77%;list-style-type:square;padding:6px 0;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-sponsor
 #yiv9835511385ov
 
  ul {
 
  margin:0;padding:0 0 0 8px;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-text {
 
  font-family:Georgia;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-text p {
 
  margin:0 0 1em 0;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-text tt {
 
  font-size:120%;}
 
  
 
  #yiv9835511385 #yiv9835511385ygrp-vital ul li:last-child
 {
 
  border-right:none !important;
 
  }
 
  #yiv9835511385 
 
 
 
     
      
 
     
     
 
 
 
 
 
 
   
 
 
 
 
 
 
 
 
 
     
      
 
     
     
 
 
 
 #yiv2477903247 #yiv2477903247 --
   #yiv2477903247ygrp-mkp {
 border:1px solid #d8d8d8;font-family:Arial;margin:10px
 0;padding:0 10px;}
 
 #yiv2477903247 #yiv2477903247ygrp-mkp hr {
 border:1px solid #d8d8d8;}
 
 #yiv2477903247 #yiv2477903247ygrp-mkp #yiv2477903247hd {
 color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
 0;}
 
 #yiv2477903247 #yiv2477903247ygrp-mkp #yiv2477903247ads {
 margin-bottom:10px;}
 
 #yiv2477903247 #yiv2477903247ygrp-mkp .yiv2477903247ad {
 padding:0 0;}
 
 #yiv2477903247 #yiv2477903247ygrp-mkp .yiv2477903247ad p {
 margin:0;}
 
 #yiv2477903247 #yiv2477903247ygrp-mkp .yiv2477903247ad a {
 color:#0000ff;text-decoration:none;}
 #yiv2477903247 #yiv2477903247ygrp-sponsor
 #yiv2477903247ygrp-lc {
 font-family:Arial;}
 
 #yiv2477903247 #yiv2477903247ygrp-sponsor
 #yiv2477903247ygrp-lc #yiv2477903247hd {
 margin:10px
 0px;font-weight:700;font-size:78%;line-height:122%;}
 
 #yiv2477903247 #yiv2477903247ygrp-sponsor
 #yiv2477903247ygrp-lc .yiv2477903247ad {
 margin-bottom:10px;padding:0 0;}
 
 #yiv2477903247 #yiv2477903247actions {
 font-family:Verdana;font-size:11px;padding:10px 0;}
 
 #yiv2477903247 #yiv2477903247activity {
 background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}
 
 #yiv2477903247 #yiv2477903247activity span {
 font-weight:700;}
 
 #yiv2477903247 #yiv2477903247activity span:first-child {
 text-transform:uppercase;}
 
 #yiv2477903247 #yiv2477903247activity span a {
 color:#5085b6;text-decoration:none;}
 
 #yiv2477903247 #yiv2477903247activity span span {
 color:#ff7900;}
 
 #yiv2477903247 #yiv2477903247activity span
 .yiv2477903247underline {
 text-decoration:underline;}
 
 #yiv2477903247 .yiv2477903247attach {
 clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
 0;width:400px;}
 
 #yiv2477903247 .yiv2477903247attach div a {
 text-decoration:none;}
 
 #yiv2477903247 .yiv2477903247attach img {
 border:none;padding-right:5px;}
 
 #yiv2477903247 .yiv2477903247attach label {
 display:block;margin-bottom:5px;}
 
 #yiv2477903247 .yiv2477903247attach label a {
 text-decoration:none;}
 
 #yiv2477903247 blockquote {
 margin:0 0 0 4px;}
 
 #yiv2477903247 .yiv2477903247bold {
 font-family:Arial;font-size:13px;font-weight:700;}
 
 #yiv2477903247 .yiv2477903247bold a {
 text-decoration:none;}
 
 #yiv2477903247 dd.yiv2477903247last p a {
 font-family:Verdana;font-weight:700;}
 
 #yiv2477903247 dd.yiv2477903247last p span {
 margin-right:10px;font-family:Verdana;font-weight:700;}
 
 #yiv2477903247 dd.yiv2477903247last p
 span.yiv2477903247yshortcuts {
 margin-right:0;}
 
 #yiv2477903247 div.yiv2477903247attach-table div div a {
 text-decoration:none;}
 
 #yiv2477903247 div.yiv2477903247attach-table {
 width:400px;}
 
 #yiv2477903247 div.yiv2477903247file-title a, #yiv2477903247
 div.yiv2477903247file-title a:active, #yiv2477903247
 div.yiv2477903247file-title a:hover, #yiv2477903247
 div.yiv2477903247file-title a:visited {
 text-decoration:none;}
 
 #yiv2477903247 div.yiv2477903247photo-title a,
 #yiv2477903247 div.yiv2477903247photo-title a:active,
 #yiv2477903247 div.yiv2477903247photo-title a:hover,
 #yiv2477903247 div.yiv2477903247photo-title a:visited {
 text-decoration:none;}
 
 #yiv2477903247 div#yiv2477903247ygrp-mlmsg
 #yiv2477903247ygrp-msg p a span.yiv2477903247yshortcuts {
 font-family:Verdana;font-size:10px;font-weight:normal;}
 
 #yiv2477903247 .yiv2477903247green {
 color:#628c2a;}
 
 #yiv2477903247 .yiv2477903247MsoNormal {
 margin:0 0 0 0;}
 
 #yiv2477903247 o {
 font-size:0;}
 
 #yiv2477903247 #yiv2477903247photos div {
 float:left;width:72px;}
 
 #yiv2477903247 #yiv2477903247photos div div {
 border:1px solid
 #666666;min-height:62px;overflow:hidden;width:62px;}
 
 #yiv2477903247 #yiv2477903247photos div label {
 color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}
 
 #yiv2477903247 #yiv2477903247reco-category {
 font-size:77%;}
 
 #yiv2477903247 #yiv2477903247reco-desc {
 font-size:77%;}
 
 #yiv2477903247 .yiv2477903247replbq {
 margin:4px;}
 
 #yiv2477903247 #yiv2477903247ygrp-actbar div a:first-child {
 margin-right:2px;padding-right:5px;}
 
 #yiv2477903247 #yiv2477903247ygrp-mlmsg {
 font-size:13px;font-family:Arial, helvetica, clean,
 sans-serif;}
 
 #yiv2477903247 #yiv2477903247ygrp-mlmsg table {
 font-size:inherit;font:100%;}
 
 #yiv2477903247 #yiv2477903247ygrp-mlmsg select,
 #yiv2477903247 input, #yiv2477903247 textarea {
 font:99% Arial, Helvetica, clean, sans-serif;}
 
 #yiv2477903247 #yiv2477903247ygrp-mlmsg pre, #yiv2477903247
 code {
 font:115% monospace;}
 
 #yiv2477903247 #yiv2477903247ygrp-mlmsg * {
 line-height:1.22em;}
 
 #yiv2477903247 #yiv2477903247ygrp-mlmsg #yiv2477903247logo {
 padding-bottom:10px;}
 
 
 #yiv2477903247 #yiv2477903247ygrp-msg p a {
 font-family:Verdana;}
 
 #yiv2477903247 #yiv2477903247ygrp-msg
 p#yiv2477903247attach-count span {
 color:#1E66AE;font-weight:700;}
 
 #yiv2477903247 #yiv2477903247ygrp-reco
 #yiv2477903247reco-head {
 color:#ff7900;font-weight:700;}
 
 #yiv2477903247 #yiv2477903247ygrp-reco {
 margin-bottom:20px;padding:0px;}
 
 #yiv2477903247 #yiv2477903247ygrp-sponsor #yiv2477903247ov
 li a {
 font-size:130%;text-decoration:none;}
 
 #yiv2477903247 #yiv2477903247ygrp-sponsor #yiv2477903247ov
 li {
 font-size:77%;list-style-type:square;padding:6px 0;}
 
 #yiv2477903247 #yiv2477903247ygrp-sponsor #yiv2477903247ov
 ul {
 margin:0;padding:0 0 0 8px;}
 
 #yiv2477903247 #yiv2477903247ygrp-text {
 font-family:Georgia;}
 
 #yiv2477903247 #yiv2477903247ygrp-text p {
 margin:0 0 1em 0;}
 
 #yiv2477903247 #yiv2477903247ygrp-text tt {
 font-size:120%;}
 
 #yiv2477903247 #yiv2477903247ygrp-vital ul li:last-child {
 border-right:none !important;
 }
 #yiv2477903247 


------------------------------------
Posted by: sandip gupta <sandipgupta_nh@xxxxxxxxxxx>
------------------------------------

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

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

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 &quot;search&quot; button.
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/EnergyPlus_Support/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/EnergyPlus_Support/join
    (Yahoo! ID required)

<*> To change settings via email:
    EnergyPlus_Support-digest@xxxxxxxxxxxxxxx 
    EnergyPlus_Support-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo Groups is subject to:
    https://info.yahoo.com/legal/us/yahoo/utos/terms/