SlideShare a Scribd company logo
1 of 6
Download to read offline
Use of a Spectroscopic Sensor to Monitor Droplet Size Distribution
in Emulsions Using Neural Networks
Cristhiane Assenhaimer,1
Leandro J. Machado,1
Benjamin Glasse,2
Udo Fritsching2
and Roberto Guardani1
*
1. Chemical Engineering Department, University of São Paulo, São Paulo, Brazil
2. Process Engineering Department, University of Bremen, Bremen, Germany
Monitoring of emulsion properties is important in many applications, like in foods and pharmaceutical products, or in emulsion polymerisation
processes, since aged and ‘broken’ emulsions perform worse and may affect product quality. This study reports the use of an ‘in‐line’ turbidity sensor
coupled with a neural network model to monitor droplet size distributions of metal working fluid emulsions (MWF), a case where emulsion aging
affects product quality. The data from the sensor were used to fit the model for droplet size distribution estimation. The technique was applied to
monitor the destabilisation of commercially available MWF with good accuracy.
Keywords: emulsion, spectroscopic sensor, droplet size distribution, metal working fluid
INTRODUCTION
M
etal working fluids (MWF) have an important role in
machining processes. They increase the productivity and
reduce costs by enabling the use of higher cutting speeds,
higher feed rates, and deeper cuts. Effective application of these
fluids can also increase tool life, decrease surface roughness,
increase dimensional accuracy and decrease the amount of power
consumed.[1]
Most MWF are oil‐in‐water emulsions with complex
formulations that change according to the application.
The MWF consumption in typical metal working facilities is
around 33 t/year.[2]
Published data for Germany in 1994 show that
MWF consumption was about 350 000 t.[3]
From 7% to 17% of the
total costs of machining processes are related to MWF consumption
and treatment, while only 2–4% are due to the costs of tools.[3]
These data show the importance of monitoring the quality of MWF
in industrial processes, in order to prevent early disposal, which
increases costs, or the use of aged emulsions, which can lead to
problems in production processes and affect product quality.
Monitoring of Emulsion Aging
Even though emulsion quality monitoring is a key issue in
manufacturing processes, this is normally carried out only by
periodic measurements of some physical–chemical properties,
like pH, viscosity, density and contamination by microorganisms.
Because of that, changes in emulsion properties are detected only
when the aging of the emulsion is already significant.
Emulsion aging is associated with changes in the droplet size
distribution (DSD), as a consequence of droplet coalescence,
caused by changes in the balance of attraction and repulsion forces
between droplets. Figure 1 shows illustrative DSD plots for MWF
under different conditions: a new fluid, a new fluid in use, and an
aged fluid. As shown in the plots, emulsion aging is associated with
the appearance of populations of droplets with larger size. Due to
this change in profile, monitoring of the DSD can be suitable to
detect changes in emulsion properties. Light scattering caused by
the dispersed droplets under the incidence of light with different
wavelengths can thus be monitored by a spectrometric sensor, and
the resulting spectra can be used to estimate the DSD of the
emulsion. This optical technique can be used for the in‐line
monitoring of MWF in industrial facilities.
In this study, MWF aging was simulated by artificially
destabilising oil‐in‐water emulsions with the addition of CaCl2 to
the system. The addition of an electrolyte increases the ionic
strength in the fluid, reducing electrostatic repulsion between
droplets, which is responsible for keeping the emulsion stable.[4]
In
this way, the equilibrium of the interaction forces between the
components of the emulsion is changed and the coalescence rate
increases.
UV/Vis Spectroscopy and Optical Models
A number of papers have been published in recent years showing
the application of UV/Vis spectroscopy followed by treatment of
data by optical models to obtain information on the DSD in
different dispersed systems, whose time variation can be correlated
with properties of the emulsion.[5,6]
For typical emulsions, the most
suitable optical models are based on the one developed by Mie in
1908. Further details about the Mie theory can be found, for
example in Bohren and Huffman.[7]
Figure 2 shows a typical light absorption and scattering spectrum
for an oil‐in‐water emulsion obtained by spectroscopic measure-
ments. The turbidity of the emulsion (t) is related to the measured
light intensity (I) by Equation (1), where I0 is the intensity of the
light source, l is the optical path and l is the wavelength. Under
conditions of negligible light absorption by the species in the
emulsion, the turbidity can be related to the droplet size (x) and the
DSD function, f(x), by means of Equation (2), where Np is the total
particle number per unit volume, and Qext is the extinction
*Author to whom correspondence may be addressed.
E‐mail address: guarda@pqi.ep.usp.br
Can. J. Chem. Eng. 92:318–323, 2014
© 2013 Canadian Society for Chemical Engineering
DOI 10.1002/cjce.21861
Published online 14 June 2013 in Wiley Online Library
(wileyonlinelibrary.com).
318 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING VOLUME 92, FEBRUARY 2014
coefficient, which can be estimated from the Mie Theory. In this
way, it is possible to associate both phenomena and to obtain the
DSD from light absorption and scattering spectra with appropriate
techniques
I ¼ I0 expðÀtðlÞlÞ ð1Þ
tðlÞ ¼ Np
p
4
Z1
0
Qextðl; xÞx2
fðxÞ dx ð2Þ
Celis and Garcia‐Rubio[6,8]
and Elicabe and Garcia‐Rubio[9]
have
used algorithms to estimate the DSD in emulsions and dispersions
based on the optical properties of its components and on
spectroscopic measurements, by applying inversion methods.
This approach enables the real‐time estimation of the DSD, and
the in‐line monitoring of this emulsion property. However, these
models are not suitable for emulsions with high droplet
concentration due to multiple scattering effects, in which light
that is scattered by one droplet is affected by the light scattered by
other droplets before being detected by the sensor, leading to
inaccurate results.
Neural Network Models
An alternative approach that can be applied to emulsions under
high droplet concentration is based on pattern recognition
techniques. In this case, the spectral data measured by the
turbidimetric sensor is associated with the corresponding DSD by
means of a previously calibrated multivariate model. Among
different techniques that can be applied, nonlinear models such as
neural networks have been successfully applied by one of the
present authors in place of light scattering models to estimate size
distributions in concentrated solid–liquid suspensions.[10,11]
Figure 3 illustrates the structure of a commonly applied neural
network, that is a three‐layer feed‐forward neural network, used in
this study. The input to a neuron j in the network, consists of the
weighted sum Sj of outputs from neurons i (i ¼ 1, 2, …, q), Xi
(Equation 3). The weights, Wi,j, are model parameters that are
fitted to each specific system. The last input, Xqþ1, with value equal
to 1, is a bias
Sj ¼
Xq
i¼1
Wi;jXi þ Wqþ1;j ð3Þ
The output from neuron j is a response function Oj ¼ f(Sj), in
which f(Sj) can consist of different mathematical forms, but in most
cases is a sigmoidal function (Equation 4):
fðSjÞ ¼
1
1 À eÀSj
ð4Þ
The fitting of a neural network is divided in two parts: training,
which consists of the fitting of the parameters or weights, and
validation. In the training step, measured values of the system
outputs corresponding to known values of inputs are presented to
the network, and the best set of weights is selected so that a
minimum squared error E is achieved. E is defined in Equation (5),
where yk is the experimental value of output k and Ok is the
calculated value of output k. The fitting consists of presenting the
neural network to the set of experimental pairs of inputs and
outputs. At each presentation of the data set the weights to each
neuron (Equation 3) are changed according to the backpropagation
algorithm,[12]
so as to minimise the error E
E ¼
X
all
observations
Xp
k¼1
ðy
ðmÞ
k À O
ðmÞ
k Þ2
ð5Þ
1 (bias)
1 (bias)
Figure 3. Illustration of a feed‐forward neural network.
0
0,2
0,4
0,6
0,8
1
1,2
200 400 600 800 1000
OpticalDensityinAU
Wavelength in nm
Figure 2. Example of a light absorption and scattering spectrum.
0
2
4
6
8
10
12
14
16
18
20
0.01 0.1 1 10 100 1000
f(x)in%/mµ
New Fluid
New Fluid
in Use
Aged Fluid
Diameter, x in µm
Figure 1. Illustration of droplet size distributions obtained by the authors
with metal working fluid emulsions under different conditions.
VOLUME 92, FEBRUARY 2014 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING 319
The second part of the fitting consists of the model validation.
The calculated outputs are compared with experimental values for
new observations that have not been used in the training step, in
order to check if the model is able to predict the desired results.
The computational programs for neural network model fitting,
validation and simulations were developed at home in the
Chemical Engineering Department, University of São Paulo.
MATERIALS AND METHODS
Commercial metalworking fluid, Kompakt YV Neu, was obtained
from Jokisch GmbH (Oerlinghausen, Germany). The chemical
composition of this fluid was not specified by the producer, but it
contains 40% oil phase. Emulsions were prepared by dilution of
the metalworking fluid with deionised water to reach the desired
MWF concentrations (3.5–5.2%). Artificial aging was promoted by
adding to the emulsions 0–0.3% of CaCl2 (CaCl2·2H2O, purity of
99.5%), from Grüssing GmbH.
Absorbance measurements were performed with a UV–Vis–NIR
spectrometer, model HR2000 þ ES, from OceanOptics, with DH
2000‐BAL (200–1100 nm) light source, and a deep probe with
6.35 mm diameter, 127 mm of length and 2 mm optical path, which
enables in‐line monitoring.
Experimental values of the droplet size distribution, adopted as
references in the neural network training, were based on
measurements in a Malvern Mastersizer 2000 laser diffractometer,
with particle size detection range from 0.02 to 2000 mm.
RESULTS
Data Treatment
Figure 4 shows typical spectra obtained in the experiments with
emulsion samples at different times. The observed values of optical
density at different wavelengths represent the sum of absorption
and scattering by the droplets.
Due to the large number of absorbance–wavelength data
contained in each observation, a previous statistical analysis was
carried out in order to reduce the number of input variables to the
neural network, based on the relative importance of each input
variable (optical density at a given wavelength) on the variance of
the data. The selection of the most important input variables was
based on a principal component analysis (PCA). This technique
consists of transforming the original variables of a multivariate
system into non‐correlated new variables (components) that are
linear combinations of the original variables. Thus, from a number
n of original variables xj (j ¼ 1, …, n) a smaller number of p non‐
correlated components ei (i ¼ 1, …, p) are calculated, which are
linear combinations of the original variables with the form:
ei ¼ wi1x1 þ þwijxj þ þwinxn, in which the terms wij are the
loadings, or weights, of variable xj on the component ei and are
computed so that each component represents the maximum of the
system variability in decreasing order. The technique is used to
reduce the number of variables involved in an analysis, and to
detect underlying relationships among groups of variables.
Descriptions of the method are presented in books on multivariate
statistical analysis.[13]
The weights correspond to the eigenvectors
of the covariance matrix of the original variables. Components are
ordered according to the decreasing value of variances, represented
by their eigenvalues. Numerical differences of variables were
eliminated by working with standardised variables (zero mean,
standard deviation equal to 1). Thus, computations were based on
the correlation matrix. Result interpretation was based on the
absolute value of the weights wij.[14]
Based on this analysis, for the set of observations in the present
study, it was possible to reduce the number of input variables from
the original ca. 400 variables (since the resolution of the
spectrometer was about 2 nm, and the measured range was from
ca. 200 to 1000 nm) to only three most important wavelengths: 460,
695 and 943 nm. These variables represent ca. 98% of the total
observed variance in the data set.
Neural Network Fitting
A three‐layer feed‐forward neural network like the one presented
in Figure 3 was used to fit the experimental data. A total of 7
variables were used as inputs: absorbance values selected by PCA
at 460, 695 and 943 nm, concentration of oil, water and CaCl2, and
the time interval between addition of salt to the emulsion and each
measurement (aging time). Thus, the inputs consist of the
formulation of each sample, and the resulting optical density at
different times after salt addition. As outputs of the neural network
17 sizes classes were selected, from 0.04 to 10 mm, as multiples offfiffiffi
2
p
. This number of size classes was arbitrarily adopted in order to
reconstruct the DSD of the samples with appropriate resolution.
Thus, since the number of inputs and outputs is defined by the
specific characteristics of the system, then the only degree of
freedom was the number of neurons in the hidden layer (Figure 3).
In the fitting step, for each value of this number the minimum value
of the error (Equation 5) was recorded. The best fitting was
obtained with six neurons in the hidden layer, after 500 000
presentations of the data set to the neural network. Figures 5 and 6
show representative results obtained in the fitting and validation of
the model, for samples with different aging times and consequently
different DSD. Good agreement between the calculated and
experimental values was obtained for samples with monomodal
and bimodal distributions, with different proportions of each
droplet population.
These results indicate that the treatment of the optical density
data measured by the UV/Vis spectroscopic sensor by means of a
neural network model is able to provide accurate values of the
droplet size distribution for new and aged MWF, presenting
monomodal and bimodal DSD, respectively.
In case of unstable emulsions, the proposed method can be
applied as a monitoring technique before phase separation takes
place, since phase separation changes the concentration of the
emulsion components and affects the light scattering pattern,
generating false results.
0,0
0,5
1,0
1,5
2,0
2,5
3,0
400 500 600 700 800 900 1000
OpticalDensity(AU)
Wavelength(nm)
Figure 4. Absorbance spectra obtained with MWF emulsions.
320 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING VOLUME 92, FEBRUARY 2014
Application to the Monitoring of a Destabilisation Experiment
In order to test the spectroscopic sensor coupled with the neural
network model, an experiment was carried out in which the aging
of a MWF sample was monitored over time. Thus, 0.3% of CaCl2
was added to a MWF emulsion with concentration of 4%. The
aging was monitored over time with the spectrometer and the deep
probe, and samples were collected at desired times for droplet size
distribution measurement with the Malvern Mastersizer 2000
diffractometer for comparison with the results provided by the
sensor. The spectroscopic data consisted of the optical density at
460, 695 and 943 nm. The other input variables were the MWF
formulation, and time after addition of the salt. Thus, by running
the neural network model with data generated by the spectrometer
the DSD could be estimated over the destabilisation time.
DSD plots obtained by applying the technique to the MWF
destabilisation experiment are shown in Figure 7 for different times
after addition of CaCl2 to the emulsion. The DSD plots show that,
after salt addition, a second population is formed with much larger
droplets than in the original population. The volumetric fraction of
this population increases with time, and tends to reach appreciable
values. The location of the maximum in the DSD of this second
population also tends to increase with time, while this tendency is
not so clearly observed in the initial population. The plots also
show that the DSD curves calculated by the model are similar to
those produced by laser diffractometry. Thus, the sensor was able
to retrieve the DSD with good accuracy as well as to monitor the
time evolution of the aging process in terms of the DSD, which
changes from monomodal to bimodal distribution.
These results point out the potential of this technique for
monitoring such emulsions with possible applications in similar
systems. Under the conditions tested, the results were not affected
by multiple scattering, suggesting that this technique can even be
used in more concentrated emulsions, if the model is fitted to
representative experimental data.
CONCLUSIONS
The fitting of a multivariate model based on neural network to
associate UV/Vis optical density spectral data with the droplet size
distribution of metal working fluid emulsions has shown good
agreement for monomodal and bimodal distributions, typical of
new and aged emulsions, respectively. Since this approach is based
on an empirical model, the application of the method to other
emulsions involves a preliminary calibration step, that is the fitting
of a neural network model under the specific conditions of each
use, in order to obtain a valid model.
The number of input variables to the model was significantly
reduced by carrying out a principal component analysis, aimed at
selecting the most important variables in terms of their contribu-
tion to the variance of the data. This approach enabled the fitting of
0,0
1,0
2,0
3,0
4,0
5,0
6,0
7,0
8,0
9,0
10,0
0,01 0,10 1,00 10,00
f(x)
Diameter, x (μm)
Training
Experimental
Calculated
0,0
1,0
2,0
3,0
4,0
5,0
6,0
7,0
8,0
9,0
10,0
0,01 0,10 1,00 10,00
f(x)
Diameter, x (μm)
Training
Experimental
Calculated
B
A
Figure 5. (A) and (B) Neural network fitting results for samples with
monomodal and bimodal droplet size distributions, for observations used in
model fitting.
0,0
1,0
2,0
3,0
4,0
5,0
6,0
7,0
8,0
9,0
10,0
0,01 0,10 1,00 10,00 100,00
f(x)
Diameter, x (μm)
Validation
Experimental
Calculated
0,0
1,0
2,0
3,0
4,0
5,0
6,0
7,0
8,0
9,0
10,0
0,01 0,10 1,00 10,00
f(x)
Diameter,x (μm)
Va
B
A
lidation
Experimental
Calculated
Figure 6. (A) and (B) Neural network fitting results for samples with
monomodal and bimodal droplet size distributions, for observations used to
validate the model.
VOLUME 92, FEBRUARY 2014 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING 321
a neural network with a relatively small number of inputs, which
resulted in a model with a relatively small number of parameters.
The model was applied to an aging experiment and was able to
detect changes in the DSD profile over time from monomodal to
bimodal distribution with good accuracy. If no phase separation
occurs, the technique is apparently not affected by high
concentration of droplets, which causes multiple scattering effects
in such systems.
Thus, based on the results shown, the optical sensor coupled
with the neural network model can be used to monitor changes in
the emulsion structure based on the changes in the DSD. Such a
sensor can be applied in industrial processes involving emulsions,
providing real‐time information on the DSD based on in‐line
measurements by the spectroscopic sensor.
NOMENCLATURE
E squared error
ej non‐correlated components of the transformation of the
original variables in PCA
f(x) droplet size distribution function
I measured light intensity
I0 intensity of the light source
l optical path
0,0
2,0
4,0
6,0
8,0
10,0
0,01 0,10 1,00 10,00 100,00
f(x)
Diameter, x
A D
B E
C F
(μm)
Starting time
Experimental
Calculated
0,0
2,0
4,0
6,0
8,0
10,0
0,01 0,10 1,00 10,00 100,00
f(x)
(μm)
After 8 minutes
Experimental
Calculated
0,0
2,0
4,0
6,0
8,0
10,0
0,01 0,10 1,00 10,00 100,00
f(x)
(μm)
After 20 minutes
Experimental
Calculated
0,0
2,0
4,0
6,0
8,0
10,0
0,01 0,10 1,00 10,00 100,00
f(x)
(μm)
After 30 minutes
Experimental
Calculated
0,0
2,0
4,0
6,0
8,0
10,0
0,01 0,10 1,00 10,00 100,00
f(x)
(μm)
After 80 minutes
Experimental
Calculated
0,0
2,0
4,0
6,0
8,0
10,0
0,01 0,10 1,00 10,00 100,00
f(x)
(μm)
After 1040 minutes
Experimental
Calculated
Diameter, x
Diameter, xDiameter, x
Diameter, x
Diameter, x
Figure 7. Droplet size distribution of artificially destabilised MWF estimated by the sensor, compared with results obtained with the laser diffractometer. (Plot
A) before addition of CaCl2; (plots B–F) at different times after CaCl2 addition.
322 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING VOLUME 92, FEBRUARY 2014
Np total particle number per unit volume
Oj objective function calculated in the output of the neuron j
Ok calculated value of output k
Qext extinction coefficient
Sj weighted sum of inputs of the neural network
Wi,j weights of the neural network
wi,j weights of the linear combination in PCA
x droplet size
Xqþ1 bias
Xi inputs of the neural network
xj original variables
yk experimental value of output k
l wavelength
t turbidity
ACKNOWLEDGEMENTS
This study is part of a joint project between the Universities of São
Paulo and Bremen, within the BRAGECRIM program (Brazilian
German Cooperative Research Initiative in Manufacturing). The
authors would like to thank FAPESP, CAPES, FINEP and CNPq
(Brazil), and DFG (Germany) for the financial support.
REFERENCES
[1] M. A. El Baradie, J. Mater. Process Technol. 1966, 56, 786.
[2] J. F. G. De Oliveira, S. M. Alves, Produção 2007, 17, 129.
[3] F. Klocke, G. Eisenblätter, Ann. CIRP 1997, 46, 519.
[4] I. D. Morrison, S. Ross, Colloidal Dispersions—Suspensions,
Emulsions and Foams, 1st edition, Wiley‐Interscience, New
York 2002, p. 656.
[5] J. Deluhery, N. Rajagopalan, Colloids Surf. A Physicochem.
Eng. Aspects 2005, 256, 145.
[6] M. Celis, L. H. Garcia‐Rubio, J. Dispersion Sci. Technol. 2008,
29, 20.
[7] D. Bohren, C. F. Huffman, Absorption and Scattering of Light
by Small Particles, John Wiley & Sons, New York 1983, p. 519.
[8] M.‐T. Celis, L. H. Garcia‐Rubio, Indus. Eng. Chem. Res. 2004,
43, 2067.
[9] G. E. Elicabe, L. H. Garcia‐Rubio, Adv. Chem. Ser. 1990, 227,
83.
[10] R. Guardani, C. A. O. Nascimento, R. S. Onimaru, Powder
Technol. 2002, 126, 42.
[11] C. A. O. Nascimento, R. Guardani, M. Giuletti, Powder
Technol. 1997, 90, 89.
[12] D. Rummelhart, J. McClelland, Parallel Distributed Process-
ing Explorations in the Microstructure of Cognition, 1986, 1,
MIT Press, Cambridge, MA p. 567.
[13] R. A. Johnson, D. W. Wichern, Applied Multivariate
Statistical Analysis, Prentice‐Hall, Upper Saddle River 2002,
p. 800.
[14] I. T. Jolliffe, Principal Component Analysis, Springer, New
York 1986, p. 502.
Manuscript received December 26, 2012; revised manuscript
received February 19, 2013; accepted for publication March 07, 2013.
VOLUME 92, FEBRUARY 2014 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING 323

