This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| 技术经济分析 (TEA) 计算 | |
| 项目: 环己酮电催化生产己二酸 (Adipic Acid, AA) | |
| 日期: 2025-10-31 | |
| """ | |
| import math | |
| def calculate_tea(params): |