BioSTEAMDevelopmentGroup / Biosteam

Licence: other
The Biorefinery Simulation and Techno-Economic Analysis Modules; Chemical Process Simulation Under Uncertainty

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Biosteam

Zeus
A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurrent connections.
Stars: ✭ 30 (-56.52%)
Mutual labels:  reactor
Gameina
🎮 — GameINA adalah Web Portal Game yang dibuat oleh SYAUQIZAIDAN KHAIRAN KHALAF. Dilengkapi Game Market, Website Based Game dan Layanan Top-up yang dibuat untuk membantu para developer di Indonesia GameINA dibuat ditujukan agar para developer dan publisher indonesia dapat memasarkan gamenya di platform game milik negaranya sendiri.
Stars: ✭ 45 (-34.78%)
Mutual labels:  flash
Bootstrap
Tools to bootstrap micro computers
Stars: ✭ 55 (-20.29%)
Mutual labels:  flash
Esp32 mkfatfs
Prepare FAT image on host and flash to ESP32.
Stars: ✭ 30 (-56.52%)
Mutual labels:  flash
Pmbootstrap
Repository has been moved! https://postmarketos.org/move.html#/pmbootstrap 🚚 🚚 🚚
Stars: ✭ 1,010 (+1363.77%)
Mutual labels:  flash
Waflash
A WebAssembly ActionScript 3.0 Flash player built with Emscripten
Stars: ✭ 46 (-33.33%)
Mutual labels:  flash
Esp Rfid
ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
Stars: ✭ 881 (+1176.81%)
Mutual labels:  flash
Spiffs
Wear-leveled SPI flash file system for embedded devices
Stars: ✭ 1,105 (+1501.45%)
Mutual labels:  flash
Mediaelement
HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.
Stars: ✭ 7,767 (+11156.52%)
Mutual labels:  flash
Vuex Flash
VueJs Flash Message Component within Vuex
Stars: ✭ 54 (-21.74%)
Mutual labels:  flash
Discord4j
Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
Stars: ✭ 973 (+1310.14%)
Mutual labels:  reactor
Hsweb Framework
hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
Stars: ✭ 7,724 (+11094.2%)
Mutual labels:  reactor
Get Reactive With Spring5 Demo
Stars: ✭ 47 (-31.88%)
Mutual labels:  reactor
Alivepdf
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
Stars: ✭ 29 (-57.97%)
Mutual labels:  flash
Gev
🚀Gev is a lightweight, fast non-blocking TCP network library based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
Stars: ✭ 1,082 (+1468.12%)
Mutual labels:  reactor
Video.js
Video.js - open source HTML5 & Flash video player
Stars: ✭ 32,478 (+46969.57%)
Mutual labels:  flash
Hexmachina
Releases, issues, documentation, website of hexMachina, framework written in Haxe
Stars: ✭ 45 (-34.78%)
Mutual labels:  flash
Rhub
Reactive Event Hub
Stars: ✭ 66 (-4.35%)
Mutual labels:  reactor
Raisetheempires
Raise the Empires project: facebook 2011-2013 Empires & Allies preservation
Stars: ✭ 58 (-15.94%)
Mutual labels:  flash
Summer
Vertx router with JAX-RS
Stars: ✭ 54 (-21.74%)
Mutual labels:  reactor

========================================================================= BioSTEAM: The Biorefinery Simulation and Techno-Economic Analysis Modules

.. image:: http://img.shields.io/pypi/v/biosteam.svg?style=flat :target: https://pypi.python.org/pypi/biosteam :alt: Version_status .. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat :target: https://biosteam.readthedocs.io/en/latest/ :alt: Documentation .. image:: http://img.shields.io/badge/license-UIUC-blue.svg?style=flat :target: https://github.com/BioSTEAMDevelopmentGroup/biosteam/blob/master/LICENSE.txt :alt: license .. image:: https://img.shields.io/pypi/pyversions/biosteam.svg :target: https://pypi.python.org/pypi/biosteam :alt: Supported_versions .. image:: https://zenodo.org/badge/164639830.svg :target: https://zenodo.org/badge/latestdoi/164639830 .. image:: https://coveralls.io/repos/github/BioSTEAMDevelopmentGroup/biosteam/badge.svg?branch=master :target: https://coveralls.io/github/BioSTEAMDevelopmentGroup/biosteam?branch=master

.. contents::

What is BioSTEAM?

BioSTEAM is a fast and flexible package for the design, simulation, and techno-economic analysis of biorefineries under uncertainty [1]. BioSTEAM is built to streamline and automate early-stage technology evaluations and to enable rigorous sensitivity and uncertainty analyses. Complete biorefinery configurations are available at the Bioindustrial-Park <https://github.com/BioSTEAMDevelopmentGroup/biosteam> GitHub repository, BioSTEAM's premier repository for biorefinery models and results. The long-term growth and maintenance of BioSTEAM is supported through both community-led development and the research institutions invested in BioSTEAM, including the Center for Advanced Bioenergy and Bioproducts Innovation (CABBI) <https://cabbi.bio/>_. Through its open-source and community-lead platform, BioSTEAM aims to foster communication and transparency within the biorefinery research community for an integrated effort to expedite the evaluation of candidate biofuels and bioproducts.

All data on chemicals, fitted coefficients, and functions to estimate chemical properties are imported from chemicals <https://chemicals.readthedocs.io/en/latest/>, a community-driven open-source library developed by Caleb Bell. The thermosteam <https://thermosteam.readthedocs.io/en/latest/> library, BioSTEAM's premire thermodynamic engine, creates thermodynamic property packages by implementing both the mixing rules and the algorithms for thermodynamic equilibrium and by relying on the chemicals library for pure component models.

Installation

Get the latest version of BioSTEAM from PyPI <https://pypi.python.org/pypi/biosteam/>__. If you have an installation of Python with pip, simple install it with:

$ pip install biosteam

To get the git version, run:

$ git clone git://github.com/BioSTEAMDevelopmentGroup/biosteam

For help on common installtion issues, please visit the documentation <https://biosteam.readthedocs.io/en/latest/tutorial/Installation.html>__.

Documentation

BioSTEAM's documentation is available on the web:

http://biosteam.readthedocs.io/

Bug reports

To report bugs, please use the BioSTEAM's Bug Tracker at:

https://github.com/BioSTEAMDevelopmentGroup/biosteam

License information

See LICENSE.txt for information on the terms & conditions for usage of this software, and a DISCLAIMER OF ALL WARRANTIES.

Although not required by the BioSTEAM license, if it is convenient for you, please cite BioSTEAM if used in your work. Please also consider contributing any changes you make back, and benefit the community.

About the authors

BioSTEAM was created and developed by Yoel Cortes-Pena <http://engineeringforsustainability.com/yoelcortespena>__ as part of the Guest Group <http://engineeringforsustainability.com/>__ and the Center for Advanced Bioenergy and Bioproducts Innovation (CABBI) <https://cabbi.bio/>__ at the University of Illinois at Urbana-Champaign (UIUC) <https://illinois.edu/>__.

References

.. [1] Cortes-Peña, Y.; Kumar, D.; Singh, V.; Guest, J. S. BioSTEAM: A Fast and Flexible Platform for the Design, Simulation, and Techno-Economic Analysis of Biorefineries under Uncertainty. ACS Sustainable Chem. Eng. 2020. https://doi.org/10.1021/acssuschemeng.9b07040.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].