Skip to main content

Interface between simulation models and brightway25

Project description

PyPI-Server brightway: 25 License: MIT
simodin logo

SiModIn

Simulation Model Interface

Interface between simulation models and brightway25.

SiModIn can be used to:

  • Create simulation based brightway25 datasets.

  • Calculate the impact of your models.

  • Provide your simulation models for LCA studies.

Installation

Install SiModIn from PyPi:

pip install simodin

Getting started

The basic usage of SiModIn will be presented for an Tespy powerplant model from the offical Tespy documentation.

To use the existing SiModIn model, import and instantiate the SimModel class:

from SimModel_powerplant import tespy_model
from simodin import interface as link

my_model= tespy_model('powerplant')

Then inititate the model and calculate it.

my_model.init_model()
my_model.calculate_model()

Create the technosphere dictionary and pass the model to an modelInterface instance.

my_model.define_flows()

my_interface= link.modelInterface('tespy powerplant',my_model)

For LCA calculation, the needed brightway25 dataset needs to be assigned to the technosphere flows:

import bw2data as bd

bd.projects.set_current('bw_meets_tespy')
my_interface.methods=[('ecoinvent-3.11',  'EF v3.1',  'climate change',  'global warming potential (GWP100)')]
ei=bd.Database('ecoinvent-3.11-cutoff')

ei_heat=[act for act in ei if 'heat production, at hard coal industrial furnace 1-10MW' in act['name']
 and 'Europe without Switzerland' in act['location'] ][0]

ei_water=[act for act in ei if 'market for tap water' in act['name']
 and 'Europe without Switzerland' in act['location'] ][0]

my_interface.add_dataset('heat source', ei_steam)
my_interface.add_dataset('cooling water source', ei_water)
my_model.set_flow_attr('cooling water source', 'dataset_correction', 0.1)

After that, the LCA calculation can be executed or the data exported to a brightway25 database:

my_interface.calculate_background_impact()
my_interface.calculate_impact()
code= my_interface.export_to_bw()

This and further examples how to use SiModIn can be found here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simodin-0.0.7.tar.gz (59.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simodin-0.0.7-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file simodin-0.0.7.tar.gz.

File metadata

  • Download URL: simodin-0.0.7.tar.gz
  • Upload date:
  • Size: 59.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for simodin-0.0.7.tar.gz
Algorithm Hash digest
SHA256 fb5fcfce8f056286815d2e29bc9825db77ab1cf30ca237a05e20d057d0de8f2c
MD5 7642632611b91abb5d8e2e2e507fd6b5
BLAKE2b-256 ebe26d8e12bc3eabafced3ee3b3882aeecb4e5cf4422b73a985ca509f124aef8

See more details on using hashes here.

File details

Details for the file simodin-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: simodin-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for simodin-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a03d386bd829e36155e0485f3588e5b7de56c5f1508aea0332b82ea11bfe08c0
MD5 ab509f473063eb4efe731a548a5805df
BLAKE2b-256 ec24b17719c4ff368677387ad0a2bff695cfc33924096e6521f11111ff9f24af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page