Skip to content

TEA not working in BioSTEAM #174

Answered by yoelcortes
Uzair1shah asked this question in Q&A
Discussion options

You must be logged in to vote

@Uzair1shah, OK! I was able to reproduce the error. The issue is the first argument to a TEA object should be a System object not a TEA subclass:

sys = bst.main_flowsheet.create_system('sys')
tea =  Preprocessing(system=sys, # Not Preprocessing
                  IRR=0.15,
                  duration=(2018, 2038),
                  depreciation='MACRS7',
                  income_tax=0.21, # Previously 35% in published study
                  operating_days=200,
                  lang_factor=3,
                  construction_schedule=(0.4, 0.6),
                  WC_over_FCI=0.05,
                  labor_cost=2.5e6,
                  fringe_benefits=0.4,
                  property_tax=0.11,
…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@Uzair1shah
Comment options

Comment options

You must be logged in to vote
1 reply
@Uzair1shah
Comment options

Comment options

You must be logged in to vote
1 reply
@Uzair1shah
Comment options

Comment options

You must be logged in to vote
1 reply
@Uzair1shah
Comment options

Answer selected by Uzair1shah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants