Add material coefficients for particle board and osb
This commit is contained in:
@@ -8,6 +8,8 @@ THERMAL_CONDUCTIVITY = {
|
||||
"pur": (0.022, 0.028),
|
||||
"xps": (0.028, 0.044),
|
||||
"mineral_wool": (0.031, 0.044),
|
||||
"particle_board": (0.07, 0.18),
|
||||
"osb": (0.13, 0.13),
|
||||
}
|
||||
|
||||
THERMAL_CONDUCTIVITY_LOW = {k: v[0] for k, v in THERMAL_CONDUCTIVITY.items()}
|
||||
|
||||
Reference in New Issue
Block a user