From c3916853ea55e481c1a0e8d7822015e450846e43 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Sun, 1 Dec 2024 12:09:12 -0500 Subject: [PATCH] Correct the methods descriptions --- lca_carbon_workflow.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lca_carbon_workflow.py b/lca_carbon_workflow.py index fc0d931..cbff523 100644 --- a/lca_carbon_workflow.py +++ b/lca_carbon_workflow.py @@ -3,8 +3,10 @@ lca_carbon_workflow module Returns the summarize of envelope and energy systems SPDX - License - Identifier: LGPL - 3.0 - or -later Copyright © 2024 Concordia CERC group -Project Developer: Alireza Adli alireza.adli@mail.concordia.ca -Theoritical Support: Mohammad Reza Seyedabadi mohammad.seyedabadi@mail.concordia.ca +Project Designer and Developer: Alireza Adli +alireza.adli@mail.concordia.ca +Theoritical Support for LCA emissions: +Mohammad Seyedabadi mohammad.seyedabadi@mail.concordia.ca """ from pathlib import Path @@ -113,7 +115,7 @@ class LCACarbonWorkflow: The building parameter comes from the calculate_emission() method which iterates through the city object buildings. :param building: - :return: + :return: tuple """ surface_envelope_emission = [] surface_opening_emission = [] @@ -178,7 +180,7 @@ class LCACarbonWorkflow: :param boundary: - :return: + :return: tuple """ layer_emission = [] layer_end_of_life_emission = [] @@ -223,12 +225,11 @@ class LCACarbonWorkflow: :param building: :param surface: - :param boundary: - :param opaque_surface_code: - :param density: - :return: + :param boundary: + hub.city_model_structure.building_demand.thermal_boundary.ThermalBoundary + :param opaque_surface_code: str + :param density: int + :return: tuple """ opening_emission = [] opening_end_of_life_emission = []