More Related Content

What's hot

Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...
Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...
Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...KBI Biopharma
 
Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...
Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...
Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...KBI Biopharma
 
Optical properties of (pva cr cl2) composites
  Optical properties of (pva cr cl2) composites  Optical properties of (pva cr cl2) composites
Optical properties of (pva cr cl2) compositesAlexander Decker
 
Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...
Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...
Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...KBI Biopharma
 
Analyzing Aggregates by Sedimentation Velocity and Light Scattering
Analyzing Aggregates by Sedimentation Velocity and Light ScatteringAnalyzing Aggregates by Sedimentation Velocity and Light Scattering
Analyzing Aggregates by Sedimentation Velocity and Light ScatteringKBI Biopharma
 
Measurement of component specific particle size in Pharmaceuticals: Challenge...
Measurement of component specific particle size in Pharmaceuticals: Challenge...Measurement of component specific particle size in Pharmaceuticals: Challenge...
Measurement of component specific particle size in Pharmaceuticals: Challenge...AkhilaReddy125
 
Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...
Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...
Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...KBI Biopharma
 
New Approaches to Investigating the Self-Association and Colloidal Stability ...
New Approaches to Investigating the Self-Association and Colloidal Stability ...New Approaches to Investigating the Self-Association and Colloidal Stability ...
New Approaches to Investigating the Self-Association and Colloidal Stability ...KBI Biopharma
 
