Total process results
This method returns the total results related to the total requirements $t_j$ of a technosphere flow \(j\)) in the calculated product system. This includes the direct, upstream, and downstream contributions related to $t_j$. Mathematically, it is the column \(j\) of the intensity matrix \(M\) scaled by the totality factor \(tf_j\):
$$ M[:,j] * tf_j $$
| REST | GET result/{result-id}/total-flows-of/{tech-flow} |
| IPC | result/total-flows-of |
| Python IPC | Result.get_total_flows_of |
| Return type | List[EnviFlowValue] |
| Parameter type | TechFlow |
It is also possible to get the total result value for a single flow:
| REST | GET result/{result-id}/total-flow-of/{envi-flow}/{tech-flow} |
| IPC | result/total-flow-of |
| Python IPC | Result.get_total_flow_of |
| Return type | EnviFlowValue |
| Parameter type | EnviFlow |
| Parameter type | TechFlow |