Equipments - Dilute
What do you want to see?
|
Data | Unit | Description | ||
Set | Item | Type | Native | |
Equipment Properties | Outlet Consistency | Fraction or Percent | Fraction | Consistency of the Pulp_Outlet stream. |
Outlet Solids | Fraction or Percent | Fraction | Solids fraction in the Pulp_Outlet stream. |
The Dilute calculates the total inlet solid flow in both inlets.
If the outlet consistency fraction is specified it calculates the required outlet liquor flow as:
LIQFLO = (SOLFLO * (1.0 - CONS)) / CONS
where:
LIQFLO is the required liquor flow
SOLFLO is the total inlet solid flow
CONS is outlet consistency you specify
If the outlet solids fraction is specified the required liquor is calculated as:
LIQFLO = ( SOLFLO - SFRAC * TOTFLO ) / ( SFRAC - SFRAC2 )
where:
SFRAC is the solids fraction desired
TOTFLO is the total flow in the Pulp_Inlet
SFRAC2 is the solids fraction in the Liquor_Inlet
The model also determines the dilution liquor required from the Liquor_Inlet as:
REQLIQ = LIQFLO - LIQIN1
where:
REQLIQ is the liquor required
LIQIN1 is the liquor flow in the Liquor_Inlet
If there is no Liquor_Outlet stream, the Liquor_Inlet's liquor flow is set to the amount required (REQLIQ in the above equation).
Dilution flow is zero. Pure water used!
Dilution liquor consistency greater than requested. Dilution not possible!
Neither Outlet Consistency or Outlet Solids specified!