diff --git a/syfop/node_base.py b/syfop/node_base.py index 0acf97d..d4de419 100644 --- a/syfop/node_base.py +++ b/syfop/node_base.py @@ -222,7 +222,7 @@ def _get_convertion_factors(self): def _create_constraint_inout_flow_balance(self, model, time_coords): """Add a constraint for each output commodity: - sum of input flows == convert_factor * sum of output flows + sum of output flows == convert_factor * sum of input flows in each time step. Input flows are here only for the input commodity for which the convert_factor is defined in convert_factors""" @@ -284,7 +284,7 @@ def _create_constraint_inout_flow_balance_commodity( ): """Add a constraint to the model: - sum of input flows == convert_factor * sum of output flows + sum of output flows == convert_factor * sum of input flows in each time step for a list of input and output flows and a certain convert_factor. This method is intended to be used for all input and output flows of one input and one output