Uses of Record Class
org.episteme.social.architecture.ThermalSimulator.ThermalMaterial
Packages that use ThermalSimulator.ThermalMaterial
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of ThermalSimulator.ThermalMaterial in org.episteme.social.architecture
Fields in org.episteme.social.architecture declared as ThermalSimulator.ThermalMaterialModifier and TypeFieldDescriptionstatic final ThermalSimulator.ThermalMaterialThermalSimulator.AIR_GAPstatic final ThermalSimulator.ThermalMaterialThermalSimulator.BRICKstatic final ThermalSimulator.ThermalMaterialThermalSimulator.CONCRETEstatic final ThermalSimulator.ThermalMaterialThermalSimulator.GLASSstatic final ThermalSimulator.ThermalMaterialThermalSimulator.INSULATION_EPSstatic final ThermalSimulator.ThermalMaterialThermalSimulator.INSULATION_MINERALstatic final ThermalSimulator.ThermalMaterialThermalSimulator.PLASTERBOARDstatic final ThermalSimulator.ThermalMaterialThermalSimulator.WOODMethods in org.episteme.social.architecture that return ThermalSimulator.ThermalMaterialModifier and TypeMethodDescriptionThermalSimulator.WallLayer.material()Returns the value of thematerialrecord component.Methods in org.episteme.social.architecture with parameters of type ThermalSimulator.ThermalMaterialModifier and TypeMethodDescriptionstatic 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.Constructors in org.episteme.social.architecture with parameters of type ThermalSimulator.ThermalMaterialModifierConstructorDescriptionWallLayer(ThermalSimulator.ThermalMaterial material, double thicknessMeters) Creates an instance of aWallLayerrecord class.