Simple design flow injection PMMA acrylic sample cell for nitrite determination
Simple design flow injection PMMA acrylic sample cell for nitrite determinationSimple design flow injection PMMA acrylic sample cell for nitrite determination
Simple design flow injection PMMA acrylic sample cell for nitrite determinationHarry Ramza
 
Gel matrix dependence on the dose response properties and diffusion phenomena...
Gel matrix dependence on the dose response properties and diffusion phenomena...Gel matrix dependence on the dose response properties and diffusion phenomena...
Gel matrix dependence on the dose response properties and diffusion phenomena...inventionjournals
 
IRJET- Hydrothermal Synthesis of Molybdenum Disulfide
IRJET-  	  Hydrothermal Synthesis of Molybdenum DisulfideIRJET-  	  Hydrothermal Synthesis of Molybdenum Disulfide
IRJET- Hydrothermal Synthesis of Molybdenum DisulfideIRJET Journal
 
Group_W_HF_and_Gel_Presentation
Group_W_HF_and_Gel_PresentationGroup_W_HF_and_Gel_Presentation
Group_W_HF_and_Gel_PresentationRashid Alsuwaidi
 
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...IJERA Editor
 
0610 w07 qp_3
0610 w07 qp_30610 w07 qp_3
0610 w07 qp_3King Ali
 
