Skip to content

Commit

Permalink
add EC TDS removal frac, base currency = 2023 to yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbansitterley committed Dec 4, 2024
1 parent 651fd91 commit 3ca4251
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def set_ec_operating_conditions(m, blk, conv=5e3, **kwargs):
vv.fix(v)
if isinstance(vv, Param):
vv.set_value(v)

print(f"Electrocoagulation")
print(f"\tblock DOF = {degrees_of_freedom(blk)}\n")
print(f"\tunit DOF = {degrees_of_freedom(blk.unit)}\n")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ permian:
units: dimensionless
removal_frac_mass_comp:
tds:
value: 0.
value: 0.1
units: dimensionless
reference: https://doi.org/10.1016/j.memsci.2018.06.041
silica:
value: 0.7
value: 0.95
units: dimensionless
capital_cost:
cost_factor: TPEC
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_currency: USD_2021
base_currency: USD_2023
base_period: year
defined_flows:
hydrogen_peroxide:
Expand Down

0 comments on commit 3ca4251

Please sign in to comment.