예제 #1
0
        public void SetConfig(TaloAttributes attributes)
        {
            _attrs = attributes;

            /*
             * _attrs = new TaloAttributes
             * {
             *  Area = 147.0, // m2
             *  InTemp = 21.0, // C
             *  Ventilation = new Ventilation
             *  {
             *      RunningHours = 24,
             *      Ulkoilmavirta = 0.4, // dm/s,m2
             *      LTO_COP = 0.50, // vuosihyötysuhde
             *      KorvausilmanLampo = 18.0, // tulo huoneeseen, astetta-C
             *
             *  }
             * };
             */
        }
 public IlmaLampoPumppu(TaloAttributes attrs /*double valmistajanSCOP = -1*/)
     : base(3000d, Kerroin.Puu, Hyotysuhde.VaraavaUuni)
 {
     _nettoAla = attrs.NetArea;
 }
 public OljyKattila(double energia, TaloAttributes attrs)
     : base(energia, Kerroin.Oljy, Hyotysuhde.OljyKattila)
 {
     _nettoAla = attrs.NetArea;
 }