Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. override def heatingSystemType : HeatingSystemEnum = target.heatingSystemType match {
  2.  
  3. case OldOil63 => StdOil80
  4. case OldGas72 => StdGas80
  5. case StdGas80 => StdGas80
  6. case CondensingGas => StdGas80
  7. case ElectricResistance => NewerHeatPump
  8. }
  9. override def wallInsulation : WallInsulationEnum = WallGoodIns
  10. override def atticInsulation : AtticInsulationEnum = AtticStd10InchIns
  11. override def windows : WindowsEnum = WindowDblAndLowE
  12. override def airTightness : AirTightnessEnum = AirTightnessFairlyTight
  13. override def foundationInsulation : FoundationInsulationEnum = FoundationInsulationWalls
  14. override def ductInsulation : DuctInsulationEnum = DuctInsulationStdR4
  15. override def acSEER : if target.acseer > 0, Int = 13
  16. else 0
  17. override def windowShading : WindowShadingEnum = WindowShadingLow
  18. override def waterHeaterType : WaterHeaterTypeEnum = WaterHeaterTypeStdGas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement