Co-Products: Difference between revisions

From GREET.net Help
Jump to navigation Jump to search
(Created page with "=Allocation= ==Calculations== ===Parameters=== *<math>Out_{value} = Out_a * Out_{cost} \,</math> = Value associated with the main output amount, after the losses. <math>Out_{cost…")
 
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Allocation=
Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the "Set As Co-Product" option or by clicking the Add/Edit Co-Products button.
==Calculations==
===Parameters===
*<math>Out_{value} = Out_a * Out_{cost} \,</math> = Value associated with the main output amount, after the losses. <math>Out_{cost}</math> = {energy value, market value, mass, volume}
*<math>Copr_{value} = Copr_a*Copr_{cost} \,</math> = Value associated with the co-product output amount. <math>Copr{cost}</math> = {energy value, market value, mass, volume}
*<math>ee \,</math> = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )
*<math>inputs \,</math> = Energy and Emissions for all the inputs of the current process ( in Joules and Grams per unit of Output for the current process )
===Calculations===
For each allocation method it will be the same idea :
*We convert the amount given for the co product into a quantity of energy, mass, market value or volume depending on the allocation method chosen.
*We grab the amount after losses of the main output
*We calculate the allocation ratio which will be :
<center><math> r = 1 - \frac{Out_{value}}{Out_{value} + Copr_{value}} \,</math></center>
*We calculate the energy and emissions associated to that co product :
<center><math>ee = r \cdot inputs\,</math></center>


Note : <math>Out_{value} \,</math> and <math>Copr_{value} \,</math> are in the same unit, they can be both in Joules, Grams, Cubic Meter or Dollar depending of the allocation method chosen.
==Allocation and Displacement methods==


