diff --git a/hub/city_model_structure/life_cycle_assessment/lca_end_of_life_carbon.py b/hub/city_model_structure/life_cycle_assessment/lca_end_of_life_carbon.py index 80b35507..220f8a3e 100644 --- a/hub/city_model_structure/life_cycle_assessment/lca_end_of_life_carbon.py +++ b/hub/city_model_structure/life_cycle_assessment/lca_end_of_life_carbon.py @@ -3,7 +3,12 @@ lca_end_of_life_carbon module Machine emission of different methods can be a default argument, because, at this phase we use the average emission of different machines emission for each part (demolition, onsite, recycling and landfilling). -For next phases, we can use a Machine object to find the corresponding emission. +If we are to use data for different processes, setters will be develop for +the machines of each process to replace the default arguments. In that sense, +a conditional will decide to use which value. The conditional will be defined +in the setters. +For next phases, we can use a Machine object to find the corresponding +emission. SPDX - License - Identifier: LGPL - 3.0 Copyright © 2024 Concordia CERC group Project Developers: Alireza Adli alireza.adli@concordia.ca