Skip to content

Commit 01ab1e1

Browse files
committed
update intro to biosteam
1 parent 23e0207 commit 01ab1e1

5 files changed

Lines changed: 18 additions & 11 deletions

File tree

README.es.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BioSTEAM: Los Modulos de Simulación y Análisis Tecno-Económico de Biorefineri
3030
-----------------
3131

3232
BioSTEAM es un projecto para llevar a cabo el diseño, simulación,
33-
análisis tecno-económico, y análisis de cyclo de vida de biorrefinerías bajo
33+
análisis tecno-económico, y análisis de cyclo de vida de procesos químicos bajo
3434
incertidumbre [1]_. BioSTEAM esta diseñada para facilitar la toma de decisiones
3535
al simular múltiples escenarios que podrían surgir dentro del desarrollo e
3636
implementación de una biorrefinería. Configuraciones de biorrefinerías

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@ What is BioSTEAM?
3030
-----------------
3131

3232
BioSTEAM is a fast and flexible package for the design, simulation,
33-
techno-economic analysis, and life cycle assessment of biorefineries under uncertainty [1]_.
33+
techno-economic analysis, and life cycle assessment of chemical processes under uncertainty [1]_.
3434
BioSTEAM is built to streamline and automate early-stage technology evaluations
35-
and to enable rigorous sensitivity and uncertainty analyses. Complete
35+
and to enable rigorous sensitivity and uncertainty analyses. BioSTEAM has been
36+
used to model a range of fermentation-based bioproduct pathways
37+
going from conventional/cellulosic crops, municipal solid waste, and flue gas all
38+
the way to diols, organic acids, oleochemicals, and biofuels. Complete
3639
biorefinery configurations are available at the `Bioindustrial-Park
3740
<https://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park>`_ GitHub repository,
38-
BioSTEAM's premier repository for biorefinery models and results. The long-term
39-
growth and maintenance of BioSTEAM is supported through both community-led
41+
BioSTEAM's premier repository for biorefinery models and results. Newer applications
42+
for BioSTEAM include thermochemical upcycling of waste plastics through
43+
pyrolysis and solvent-based dissolution and precipitation.
44+
45+
The long-term growth and maintenance of BioSTEAM is supported through both community-led
4046
development and the research institutions invested in BioSTEAM, including the
4147
`Center for Advanced Bioenergy and Bioproducts Innovations (CABBI) <https://cabbi.bio/>`_.
4248
Through its open-source and community-lead platform, BioSTEAM aims to foster

biosteam/_unit.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ class Unit(AbstractUnit):
8181
Parameters
8282
----------
8383
ID :
84-
A unique identification. If ID is None, unit will not be
85-
registered in flowsheet. By default, a unique ID will be chosen.
84+
A unique identification. If ID is None, the unit will not be
85+
registered in flowsheet. The ID defaults to the variable assigned in
86+
the source code. If no variable is assigned, a unique ID will be
87+
chosen.
8688
ins :
8789
Inlet streams or IDs to initialize inlet streams.
8890
If empty tuple, streams with default IDs will be created.

biosteam/units/distillation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
from .heat_exchange import HXutility
5858
from ._flash import Flash
5959
from .stage import MultiStageEquilibrium
60-
from thermosteam import separations as sep
6160
from typing import Iterable
6261

6362
__all__ = (

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The Biorefinery Simulation and TEA Modules
2-
==========================================
1+
A Fast & Flexible Process Simulation Platform
2+
=============================================
33

44
.. toctree::
55
:maxdepth: 2
@@ -25,7 +25,7 @@ The Biorefinery Simulation and TEA Modules
2525
.. grid-item::
2626

2727
BioSTEAM is an open-source platform that streamlines the design, simulation, techno-economic
28-
analysis (TEA) and life-cycle assessment (LCA) of biorefineries across thousands
28+
analysis (TEA) and life-cycle assessment (LCA) of chemical processes across thousands
2929
of scenarios. BioSTEAM is also leveraged by `QSDsan <https://qsdsan.readthedocs.io/en/latest/>`_,
3030
a library for the quantitative sustainable design of sanitation and resource recovery
3131
systems. The long-term growth and maintenance of BioSTEAM is supported

0 commit comments

Comments
 (0)