BioSTEAMDevelopmentGroup / BioSTEAMDevelopmentGroup/Bioindustrial-Park
Consultation about calling function capex_table
- Dominant language
- Jupyter Notebook
- Stars
- 53
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Hello. I want to import function ```capex_table``` in https://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park/blob/master/biorefineries/tea/cellulosic_ethanol_tea.py#L202, I try to import with code ```from biorefineries.tea import capex_table```, after running system, then execute code ```capex_table(sys_TEA)```. But ```capex_table``` in https://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park/blob/master/biorefineries/tea/conventional_ethanol_tea.py#L120 was called. Could I consult you how to import and use function ```capex_table``` in ```cellulosic_ethanol_tea.py``` instead of ```conventional_ethanol_tea.py```?
Besides, could I consult you how to view all the result information related to TEA? It seems that only ```Itemized costs``` and ```Cash flow``` information are available in the exported excel file. How to check other information such as ```capex_table, foc_table, voc_table``` and so on? Just like Humbird's 2011 NREL report, which gives all the detailed information about TEA. Could I consult you which code in BioSTEAM should I use to view all of above information on TEA?
The code is as follows: I use ```BioSTEAM 2.38.3, biorefineries 2.26.2```
```
from biorefineries import cellulosic
import biosteam as bst
from biorefineries.tea import create_cellulosic_ethanol_tea
from biorefineries.tea import capex_table
cs = cellulosic.Biorefinery('corn stover ethanol')
sys_TEA=create_cellulosic_ethanol_tea(cs.cornstover_sys)
capex_table(sys_TEA)
```
Thanks for your help. Wish you a good day.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.