Multi-Effect Crystallizer
from watertap_contrib.reflo.unit_models import MultiEffectCrystallizer
This model builds multiple blocks of the crystallizer-effect model to form a multi-effect crystallizer (MEC) system. The number of effects are passed as a configuration option when defining the unit model.
Degrees of Freedom
As in the crystallizer-effect model the state variables at the inlet to the control volume (i.e. temperature, pressure, component flowrates) need to be fixed. The following variables need to be fixed for each effect for the model to be fully specified.
Variables |
Variable name |
Units |
|---|---|---|
Crystallization Yield |
|
\(\text{dimensionless}\) |
Crystal Growth Rate |
|
\(\text{m} / \text{s}\) |
Desired median length of solid crystals |
|
\(\text{m}\) |
Parameter for Sounders-Brown relation |
|
\(\text{W} / \text{m}^2 / \text{K}\) |
Overall Heat Transfer Coefficient |
|
\(\text{W} / \text{m}^2 / \text{K}\) |
Operating Pressure |
|
\(\text{Pa}\) |
Additionally, the heating steam state variables to the first effect (i.e. temperature, pressure, component flowrates) need to be fixed.
Model Structure
The multi-effect crystallizer model uses the ControlVolume0D to handle mass balance across all effects (with 2 Ports in parenthesis below).
Control Volume Inlet (
inlet)Control Volume Outlet (
outlet)
This model includes the following additional StateBlocks (as Ports in parenthesis below) that are associated with those property models on the first effect only:
Solid Precipitate (
solids)Water Vapor (
vapor)Heating Steam (
steam)
Sets
Description |
Symbol |
Indices |
|---|---|---|
Time |
\(t\) |
[0] |
Phases |
\(p\) |
[‘Liq’, ‘Vap’, ‘Sol’] |
Components |
\(j\) |
[‘H2O’, ‘NaCl’] |
Variables
The system variables for each effect can be found in the crystallizer-effect model model.
Equations
The following equations are used to define the operations of the first effect of the multi-effect crystallizer model.
Description |
Equation |
|---|---|
Change in temperature at inlet for first effect |
\(\Delta T_{in} = T_{steam} - T_{operating}\) |
Change in temperature at outlet for first effect |
\(\Delta T_{out} = T_{steam} - T_{in}\) |
Heating steam flow rate |
\(P_{th,1} = L_{vap,steam} m_{steam}\) |
The following equations are used to connect other effects (after the first effect). Here \(i\) refers to the current effect and \(i-1\) refers to the previous effect.
Description |
Equation |
|---|---|
Change in temperature at inlet for effect i |
\(\Delta T_{in} = T_{vap,i-1} - T_{operating,i}\) |
Change in temperature at outlet for effect i |
\(\Delta T_{out} = T_{pure water,i-1} - T_{in, i}\) |
Energy supplied to effect i |
\(P_{th,i} = J_{vap,i-1}\) |
Symbols |
Description |
|---|---|
\(J_{vap}\) |
Energy of the superheated vapor from an effect |
Costing Equations
The multi-effect crystallizer (MEC) is costed using a combination of mass-based and volume-based capital costing, as well as operating costs for electricity and process heating.
Each effect is costed separately and the total capital cost of the multi-effect crystallizer is the sum of the capital costs of each effect.
This costing approach is adopted from the WaterTAP Crystallizer costing method.
The user can choose either mass- or volume-based costing for each effect via the configuration option costing_method.
In either case, the following parameters are constructed on the unit costing block for the MEC costing:
Description |
Symbol |
Parameter Name |
Default Value |
Units |
|---|---|---|---|---|
Heating steam pressure \(^4\) |
\(p_{steam}\) |
|
3 |
\(\text{bar}\) |
Heating steam cost \(^5\) |
\(c_{steam}\) |
|
0.004 |
\(\text{USD}_{2018}\text{/m}^3\) |
Recirculation pump head height |
\(h_{rec}\) |
|
1 |
\(\text{m}\) |
Recirculation pump efficiency |
\(\eta_{pump}\) |
|
0.7 |
\(\text{dimensionless}\) |
Heat exchanger cost per area |
\(c_{hx}\) |
|
420 |
\(\text{USD2018}\text{/m}^2\) |
Heat exchanger endplates cost per area |
\(c_{hx,end}\) |
|
1020 |
\(\text{USD2018}\) |
Heat exchanger endplates cost per area basis |
\(b_{hxe}\) |
|
10 |
\(\text{m}^2\) |
Heat exchanger endplates cost exponent |
\(y_{hx}\) |
|
0.6 |
\(\text{dimensionless}\) |
The heat exchanger is costed using the following equations:
And then the total capital cost of the multi-effect crystallizer is the sum of the capital costs of each effect and the capital cost of a heat exchanger for each effect.
The operating cost of the MEC is the sum of the electricity cost for the recirculation pumps for each effect, and the cost of steam for process heating only for the first effect.
With assumptions of \(h_{rec} = ` 1 m pump head height and :math:\)eta_{pump} =` 0.7 pump efficiency.
Process heat is supplied via steam to the first effect at \(p_{steam} =\) 3 bar (latent heat), and the process heating cost is computed from the heating requirement \(Q\) (\(\text{kJ}\)):
where \(\rho_{steam}\) and \(L_v\) are the density (\(\text{kg}\text{/m}^3\)) and latent heat of condensation (\(\text{kJ/kg}\)) of steam, respectively.
Mass-Based
The following parameters are constructed for the unit on the unit costing block using the mass-based capital costing method:
Description |
Symbol |
Parameter Name |
Default Value |
Units |
|---|---|---|---|---|
Reference free-on-board (FOB) capital cost \(^1\) |
\(c_{ref}\) |
|
675000 |
\(\text{USD}_{2007}\) |
Reference crystallizer capacity \(^1\) |
\(S_{ref}\) |
|
1 |
\(\text{kg/s}\) |
Crystallizer cost exponent parameter \(^1\) |
\(n\) |
|
0.53 |
\(\text{dimensionless}\) |
Installed equipment cost factor \(^2\) |
\(\text{IEC}\) |
|
1.43 |
\(\text{dimensionless}\) |
The mass-based capital cost is dependent upon the mass of solid crystals produced in each effect, \(S\), as shown in the equation below.
Volume-Based
The following parameters are constructed for the unit on the unit costing block using the volume-based capital costing method:
Description |
Symbol |
Parameter Name |
Default Value |
Units |
|---|---|---|---|---|
Capital cost A parameter \(^3\) |
\(\text{A}\) |
|
16320 |
\(\text{USD}_{2007}\text{/ft}^3\) |
Capital cost B parameter \(^3\) |
\(\text{B}\) |
|
0.47 |
\(\text{dimensionless}\) |
The volume-based capital cost is dependent upon the unit’s volume, \(V\), as shown in the equation below.