0610 s09 qp_3
0610 s09 qp_30610 s09 qp_3
0610 s09 qp_3King Ali
 
0610 s07 qp_3
0610 s07 qp_30610 s07 qp_3
0610 s07 qp_3King Ali
 
Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...
Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...
Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...Nanomedicine Journal (NMJ)
 

What's hot (19)

Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...
Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...
Analysis of Aggregation, Stability, and Lot Comparability by Sedimentation Ve...
 
Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...
Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...
Studying Reversible Self-Association of Biopharmaceuticals using AUC and Ligh...
 
Optical properties of (pva cr cl2) composites
  Optical properties of (pva cr cl2) composites  Optical properties of (pva cr cl2) composites
Optical properties of (pva cr cl2) composites
 
Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...
Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...
Aggregation Analysis of Therapeutic Proteins, Part 3: Principles and Optimiza...
 
Analyzing Aggregates by Sedimentation Velocity and Light Scattering
Analyzing Aggregates by Sedimentation Velocity and Light ScatteringAnalyzing Aggregates by Sedimentation Velocity and Light Scattering
Analyzing Aggregates by Sedimentation Velocity and Light Scattering
 
Measurement of component specific particle size in Pharmaceuticals: Challenge...
Measurement of component specific particle size in Pharmaceuticals: Challenge...Measurement of component specific particle size in Pharmaceuticals: Challenge...
Measurement of component specific particle size in Pharmaceuticals: Challenge...
 
วิจัยต้นอ้อ
วิจัยต้นอ้อวิจัยต้นอ้อ
วิจัยต้นอ้อ
 
Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...
Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...
Aggregation Analysis of Therapeutic Proteins, Part 1: General Aspects and Tec...
 
New Approaches to Investigating the Self-Association and Colloidal Stability ...
New Approaches to Investigating the Self-Association and Colloidal Stability ...New Approaches to Investigating the Self-Association and Colloidal Stability ...
New Approaches to Investigating the Self-Association and Colloidal Stability ...
 
Simple design flow injection PMMA acrylic sample cell for nitrite determination
Simple design flow injection PMMA acrylic sample cell for nitrite determinationSimple design flow injection PMMA acrylic sample cell for nitrite determination
Simple design flow injection PMMA acrylic sample cell for nitrite determination
 
Gel matrix dependence on the dose response properties and diffusion phenomena...
Gel matrix dependence on the dose response properties and diffusion phenomena...Gel matrix dependence on the dose response properties and diffusion phenomena...
Gel matrix dependence on the dose response properties and diffusion phenomena...
 
IRJET- Hydrothermal Synthesis of Molybdenum Disulfide
IRJET-  	  Hydrothermal Synthesis of Molybdenum DisulfideIRJET-  	  Hydrothermal Synthesis of Molybdenum Disulfide
IRJET- Hydrothermal Synthesis of Molybdenum Disulfide
 
Group_W_HF_and_Gel_Presentation
Group_W_HF_and_Gel_PresentationGroup_W_HF_and_Gel_Presentation
Group_W_HF_and_Gel_Presentation
 
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
 
0610 w07 qp_3
0610 w07 qp_30610 w07 qp_3
0610 w07 qp_3
 
0610 s09 qp_3
0610 s09 qp_30610 s09 qp_3
0610 s09 qp_3
 
0610 s07 qp_3
0610 s07 qp_30610 s07 qp_3
0610 s07 qp_3
 
Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...
Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...
Simultaneous loading of 5-florouracil and SPIONs in HSA nanoparticles: Optimi...
 
Etr1
Etr1Etr1
Etr1
 

Viewers also liked

Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...
Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...
Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...Cristhiane Assenhaimer Takahashi
 
Unidades de almacenamiento
Unidades de almacenamientoUnidades de almacenamiento
Unidades de almacenamientoTiti la Bicha
 
Email research & email lead collection
Email research & email lead collectionEmail research & email lead collection
Email research & email lead collectionAlomgir Hossen
 
WardRuelens & AmelieReekmans
WardRuelens & AmelieReekmansWardRuelens & AmelieReekmans
WardRuelens & AmelieReekmansWardruelens
 
Listing Presentation
Listing PresentationListing Presentation
Listing PresentationMarty Oswald
 
2nd / 2015-4 / Poverty / Hugh Evans
2nd / 2015-4 / Poverty / Hugh Evans2nd / 2015-4 / Poverty / Hugh Evans
2nd / 2015-4 / Poverty / Hugh Evansbb2ndcoysg
 
6AAlungileSixishe
6AAlungileSixishe6AAlungileSixishe
6AAlungileSixishezinesixishe
 
BoB Brochure - August 2016
BoB Brochure - August 2016BoB Brochure - August 2016
BoB Brochure - August 2016Linzi Boyd
 
Penyakit pada syaraf
Penyakit pada syarafPenyakit pada syaraf
Penyakit pada syaraferdihary
 