=Displacement=
The GREET model has multiple ways of handling the co-products. The two different approaches are Allocation and Displacement methods. In GREET.net both of those methods can be used at the Process level.
==Calculations==
===Parameters===
*<math>MixEE_{mpm} \,</math> = conventional [[Materials_Calculations#Mix|material mix]] energy and emissions, which are the necessary energy and emissions associated to the production of that material for the specified purpose for this specific mix.
*<math>S_{mpm} \,</math> = the share of the conventional material purpose mix displaced.
*<math>ee \,</math> = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )


===Calculations===
For more details, please visit the [[coprocucts|Co-Prodcuts calculations]] page
*For each conventional material mix defined in the displacement ratios we grab the mix energy and emissions. We also grab at the same time the conventional material share.
*We add to the co product energy and emissions the amount displaced, by each conventional material displaced :
<center><math> ee = ee + MixEE_{mpm} \cdot S_{mpm} \,</math></center>


==Adding Co-Products==
To add a Co-Product to an existing stationary process go to the data editor and select "Modify Existing Process" or "Add Stationary Process" to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the "+ Add" tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or "Save and Close" button is clicked.


===XML Example===
==Editing Existing Co-Products==
To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected.


This example is extracted from the process [[600|Dry Mill Ethanol Production (US Industry Average)]]. It shows a coproduct which is calculated as a displacement. But if the user wants to change the method and calculate it with the allocation method, the different options which will be shown to the user are also defined.
[[File:CoProductEditor.png|400px|thumb|none|Co-Product Editor]]


<source lang="xml">
If the allocation treatment method is selected, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected.
<coproduct ref="116" method="displacement" amount="[dgs_params!A3];0;True;pounds">
  <allocation value="energy" >
    <option>energy</option>
    <option>market</option>
    <option>mass</option>
  </allocation>
  <conventional_products >
    <product ref="75" purpose="stationary" mix="0" ratio="[composite_displacement_ratios!B3];0;True;percentage"/>
    <product ref="117" purpose="stationary" mix="0" ratio="[composite_displacement_ratios!C3];0;True;percentage"/>
    <product ref="91" purpose="stationary" mix="0" ratio="[composite_displacement_ratios!D3];0;True;percentage"/>
  </conventional_products>
</coproduct>
</source>


=Common Calculations=
If the displacement treatment method is selected, the Displacement material, Purpose, Mix and Displacement ratio parameters can be set for calculating the displaced energy and emissions. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected. Any number of displacement materials can be added along with the specific fields for that displacement material.
==Parameters==
*<math>S_{copr}\,</math> = share of the coproduct
*<math>ee \,</math> = Energy and Emissions associated to that co product ( in Joules and Grams per unit of Output for the current process )
==Calculations==
At the end of the calculation process for one of this co products we are doing a last operation which is multiplying the <math>ee \,</math> by a share.
This share can be used to define many co products and assign them shares. So the last operation will be :
<math>ee = ee * S_{copr} \,</math>


=Co-Product Editor in GUI=
See the full user guide under co-products for more information on co-product methods.


[[File:Co-productEditor.png|thumb|right|500px|Co-Product Editor]]
==Removing a Co-Product==
To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red "X" icon to delete the co-product and then hit Save or "Save and Close" to save the changes.


Co-Product editor can be used to add and/or edit Co-Products for the process.
==Internal Links==
The editor can be accessed either through Data Editor page or by right clicking on a process in the Well to Pump Setup page and selecting Edit Process Parameters.
* [[How_to|How to]]
 
* [[Stationary Process#Editor|Stationary Process Editor]]
Only the existing co-products are shown in the co-product editor. To add a new Co-product, click "Add a Co-Product" in the window. New Co-product is shown in the window as shown in the picture.
 
Select the Co-product material from the dropdown list which will enable other fields like the amount, share and check boxes to select the available type of treatments for the co-product.
 
Selecting the "Default Treatment Method" will make use of that treatment method for the calculations in the application.
 
If "Allocation" treatment method is checked, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected.
 
if "Displacement" treatment method is checked, the Displacement material, Purpose, Mix and Displacement ratio can be selected in the same order. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected.
Any number of displacement materials can be added along with the specific fields for that displacement material.

Latest revision as of 18:42, March 21, 2012

Co-Products are resources which are secondary products created alongside the main output which can be accounted for in the production of that resource. CoProducts can be added to a stationary process from the stationary process editor either by selecting a resource which is not in an input group and right clicking the "Set As Co-Product" option or by clicking the Add/Edit Co-Products button.

Allocation and Displacement methods

The GREET model has multiple ways of handling the co-products. The two different approaches are Allocation and Displacement methods. In GREET.net both of those methods can be used at the Process level.

For more details, please visit the Co-Prodcuts calculations page

Adding Co-Products

To add a Co-Product to an existing stationary process go to the data editor and select "Modify Existing Process" or "Add Stationary Process" to add a new process with co-products. In the stationary process editor click on the Add/Edit Co-Products and a new window will open for modifying the co-products. To add a new co-product click on the "+ Add" tab at the top of the window. A new co-product tab will be created and the parameters for the new Co-Product will be displayed. The co-product will not be added until the Save or "Save and Close" button is clicked.

Editing Existing Co-Products

To edit a Co-Product that has already been added to a process click the Add/Edit Co-Products button and select the tab at the top of the window which contains the desired co-product resource. From there the parameters and method to use for calculating co-product credits can be selected.

Co-Product Editor

If the allocation treatment method is selected, the allocation type can be selected for the co-product. The available allocation type are given depending upon the characteristics of the co-product material selected.

If the displacement treatment method is selected, the Displacement material, Purpose, Mix and Displacement ratio parameters can be set for calculating the displaced energy and emissions. Few of the options can be unavailable depending upon the characteristics of the co-product displacement material selected. Any number of displacement materials can be added along with the specific fields for that displacement material.

See the full user guide under co-products for more information on co-product methods.

Removing a Co-Product

To remove a Co-Product from a process select the Add/Edit Co-Products button and navigate to the tab matching the desired resource to remove. Click the red "X" icon to delete the co-product and then hit Save or "Save and Close" to save the changes.

Internal Links