Uses of Record Class
org.episteme.social.architecture.ThermalSimulator.WallLayer
Packages that use ThermalSimulator.WallLayer
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of ThermalSimulator.WallLayer in org.episteme.social.architecture
Methods in org.episteme.social.architecture with parameters of type ThermalSimulator.WallLayerModifier and TypeMethodDescriptionstatic RealThermalSimulator.thermalMass(ThermalSimulator.WallLayer layer, Quantity<Area> area) Calculates the thermal mass (heat storage capacity) of a building element.Method parameters in org.episteme.social.architecture with type arguments of type ThermalSimulator.WallLayerModifier and TypeMethodDescriptionstatic RealThermalSimulator.calculateUValue(List<ThermalSimulator.WallLayer> layers, double internalSurfaceResistance, double externalSurfaceResistance) Calculates the U-value (thermal transmittance) of a complete wall assembly.static RealThermalSimulator.requiredInsulationThickness(List<ThermalSimulator.WallLayer> existingLayers, ThermalSimulator.ThermalMaterial insulation, double targetU, double rsi, double rse) Suggests the required thickness of a new insulation layer to reach a target U-value for an existing wall.