An example of salt dissolution implemented using the Lagrangian particle devolatilization model is provided and verified in a small kitchen experiment.
Attachments: | dissolution_sim.mp4 (717 KB) coarse_exp.mp4 (6 MB) fine_exp.mp4 (10 MB) LMP_dissolutionReac_2306.sim (29 MB) |
This example aims to encourage implementation of your own models. Especially for multiphase mass transfer the multiphase reaction models can be used for many combinations of phases.
The verification of such models ideally uses exact results from academic papers.
As with many mass transfer models the rate of dissolution is driven to a thermodynamic equilibrium and limited by a mass transfer coefficient.
The resulting equation for the mass transfer rate is given as
EQ1: ∂m/∂t = kAparticle (Cequilibrium - Cgas)
with the mass transfer coefficient k and mass concentration C.
The mass transfer is implemented as a particle devolatilization (reaction) from solid salt to dissolved salt in water with a user reaction rate.
Equation 1 is used with one additional step.
The reaction rate is defined in [kmol/s]. Therefore the dissolution (mass) rate has to be multiplied by the molar mass of salt.
Ranz-Marshall implementation:
2*(1+0.3*pow(${ParticleReynoldsNumber},1/3)*pow($Sc, 1/2))
Calculating the mass transfer coefficient:
${Sh_ranzMarshall}*${DynamicViscosity}/${Sc}/${ParticleDiameter}/${Density}
Mass transfer Rate:
${massTransferCoefficient}*(${x_eq_NaCl}-${MoleFractionsalty})
Reaction rate for devolatilization model:
${dissolutionMassTransfer}*${MolecularWeightsalty}
Please find all the details for the implementation in the attached simulation.
For verification purposes a small kitchen experiment was performed.
Two table salt brands were tested in a drop test and the dissolution compared. The particle size distribution (PSD) is very different as can be seen in the following picture (coarse on the left and fine salt on the right).
The PSD was evaluated using pictures and an OpenCV circle detection algorithm - an example shown below.
The median particle diameter is ~0.71 mm for the coarse salt and ~0.42 mm for the fine salt.
The salt was dropped into a ~60cm water bottle and filmed. In the simulation the water column is 1m in height.
The PSD is applied as a CDF in the Lagrangian injector and the particles are allowed to free fall.
Please find the videos of the small experiments and simulations attached.
These results seem to match qualitatively well and thereby verify the implemented dissolution model.
Of course for an exact verification more detailed measurements need to be taken into account.