Prodigy - Mélange 2012 final
Prodigy - Mélange 2012 finalProdigy - Mélange 2012 final
Prodigy - Mélange 2012 finalPritam Solanki
 

Viewers also liked (14)

Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...
Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...
Turbidimetry for the Stability Evaluation of Emulsions Used in machining indu...
 
Unidades de almacenamiento
Unidades de almacenamientoUnidades de almacenamiento
Unidades de almacenamiento
 
Email research & email lead collection
Email research & email lead collectionEmail research & email lead collection
Email research & email lead collection
 
cv- PRITI WARUDKAR
cv- PRITI WARUDKARcv- PRITI WARUDKAR
cv- PRITI WARUDKAR
 
WardRuelens & AmelieReekmans
WardRuelens & AmelieReekmansWardRuelens & AmelieReekmans
WardRuelens & AmelieReekmans
 
Listing Presentation
Listing PresentationListing Presentation
Listing Presentation
 
2nd / 2015-4 / Poverty / Hugh Evans
2nd / 2015-4 / Poverty / Hugh Evans2nd / 2015-4 / Poverty / Hugh Evans
2nd / 2015-4 / Poverty / Hugh Evans
 
6AAlungileSixishe
6AAlungileSixishe6AAlungileSixishe
6AAlungileSixishe
 
About Topup Genie
About Topup GenieAbout Topup Genie
About Topup Genie
 
BoB Brochure - August 2016
BoB Brochure - August 2016BoB Brochure - August 2016
BoB Brochure - August 2016
 
Penyakit pada syaraf
Penyakit pada syarafPenyakit pada syaraf
Penyakit pada syaraf
 
Grass-4_eng
Grass-4_engGrass-4_eng
Grass-4_eng
 
Prodigy - Mélange 2012 final
Prodigy - Mélange 2012 finalProdigy - Mélange 2012 final
Prodigy - Mélange 2012 final
 
Greg1015+W1
Greg1015+W1Greg1015+W1
Greg1015+W1
 

Similar to Use of Spectroscopic Sensors and Neural Networks to Monitor Emulsion Aging

AlsadiqPropertiesAndConcentratio.pdf
AlsadiqPropertiesAndConcentratio.pdfAlsadiqPropertiesAndConcentratio.pdf
AlsadiqPropertiesAndConcentratio.pdfHamza Deeb
 
Plasmonic wave assessment via optomechatronics system for biosensor application
Plasmonic wave assessment via optomechatronics system for biosensor applicationPlasmonic wave assessment via optomechatronics system for biosensor application
Plasmonic wave assessment via optomechatronics system for biosensor applicationIJECEIAES
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...eSAT Journals
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...eSAT Publishing House
 
IRJET - Different Curing Modes and its Effect on Colour Stability of Univers...
IRJET  - Different Curing Modes and its Effect on Colour Stability of Univers...IRJET  - Different Curing Modes and its Effect on Colour Stability of Univers...
IRJET - Different Curing Modes and its Effect on Colour Stability of Univers...IRJET Journal
 
SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...
SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...
SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...Julio Herbas
 
160915_2pager_tech_MCSP
160915_2pager_tech_MCSP160915_2pager_tech_MCSP
160915_2pager_tech_MCSPandre broessel
 
1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-main1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-mainSalman Malik
 
Interaction of Components in Molecular Optoelectronics for the Next Generati...
Interaction of Components in Molecular Optoelectronics for the  Next Generati...Interaction of Components in Molecular Optoelectronics for the  Next Generati...
Interaction of Components in Molecular Optoelectronics for the Next Generati...Scientific Review SR
 
IRJET- Area Under Curve UV Spectrophotometric Method for Determination of...
IRJET-  	  Area Under Curve UV Spectrophotometric Method for Determination of...IRJET-  	  Area Under Curve UV Spectrophotometric Method for Determination of...
IRJET- Area Under Curve UV Spectrophotometric Method for Determination of...IRJET Journal
 
Launching digital biology, 12 May 2015, Bremen
Launching digital biology, 12 May 2015, BremenLaunching digital biology, 12 May 2015, Bremen
Launching digital biology, 12 May 2015, Bremenbioflux
 
Estimation of pH and MLSS using Neural Network
Estimation of pH and MLSS using Neural NetworkEstimation of pH and MLSS using Neural Network
Estimation of pH and MLSS using Neural NetworkTELKOMNIKA JOURNAL
 
Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...
Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...
Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...Waqas Tariq
 
Gamma radiation induced transformational change in ir spectrum of ebha nemati...
Gamma radiation induced transformational change in ir spectrum of ebha nemati...Gamma radiation induced transformational change in ir spectrum of ebha nemati...
Gamma radiation induced transformational change in ir spectrum of ebha nemati...IAEME Publication
 
GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...
GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...
GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...IAEME Publication
 
The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...
The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...
The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...Abubakar Yakubu
 
Paper id 36201531
Paper id 36201531Paper id 36201531
Paper id 36201531IJRAT
 

Similar to Use of Spectroscopic Sensors and Neural Networks to Monitor Emulsion Aging (20)

AlsadiqPropertiesAndConcentratio.pdf
AlsadiqPropertiesAndConcentratio.pdfAlsadiqPropertiesAndConcentratio.pdf
AlsadiqPropertiesAndConcentratio.pdf
 
Plasmonic wave assessment via optomechatronics system for biosensor application
Plasmonic wave assessment via optomechatronics system for biosensor applicationPlasmonic wave assessment via optomechatronics system for biosensor application
Plasmonic wave assessment via optomechatronics system for biosensor application
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
 
IRJET - Different Curing Modes and its Effect on Colour Stability of Univers...
IRJET  - Different Curing Modes and its Effect on Colour Stability of Univers...IRJET  - Different Curing Modes and its Effect on Colour Stability of Univers...
IRJET - Different Curing Modes and its Effect on Colour Stability of Univers...
 
SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...
SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...
SPE-172699 Comprehensive Micromodel Study to Evaluate Polymer EOR in Unconsol...
 
Evaluation of Microleakage Caused by Different LED Light Sources in Composite...
Evaluation of Microleakage Caused by Different LED Light Sources in Composite...Evaluation of Microleakage Caused by Different LED Light Sources in Composite...
Evaluation of Microleakage Caused by Different LED Light Sources in Composite...
 
160915_2pager_tech_MCSP
160915_2pager_tech_MCSP160915_2pager_tech_MCSP
160915_2pager_tech_MCSP
 
1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-main1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-main
 
Interaction of Components in Molecular Optoelectronics for the Next Generati...
Interaction of Components in Molecular Optoelectronics for the  Next Generati...Interaction of Components in Molecular Optoelectronics for the  Next Generati...
Interaction of Components in Molecular Optoelectronics for the Next Generati...
 
IRJET- Area Under Curve UV Spectrophotometric Method for Determination of...
IRJET-  	  Area Under Curve UV Spectrophotometric Method for Determination of...IRJET-  	  Area Under Curve UV Spectrophotometric Method for Determination of...
IRJET- Area Under Curve UV Spectrophotometric Method for Determination of...
 
Launching digital biology, 12 May 2015, Bremen
Launching digital biology, 12 May 2015, BremenLaunching digital biology, 12 May 2015, Bremen
Launching digital biology, 12 May 2015, Bremen
 
Estimation of pH and MLSS using Neural Network
Estimation of pH and MLSS using Neural NetworkEstimation of pH and MLSS using Neural Network
Estimation of pH and MLSS using Neural Network
 
