double RefractionExtinctionGlazing_Impl::thermalResistance() const {
   return 1.0/thermalConductance();
 }
Example #2
0
 double Screen_Impl::thermalResistance() const {
   return 1.0/thermalConductance();
 }