{% extends 'base.html' %} {% block title %} Flow sheet {% endblock %} {% block head_postload %} {% endblock %} {% block content %}

Flow sheet for {{args.model.name}}


You can create or edit the flow sheet for {{args.model.name}} in the box below     

Add processes (actions in the life cycle where material is transformed) to the flow sheet using the 'add process' button on the left

Drag items to move them around

Hover over an item to see the actions you reveal the action icons

Connect processes in the flow sheet by dragging from the 'connect' icon (trending_flat) to the next process in the flow sheet

Add a 'technosphere' input (energy or materials) to a process by clicking on the 'techosphere' icon (business)

Add 'biosphere' exhange (emissions to the environment, or resources directly from the environment) to a process by clicking on the 'biosphere' icon (local_florist)

Analyse a process by clicking on the 'analysis' icon (pie_chart)

Remove a technosphere or biosphere exchange by hovering over it and clicking on the cancel which appears.

Unlink two procesesses by clicking on the arrow that links them.

{% include 'status.html' %}

The model has been exported as a SimaPro csv file and an excel file containing the parameter sets

The files are in your current working directory

The csv file is called "{{args.model.name}}_database_export.csv"

The excel file is called "ParameterSet_{{args.model.name}}_input_file.xlsx"

The model has been exported as a .lcoptview file

The file is in your current working directory

Go to lcoptview online to upload and share your model

{% endblock %}