Ijaret 06 10_018
Ijaret 06 10_018Ijaret 06 10_018
Ijaret 06 10_018
 
Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...
Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...
Modeling of Nitrogen Oxide Emissions in Fluidized Bed Combustion Using Artifi...
 
Gamma radiation induced transformational change in ir spectrum of ebha nemati...
Gamma radiation induced transformational change in ir spectrum of ebha nemati...Gamma radiation induced transformational change in ir spectrum of ebha nemati...
Gamma radiation induced transformational change in ir spectrum of ebha nemati...
 
GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...
GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...
GAMMA RADIATION-INDUCED TRANSFORMATIONAL CHANGE IN IR SPECTRUM OF EBHA NEMATI...
 
The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...
The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...
The effect of ZnO Nanoparticles filler on the Attenuation of ZNO/PCL Nanocomp...
 
Paper id 36201531
Paper id 36201531Paper id 36201531
Paper id 36201531
 
195 b.m. sudaroli
195 b.m. sudaroli195 b.m. sudaroli
195 b.m. sudaroli
 

Use of Spectroscopic Sensors and Neural Networks to Monitor Emulsion Aging

  • 1. Use of a Spectroscopic Sensor to Monitor Droplet Size Distribution in Emulsions Using Neural Networks Cristhiane Assenhaimer,1 Leandro J. Machado,1 Benjamin Glasse,2 Udo Fritsching2 and Roberto Guardani1 * 1. Chemical Engineering Department, University of São Paulo, São Paulo, Brazil 2. Process Engineering Department, University of Bremen, Bremen, Germany Monitoring of emulsion properties is important in many applications, like in foods and pharmaceutical products, or in emulsion polymerisation processes, since aged and ‘broken’ emulsions perform worse and may affect product quality. This study reports the use of an ‘in‐line’ turbidity sensor coupled with a neural network model to monitor droplet size distributions of metal working fluid emulsions (MWF), a case where emulsion aging affects product quality. The data from the sensor were used to fit the model for droplet size distribution estimation. The technique was applied to monitor the destabilisation of commercially available MWF with good accuracy. Keywords: emulsion, spectroscopic sensor, droplet size distribution, metal working fluid INTRODUCTION M etal working fluids (MWF) have an important role in machining processes. They increase the productivity and reduce costs by enabling the use of higher cutting speeds, higher feed rates, and deeper cuts. Effective application of these fluids can also increase tool life, decrease surface roughness, increase dimensional accuracy and decrease the amount of power consumed.[1] Most MWF are oil‐in‐water emulsions with complex formulations that change according to the application. The MWF consumption in typical metal working facilities is around 33 t/year.[2] Published data for Germany in 1994 show that MWF consumption was about 350 000 t.[3] From 7% to 17% of the total costs of machining processes are related to MWF consumption and treatment, while only 2–4% are due to the costs of tools.[3] These data show the importance of monitoring the quality of MWF in industrial processes, in order to prevent early disposal, which increases costs, or the use of aged emulsions, which can lead to problems in production processes and affect product quality. Monitoring of Emulsion Aging Even though emulsion quality monitoring is a key issue in manufacturing processes, this is normally carried out only by periodic measurements of some physical–chemical properties, like pH, viscosity, density and contamination by microorganisms. Because of that, changes in emulsion properties are detected only when the aging of the emulsion is already significant. Emulsion aging is associated with changes in the droplet size distribution (DSD), as a consequence of droplet coalescence, caused by changes in the balance of attraction and repulsion forces between droplets. Figure 1 shows illustrative DSD plots for MWF under different conditions: a new fluid, a new fluid in use, and an aged fluid. As shown in the plots, emulsion aging is associated with the appearance of populations of droplets with larger size. Due to this change in profile, monitoring of the DSD can be suitable to detect changes in emulsion properties. Light scattering caused by the dispersed droplets under the incidence of light with different wavelengths can thus be monitored by a spectrometric sensor, and the resulting spectra can be used to estimate the DSD of the emulsion. This optical technique can be used for the in‐line monitoring of MWF in industrial facilities. In this study, MWF aging was simulated by artificially destabilising oil‐in‐water emulsions with the addition of CaCl2 to the system. The addition of an electrolyte increases the ionic strength in the fluid, reducing electrostatic repulsion between droplets, which is responsible for keeping the emulsion stable.[4] In this way, the equilibrium of the interaction forces between the components of the emulsion is changed and the coalescence rate increases. UV/Vis Spectroscopy and Optical Models A number of papers have been published in recent years showing the application of UV/Vis spectroscopy followed by treatment of data by optical models to obtain information on the DSD in different dispersed systems, whose time variation can be correlated with properties of the emulsion.[5,6] For typical emulsions, the most suitable optical models are based on the one developed by Mie in 1908. Further details about the Mie theory can be found, for example in Bohren and Huffman.[7] Figure 2 shows a typical light absorption and scattering spectrum for an oil‐in‐water emulsion obtained by spectroscopic measure- ments. The turbidity of the emulsion (t) is related to the measured light intensity (I) by Equation (1), where I0 is the intensity of the light source, l is the optical path and l is the wavelength. Under conditions of negligible light absorption by the species in the emulsion, the turbidity can be related to the droplet size (x) and the DSD function, f(x), by means of Equation (2), where Np is the total particle number per unit volume, and Qext is the extinction *Author to whom correspondence may be addressed. E‐mail address: guarda@pqi.ep.usp.br Can. J. Chem. Eng. 92:318–323, 2014 © 2013 Canadian Society for Chemical Engineering DOI 10.1002/cjce.21861 Published online 14 June 2013 in Wiley Online Library (wileyonlinelibrary.com). 318 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING VOLUME 92, FEBRUARY 2014
  • 2. coefficient, which can be estimated from the Mie Theory. In this way, it is possible to associate both phenomena and to obtain the DSD from light absorption and scattering spectra with appropriate techniques I ¼ I0 expðÀtðlÞlÞ ð1Þ tðlÞ ¼ Np p 4 Z1 0 Qextðl; xÞx2 fðxÞ dx ð2Þ Celis and Garcia‐Rubio[6,8] and Elicabe and Garcia‐Rubio[9] have used algorithms to estimate the DSD in emulsions and dispersions based on the optical properties of its components and on spectroscopic measurements, by applying inversion methods. This approach enables the real‐time estimation of the DSD, and the in‐line monitoring of this emulsion property. However, these models are not suitable for emulsions with high droplet concentration due to multiple scattering effects, in which light that is scattered by one droplet is affected by the light scattered by other droplets before being detected by the sensor, leading to inaccurate results. Neural Network Models An alternative approach that can be applied to emulsions under high droplet concentration is based on pattern recognition techniques. In this case, the spectral data measured by the turbidimetric sensor is associated with the corresponding DSD by means of a previously calibrated multivariate model. Among different techniques that can be applied, nonlinear models such as neural networks have been successfully applied by one of the present authors in place of light scattering models to estimate size distributions in concentrated solid–liquid suspensions.[10,11] Figure 3 illustrates the structure of a commonly applied neural network, that is a three‐layer feed‐forward neural network, used in this study. The input to a neuron j in the network, consists of the weighted sum Sj of outputs from neurons i (i ¼ 1, 2, …, q), Xi (Equation 3). The weights, Wi,j, are model parameters that are fitted to each specific system. The last input, Xqþ1, with value equal to 1, is a bias Sj ¼ Xq i¼1 Wi;jXi þ Wqþ1;j ð3Þ The output from neuron j is a response function Oj ¼ f(Sj), in which f(Sj) can consist of different mathematical forms, but in most cases is a sigmoidal function (Equation 4): fðSjÞ ¼ 1 1 À eÀSj ð4Þ The fitting of a neural network is divided in two parts: training, which consists of the fitting of the parameters or weights, and validation. In the training step, measured values of the system outputs corresponding to known values of inputs are presented to the network, and the best set of weights is selected so that a minimum squared error E is achieved. E is defined in Equation (5), where yk is the experimental value of output k and Ok is the calculated value of output k. The fitting consists of presenting the neural network to the set of experimental pairs of inputs and outputs. At each presentation of the data set the weights to each neuron (Equation 3) are changed according to the backpropagation algorithm,[12] so as to minimise the error E E ¼ X all observations Xp k¼1 ðy ðmÞ k À O ðmÞ k Þ2 ð5Þ 1 (bias) 1 (bias) Figure 3. Illustration of a feed‐forward neural network. 0 0,2 0,4 0,6 0,8 1 1,2 200 400 600 800 1000 OpticalDensityinAU Wavelength in nm Figure 2. Example of a light absorption and scattering spectrum. 0 2 4 6 8 10 12 14 16 18 20 0.01 0.1 1 10 100 1000 f(x)in%/mµ New Fluid New Fluid in Use Aged Fluid Diameter, x in µm Figure 1. Illustration of droplet size distributions obtained by the authors with metal working fluid emulsions under different conditions. VOLUME 92, FEBRUARY 2014 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING 319
  • 3. The second part of the fitting consists of the model validation. The calculated outputs are compared with experimental values for new observations that have not been used in the training step, in order to check if the model is able to predict the desired results. The computational programs for neural network model fitting, validation and simulations were developed at home in the Chemical Engineering Department, University of São Paulo. MATERIALS AND METHODS Commercial metalworking fluid, Kompakt YV Neu, was obtained from Jokisch GmbH (Oerlinghausen, Germany). The chemical composition of this fluid was not specified by the producer, but it contains 40% oil phase. Emulsions were prepared by dilution of the metalworking fluid with deionised water to reach the desired MWF concentrations (3.5–5.2%). Artificial aging was promoted by adding to the emulsions 0–0.3% of CaCl2 (CaCl2·2H2O, purity of 99.5%), from Grüssing GmbH. Absorbance measurements were performed with a UV–Vis–NIR spectrometer, model HR2000 þ ES, from OceanOptics, with DH 2000‐BAL (200–1100 nm) light source, and a deep probe with 6.35 mm diameter, 127 mm of length and 2 mm optical path, which enables in‐line monitoring. Experimental values of the droplet size distribution, adopted as references in the neural network training, were based on measurements in a Malvern Mastersizer 2000 laser diffractometer, with particle size detection range from 0.02 to 2000 mm. RESULTS Data Treatment Figure 4 shows typical spectra obtained in the experiments with emulsion samples at different times. The observed values of optical density at different wavelengths represent the sum of absorption and scattering by the droplets. Due to the large number of absorbance–wavelength data contained in each observation, a previous statistical analysis was carried out in order to reduce the number of input variables to the neural network, based on the relative importance of each input variable (optical density at a given wavelength) on the variance of the data. The selection of the most important input variables was based on a principal component analysis (PCA). This technique consists of transforming the original variables of a multivariate system into non‐correlated new variables (components) that are linear combinations of the original variables. Thus, from a number n of original variables xj (j ¼ 1, …, n) a smaller number of p non‐ correlated components ei (i ¼ 1, …, p) are calculated, which are linear combinations of the original variables with the form: ei ¼ wi1x1 þ þwijxj þ þwinxn, in which the terms wij are the loadings, or weights, of variable xj on the component ei and are computed so that each component represents the maximum of the system variability in decreasing order. The technique is used to reduce the number of variables involved in an analysis, and to detect underlying relationships among groups of variables. Descriptions of the method are presented in books on multivariate statistical analysis.[13] The weights correspond to the eigenvectors of the covariance matrix of the original variables. Components are ordered according to the decreasing value of variances, represented by their eigenvalues. Numerical differences of variables were eliminated by working with standardised variables (zero mean, standard deviation equal to 1). Thus, computations were based on the correlation matrix. Result interpretation was based on the absolute value of the weights wij.[14] Based on this analysis, for the set of observations in the present study, it was possible to reduce the number of input variables from the original ca. 400 variables (since the resolution of the spectrometer was about 2 nm, and the measured range was from ca. 200 to 1000 nm) to only three most important wavelengths: 460, 695 and 943 nm. These variables represent ca. 98% of the total observed variance in the data set. Neural Network Fitting A three‐layer feed‐forward neural network like the one presented in Figure 3 was used to fit the experimental data. A total of 7 variables were used as inputs: absorbance values selected by PCA at 460, 695 and 943 nm, concentration of oil, water and CaCl2, and the time interval between addition of salt to the emulsion and each measurement (aging time). Thus, the inputs consist of the formulation of each sample, and the resulting optical density at different times after salt addition. As outputs of the neural network 17 sizes classes were selected, from 0.04 to 10 mm, as multiples offfiffiffi 2 p . This number of size classes was arbitrarily adopted in order to reconstruct the DSD of the samples with appropriate resolution. Thus, since the number of inputs and outputs is defined by the specific characteristics of the system, then the only degree of freedom was the number of neurons in the hidden layer (Figure 3). In the fitting step, for each value of this number the minimum value of the error (Equation 5) was recorded. The best fitting was obtained with six neurons in the hidden layer, after 500 000 presentations of the data set to the neural network. Figures 5 and 6 show representative results obtained in the fitting and validation of the model, for samples with different aging times and consequently different DSD. Good agreement between the calculated and experimental values was obtained for samples with monomodal and bimodal distributions, with different proportions of each droplet population. These results indicate that the treatment of the optical density data measured by the UV/Vis spectroscopic sensor by means of a neural network model is able to provide accurate values of the droplet size distribution for new and aged MWF, presenting monomodal and bimodal DSD, respectively. In case of unstable emulsions, the proposed method can be applied as a monitoring technique before phase separation takes place, since phase separation changes the concentration of the emulsion components and affects the light scattering pattern, generating false results. 0,0 0,5 1,0 1,5 2,0 2,5 3,0 400 500 600 700 800 900 1000 OpticalDensity(AU) Wavelength(nm) Figure 4. Absorbance spectra obtained with MWF emulsions. 320 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING VOLUME 92, FEBRUARY 2014
  • 4. Application to the Monitoring of a Destabilisation Experiment In order to test the spectroscopic sensor coupled with the neural network model, an experiment was carried out in which the aging of a MWF sample was monitored over time. Thus, 0.3% of CaCl2 was added to a MWF emulsion with concentration of 4%. The aging was monitored over time with the spectrometer and the deep probe, and samples were collected at desired times for droplet size distribution measurement with the Malvern Mastersizer 2000 diffractometer for comparison with the results provided by the sensor. The spectroscopic data consisted of the optical density at 460, 695 and 943 nm. The other input variables were the MWF formulation, and time after addition of the salt. Thus, by running the neural network model with data generated by the spectrometer the DSD could be estimated over the destabilisation time. DSD plots obtained by applying the technique to the MWF destabilisation experiment are shown in Figure 7 for different times after addition of CaCl2 to the emulsion. The DSD plots show that, after salt addition, a second population is formed with much larger droplets than in the original population. The volumetric fraction of this population increases with time, and tends to reach appreciable values. The location of the maximum in the DSD of this second population also tends to increase with time, while this tendency is not so clearly observed in the initial population. The plots also show that the DSD curves calculated by the model are similar to those produced by laser diffractometry. Thus, the sensor was able to retrieve the DSD with good accuracy as well as to monitor the time evolution of the aging process in terms of the DSD, which changes from monomodal to bimodal distribution. These results point out the potential of this technique for monitoring such emulsions with possible applications in similar systems. Under the conditions tested, the results were not affected by multiple scattering, suggesting that this technique can even be used in more concentrated emulsions, if the model is fitted to representative experimental data. CONCLUSIONS The fitting of a multivariate model based on neural network to associate UV/Vis optical density spectral data with the droplet size distribution of metal working fluid emulsions has shown good agreement for monomodal and bimodal distributions, typical of new and aged emulsions, respectively. Since this approach is based on an empirical model, the application of the method to other emulsions involves a preliminary calibration step, that is the fitting of a neural network model under the specific conditions of each use, in order to obtain a valid model. The number of input variables to the model was significantly reduced by carrying out a principal component analysis, aimed at selecting the most important variables in terms of their contribu- tion to the variance of the data. This approach enabled the fitting of 0,0 1,0 2,0 3,0 4,0 5,0 6,0 7,0 8,0 9,0 10,0 0,01 0,10 1,00 10,00 f(x) Diameter, x (μm) Training Experimental Calculated 0,0 1,0 2,0 3,0 4,0 5,0 6,0 7,0 8,0 9,0 10,0 0,01 0,10 1,00 10,00 f(x) Diameter, x (μm) Training Experimental Calculated B A Figure 5. (A) and (B) Neural network fitting results for samples with monomodal and bimodal droplet size distributions, for observations used in model fitting. 0,0 1,0 2,0 3,0 4,0 5,0 6,0 7,0 8,0 9,0 10,0 0,01 0,10 1,00 10,00 100,00 f(x) Diameter, x (μm) Validation Experimental Calculated 0,0 1,0 2,0 3,0 4,0 5,0 6,0 7,0 8,0 9,0 10,0 0,01 0,10 1,00 10,00 f(x) Diameter,x (μm) Va B A lidation Experimental Calculated Figure 6. (A) and (B) Neural network fitting results for samples with monomodal and bimodal droplet size distributions, for observations used to validate the model. VOLUME 92, FEBRUARY 2014 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING 321
  • 5. a neural network with a relatively small number of inputs, which resulted in a model with a relatively small number of parameters. The model was applied to an aging experiment and was able to detect changes in the DSD profile over time from monomodal to bimodal distribution with good accuracy. If no phase separation occurs, the technique is apparently not affected by high concentration of droplets, which causes multiple scattering effects in such systems. Thus, based on the results shown, the optical sensor coupled with the neural network model can be used to monitor changes in the emulsion structure based on the changes in the DSD. Such a sensor can be applied in industrial processes involving emulsions, providing real‐time information on the DSD based on in‐line measurements by the spectroscopic sensor. NOMENCLATURE E squared error ej non‐correlated components of the transformation of the original variables in PCA f(x) droplet size distribution function I measured light intensity I0 intensity of the light source l optical path 0,0 2,0 4,0 6,0 8,0 10,0 0,01 0,10 1,00 10,00 100,00 f(x) Diameter, x A D B E C F (μm) Starting time Experimental Calculated 0,0 2,0 4,0 6,0 8,0 10,0 0,01 0,10 1,00 10,00 100,00 f(x) (μm) After 8 minutes Experimental Calculated 0,0 2,0 4,0 6,0 8,0 10,0 0,01 0,10 1,00 10,00 100,00 f(x) (μm) After 20 minutes Experimental Calculated 0,0 2,0 4,0 6,0 8,0 10,0 0,01 0,10 1,00 10,00 100,00 f(x) (μm) After 30 minutes Experimental Calculated 0,0 2,0 4,0 6,0 8,0 10,0 0,01 0,10 1,00 10,00 100,00 f(x) (μm) After 80 minutes Experimental Calculated 0,0 2,0 4,0 6,0 8,0 10,0 0,01 0,10 1,00 10,00 100,00 f(x) (μm) After 1040 minutes Experimental Calculated Diameter, x Diameter, xDiameter, x Diameter, x Diameter, x Figure 7. Droplet size distribution of artificially destabilised MWF estimated by the sensor, compared with results obtained with the laser diffractometer. (Plot A) before addition of CaCl2; (plots B–F) at different times after CaCl2 addition. 322 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING VOLUME 92, FEBRUARY 2014
  • 6. Np total particle number per unit volume Oj objective function calculated in the output of the neuron j Ok calculated value of output k Qext extinction coefficient Sj weighted sum of inputs of the neural network Wi,j weights of the neural network wi,j weights of the linear combination in PCA x droplet size Xqþ1 bias Xi inputs of the neural network xj original variables yk experimental value of output k l wavelength t turbidity ACKNOWLEDGEMENTS This study is part of a joint project between the Universities of São Paulo and Bremen, within the BRAGECRIM program (Brazilian German Cooperative Research Initiative in Manufacturing). The authors would like to thank FAPESP, CAPES, FINEP and CNPq (Brazil), and DFG (Germany) for the financial support. REFERENCES [1] M. A. El Baradie, J. Mater. Process Technol. 1966, 56, 786. [2] J. F. G. De Oliveira, S. M. Alves, Produção 2007, 17, 129. [3] F. Klocke, G. Eisenblätter, Ann. CIRP 1997, 46, 519. [4] I. D. Morrison, S. Ross, Colloidal Dispersions—Suspensions, Emulsions and Foams, 1st edition, Wiley‐Interscience, New York 2002, p. 656. [5] J. Deluhery, N. Rajagopalan, Colloids Surf. A Physicochem. Eng. Aspects 2005, 256, 145. [6] M. Celis, L. H. Garcia‐Rubio, J. Dispersion Sci. Technol. 2008, 29, 20. [7] D. Bohren, C. F. Huffman, Absorption and Scattering of Light by Small Particles, John Wiley & Sons, New York 1983, p. 519. [8] M.‐T. Celis, L. H. Garcia‐Rubio, Indus. Eng. Chem. Res. 2004, 43, 2067. [9] G. E. Elicabe, L. H. Garcia‐Rubio, Adv. Chem. Ser. 1990, 227, 83. [10] R. Guardani, C. A. O. Nascimento, R. S. Onimaru, Powder Technol. 2002, 126, 42. [11] C. A. O. Nascimento, R. Guardani, M. Giuletti, Powder Technol. 1997, 90, 89. [12] D. Rummelhart, J. McClelland, Parallel Distributed Process- ing Explorations in the Microstructure of Cognition, 1986, 1, MIT Press, Cambridge, MA p. 567. [13] R. A. Johnson, D. W. Wichern, Applied Multivariate Statistical Analysis, Prentice‐Hall, Upper Saddle River 2002, p. 800. [14] I. T. Jolliffe, Principal Component Analysis, Springer, New York 1986, p. 502. Manuscript received December 26, 2012; revised manuscript received February 19, 2013; accepted for publication March 07, 2013. VOLUME 92, FEBRUARY 2014 THE CANADIAN JOURNAL OF CHEMICAL ENGINEERING 323