Correct: read density from the hub

This commit is contained in:
Alireza Adli 2024-08-01 09:09:46 -04:00
parent 0ab64df61b
commit 7fa1ee27c1

View File

@ -120,7 +120,7 @@ class LCACarbonWorkflow:
layer_material['embodied_carbon'],
boundary.opaque_area, layer.thickness).calculate_envelope_emission())
boundary_workload.append(
boundary.opaque_area * layer.thickness * layer_material['density'])
boundary.opaque_area * layer.thickness * layer.density)
return layer_emission, boundary_workload
def _calculate_opening_emission(