Detailed WaterTAP Costing Package
The detailed WaterTAP costing package contains the costing package with detailed technoeconomic data. It inherits all the functionality and parameters of the WaterTAP Costing Framework base class Common Global Costing Parameters.
Costing Index and Technoeconomic Factors
The following technoeconomic factors are specific to the WaterTAP Costing Detailed Package. These parameters are chosen to give identical results as the WaterTAPCosting package which uses only simpler higher-level parameters.
Cost factor |
Variable |
Name |
Default Value |
Description |
---|---|---|---|---|
Land cost factor |
\(f_{land}\) |
|
0% |
Unit process land cost as percentage of capital cost |
Working capital cost factor |
\(f_{work}\) |
|
0% |
Unit process working capital cost as percentage of capital cost |
Salaries cost factor |
\(f_{sal}\) |
|
0.20134% |
Unit process salaries cost as percentage of capital cost |
Maintenance cost factor |
\(f_{maint}\) |
|
1.6107% |
Unit process maintenance costs as percentage of capital cost |
Lab cost factor |
\(f_{lab}\) |
|
0.60403% |
Unit process laboratory costs as percentage of capital cost |
Insurance/taxes cost factor |
\(f_{ins}\) |
|
0.40268% |
Unit process insurance & taxes cost as percentage of capital cost |
Benefits cost factor |
\(f_{ben}\) |
|
90% |
Unit process benefits cost as percentage of salary costs |
Total investment factor |
\(f_{toti}\) |
|
1.0 |
Total investment factor [calculated] |
Maintenance-labor-chemical factor |
\(f_{mlc}\) |
|
0.03 |
Maintenance, labor, and chemical factor [calculated] |
High-level factor calculations
Total total investement factor \(f_{toti}\) is calculated from the land cost and working capital cost factors \(f_{land}\), \(f_{work}\):
\[f_{toti} = 1 + f_{work} + f_{land}\]
Total maintenance-labor-chemical factor \(f_{mlc}\) is calculated from the salaires, maintenance, lab, insurance/taxes, and benefits cost factors:
\[f_{mlc} = f_{sal} + f_{ben} f_{sal} + f_{maint} + f_{lab} + f_{ins}\]
Costing Process-Wide Costs
The WaterTAPCostingDetailed class includes variables and constraints necessary to calculate process-wide costs, in addition to those provided by the WaterTAP Costing Framework Costing Process-Wide Costs.
Cost |
Variable |
Name |
Description |
---|---|---|---|
Unit capital cost |
\(C_{ca,u}\) |
|
Unit processes capital cost |
Land cost |
\(C_{land}\) |
|
Cost of land for unit process |
Working capital cost |
\(C_{work}\) |
|
Working capital for unit process |
Salary cost |
\(C_{sal}\) |
|
Salary cost for unit process |
Benefits cost |
\(C_{ben}\) |
|
Benefits cost for unit process |
Maintenance cost |
\(C_{maint}\) |
|
Maintenance cost for unit process |
Laboratory cost |
\(C_{lab}\) |
|
Laboratory cost for unit process |
Insurance & taxes cost |
\(C_{ins}\) |
|
Insurance & taxes for unit process |
Total annualized cost |
\(C_{annual}\) |
|
Total cost on a annualized basis |
Land cost is defined as:
\[C_{land} = f_{land} C_{ca,u}\]
Working capital cost is defined as:
\[C_{land} = f_{work} C_{ca,u}\]
Salary cost is defined as:
\[C_{sal} = f_{sal} C_{ca,u}\]
Benefits cost is defined as:
\[C_{ben} = f_{ben} f_{sal} C_{ca,u}\]
Maintenance cost is defined as:
\[C_{maint} = f_{maint} C_{ca,u}\]
Land cost is defined as:
\[C_{land} = f_{land} C_{ca,u}\]
All other costing calculations are provided through the WaterTAP Costing Framework: Costing Calculations.
Class Documentation
WaterTAPCostingDetailedData