Revisión | 6fdd8eefbaa9dee63335bdb4959b2598b1c0ef8d (tree) |
---|---|
Tiempo | 2008-11-05 03:51:01 |
Autor | iselllo |
Commiter | iselllo |
New revision of the paper before Yannis's mission to Amsterdam. No modification the the figures, only to the text.
@@ -14,6 +14,12 @@ | ||
14 | 14 | % or use the epsfig package if you prefer to use the old commands |
15 | 15 | % \usepackage{epsfig} |
16 | 16 | |
17 | + | |
18 | + %\usepackage[pdftex]{thumbpdf} | |
19 | +%\usepackage[pdftex]{hyperref} | |
20 | + | |
21 | + | |
22 | + | |
17 | 23 | \usepackage{graphicx} |
18 | 24 | \usepackage{url} |
19 | 25 | \usepackage{natbib} |
@@ -168,12 +174,23 @@ | ||
168 | 174 | |
169 | 175 | \begin{abstract} |
170 | 176 | % Text of abstract |
171 | -We study the Langevin dynamics of diesel exhaust nanoparticles. | |
177 | +The process of nanoparticle agglomeration as a function of the | |
178 | +monomer-monomer interaction potential | |
179 | + is simulated by solving via Langevin | |
180 | +equations for a set of interacting monomers in three dimensions. The simulation output is used to investigate the | |
181 | +structure of the generated clusters and the collision | |
182 | +frequency between small clusters. Cluster restructuring is also | |
183 | +observed and discussed. | |
184 | +We identify a time-dependent fractal dimension whose evolution is linked | |
185 | +to the kinetics of two cluster populations. | |
186 | +The absence of screening in Langevin equations is discussed and its | |
187 | +effect on | |
188 | +cluster translational and rotational properties is quantified. | |
172 | 189 | \end{abstract} |
173 | 190 | |
174 | 191 | \begin{keyword} |
175 | 192 | % keywords here, in the form: keyword \sep keyword |
176 | -Langevin, fractal, aggregate, coagulation | |
193 | +Langevin, fractal, aggregate, agglomeration. | |
177 | 194 | % PACS codes here, in the form: \PACS code \sep code |
178 | 195 | \PACS |
179 | 196 | \end{keyword} |
@@ -182,9 +199,73 @@ | ||
182 | 199 | % main text |
183 | 200 | \section{Introduction} |
184 | 201 | \label{introduction} |
185 | -Add references to give a general background on the field. | |
202 | +Nanoparticle aggregates are of paramount importance in | |
203 | +technological and industrial processes such as combustion, filtration, | |
204 | + gas-phase-particle synthesis and many more. | |
205 | + The fractal nature of these aggregates | |
206 | + has profound implications on their | |
207 | +transport \citep{filippov_drag, ybarra_drag, moskal} and thermal | |
208 | +\citep{filippov_thermal} properties. | |
186 | 209 | |
187 | -\section{Model Formulation} | |
210 | + | |
211 | +Fractal aggregates arise from the agglomeration of smaller spherules, | |
212 | +hereafter called monomers, which do not coalesce, but rather retain | |
213 | +their identity in the resulting aggregate. | |
214 | +Individual monomers in a quiescent fluid are Brownian particles whose | |
215 | +dynamics is described by Langevin equation \citep{risken_book}. | |
216 | +Langevin simulations have been employed in aerosol science to investigate aggregate | |
217 | +agglomeration \citep{mountain}, aggregate collisional properties | |
218 | +\citep{pratsinis_kernel}, the limits of validity of Smoluchowski | |
219 | +equation \citep{pratsinis_ld} and aggregate films | |
220 | +\citep{friedlander_deposition, deposition_interaction}. | |
221 | + | |
222 | +In this study we investigate nanoparticle dynamics relying solely on | |
223 | +Langevin equations for a set of interacting monomers in three | |
224 | +dimensions. | |
225 | +Unlike the works mentioned above, no assumptions are made about the | |
226 | +structure or mobility of the aggregates generated by the dynamics. | |
227 | +This is reminiscent of other applications of Langevin simulations in | |
228 | +the field of dilute colloidal suspensions to study agglomeration and the | |
229 | +structures it gives rise to \citep{videcoq, hutter_langevin}. | |
230 | +The main limitation of this approach is the lack of screening of the | |
231 | +inner monomers in an aggregate. | |
232 | +We quantify the effect of this | |
233 | +approximation on the aggregate diffusional properties, while we argue | |
234 | +that it has a limited effect on the structure of the generated aggregates. | |
235 | + | |
236 | +Since we solve numerically | |
237 | +Langevin equations for interacting monomers rather than aggregates, | |
238 | +the raw output of the simulations does not contain direct information | |
239 | +on aggregate formation. We infer this datum, together with the | |
240 | +detailed structure of each aggregate, the record of the collisions | |
241 | +it underwent and its eventual restructuring, by using techniques borrowed from graph theory \citep{book_algorithms}. | |
242 | + | |
243 | +The paper is organized as follows: Section \ref{model} provides the | |
244 | +theoretical framework for Langevin nanoparticle simulations. | |
245 | +Emphasis is given to the description and justification of the | |
246 | +monomer-monomer interaction potentials employed in the numerical | |
247 | +experiments. | |
248 | +Section \ref{simulations} offers an overview of the numerical work and introduces | |
249 | + the quantities of the interest monitored to investigate | |
250 | +the system dynamics. | |
251 | +Section \ref{results} contains the results and discussion of | |
252 | +Langevin simulations, whereas the final remarks in Section \ref{conclusions} conclude | |
253 | +the paper. | |
254 | + | |
255 | + | |
256 | +% For instance, the calculation of the drag force felt by an aggregate | |
257 | +% in a Stokes flow typically requires the solution of Stokes equation | |
258 | +% for the flow surrounding the aggregate to be matched with the solution | |
259 | +% of Brinkman equation for the creeping flow inside the aggregate | |
260 | +% \citep{filippov_drag, ybarra_drag}, which can be a numerically | |
261 | +% demanding task for which analytical treatments are available only in | |
262 | +% the case of spherically-symmetric fractal aggregates. | |
263 | + | |
264 | + | |
265 | + | |
266 | + | |
267 | + | |
268 | +\section{Model Formulation}\label{model} | |
188 | 269 | |
189 | 270 | \subsection{Langevin Equation for Mesoscopic systems} |
190 | 271 | \label{sec:lang-equat-mesosc} |
@@ -201,7 +282,7 @@ | ||
201 | 282 | solving the equations for a system of interacting clusters |
202 | 283 | in three dimensions. |
203 | 284 | We use the word cluster with the same meaning as the term aggregate in |
204 | -Ref. \cite{konstandopoulos}, i.e. a set of physically bound spherules, here called monomers. | |
285 | +Ref. \cite{konstandopoulos}, i.e. a set of physically bound spherules (monomers). | |
205 | 286 | The $i$-th monomer obeys the Langevin equation |
206 | 287 | \begin{equation} |
207 | 288 | \label{eq:Langevin} |
@@ -378,19 +459,22 @@ | ||
378 | 459 | $\sigma$, the monomers |
379 | 460 | feel a very strong repulsive force much larger than the other energy |
380 | 461 | scale in the system, namely the thermal energy $k_BT$, where $T$ is |
381 | - the system temperature. Although the potential does not diverge at | |
462 | + the system temperature. Although neither potential diverges at | |
382 | 463 | separations $r<\sigma$ and one should call $\sigma$ the soft-core |
383 | 464 | monomer diameter, monomer separations below $\sigma$ are energetically |
384 | - unfavourable and extremely unlikely occur in the system dynamics. This | |
465 | + unfavorable and extremely unlikely occur in the system dynamics. This | |
385 | 466 | justifies the identification of $\sigma$ with the monomer hard-core diameter. |
386 | 467 | |
387 | 468 | |
388 | 469 | The model potential also exhibits a deep and narrow |
389 | - attractive part, responsible for the sticking of monomers when they | |
390 | - undergo a collision. In our numerical simulations, the potential has | |
391 | - a cut-off length $r_{\rm cut}$ such that $r_{\rm cut}-\sigma\ll\sigma$, | |
392 | - i.e. it is attractive part on a length much smaller than the monomer diameter. | |
393 | -On the contrary, Van der Waals potential is a long-ranged, though | |
470 | + attractive part, responsible for the sticking of monomers upon | |
471 | + collision, while smoothly going to zero at $r= r_{\rm cut}$ , where $r_{\rm | |
472 | + cut}$ is a cut-off distance such that $r_{\rm | |
473 | + cut}-\sigma\ll\sigma$. This avoids the introduction of the so-called | |
474 | + impulsive forces in the system \citep{md_book}. | |
475 | + The model potential is attractive on a length scale much smaller than | |
476 | + the monomer diameter, whereas | |
477 | + Van der Waals potential is a long-ranged, though | |
394 | 478 | quickly decaying, interaction. |
395 | 479 | % A simple potential satisfying the above requirement is a very narrow |
396 | 480 | % and deep potential well. However, the crude implementation of a potential well would lead |
@@ -400,10 +484,9 @@ | ||
400 | 484 | % monomer-monomer interaction potential in the following |
401 | 485 | |
402 | 486 | In the following, we give the analytical expression of the |
403 | -monomer-monomer model interaction potential $u(r)$ used in | |
404 | -the numerical experiments. The model interaction potential goes smoothly to zero | |
405 | - at $r=r_{cut}$ in order to avoid the introduction of the so-called | |
406 | - impulsive forces in the system \citep{md_book} | |
487 | +monomer-monomer model interaction potential $u_M(r)$ used in | |
488 | +the numerical experiments. | |
489 | + | |
407 | 490 | % and has a constant gradient for |
408 | 491 | % $r\le \sigma$ to model a strong (constant) repulsive force when the physical |
409 | 492 | % distance between two monomers falls below $\sigma$. |
@@ -519,21 +602,22 @@ | ||
519 | 602 | Eqs. \ref{eq:potential_well} is \ref{eq:van_der_waals} is |
520 | 603 | shown in Fig. \ref{plot_potential}. |
521 | 604 | |
522 | -\section{Simulations and Post-Processing} | |
605 | +\section{Simulations and Post-Processing}\label{simulations} | |
523 | 606 | |
524 | 607 | |
525 | 608 | \subsection{Preparation of the initial state} |
526 | 609 | % \label{sec:prep-init-state} |
527 | 610 | |
528 | -The initial state is created by placing, with a uniform random | |
529 | -distribution, $N_{\infty}=5000$ monomers in a cubic box of size $L$ | |
611 | +The initial state is created by placing randomly in a cubic box of size $L$ | |
530 | 612 | (measured, like all distances, in units of monomer diameter |
531 | -$\sigma$). | |
613 | +$\sigma$), $N_{\infty}(0)V_{\rm box}=5000$ monomers, where $V_{\rm | |
614 | + box}=L^3$ is the box volume and $N_{\infty}(0)$ is the initial | |
615 | +monomer concentration. | |
532 | 616 | The box size $L$ is chosen to ensure a given initial monomer |
533 | -density $\rho=0.01$ according to: | |
617 | +density $N_{\infty}(0)=0.01$ according to: | |
534 | 618 | \begin{equation} |
535 | 619 | \label{eq:box_size} |
536 | - L=\lro\f{N_{\infty}}{\rho}\rro ^{1/3}, | |
620 | + L=\lro\f{5000}{N_{\infty}}\rro ^{1/3}, | |
537 | 621 | \end{equation} |
538 | 622 | which leads to $L\simeq 80$. |
539 | 623 | The initial random displacement of the monomers in the box could give rise |
@@ -542,7 +626,7 @@ | ||
542 | 626 | strong repulsive force. |
543 | 627 | In order to avoid these problems, we use a well-known technique of |
544 | 628 | MD simulations and we ramp up the repulsive force |
545 | -monomers feel when $r<1$ (in units of $\sigma$) to its constant final value during a time $\tau_{\rm | |
629 | +monomers feel when $r<1$ to its constant final value during a time $\tau_{\rm | |
546 | 630 | ramp}=1$. |
547 | 631 | The system is then evolved until a final dimensionless time |
548 | 632 | $3000$, when the cluster concentration is almost two orders of |
@@ -553,10 +637,9 @@ | ||
553 | 637 | % is the kinetic energy scale for the monomers. |
554 | 638 | The results we show in this study were obtained by averaging the |
555 | 639 | output of $10$ simulations, in |
556 | -order to ensure to have enough data for the statistical analysis. It | |
640 | +order to ensure that we have enough data for the statistical analysis. It | |
557 | 641 | is worth pointing out that the results in Ref. \cite{mountain} were |
558 | -based on a system containing one tenth of the monomers whose dynamics | |
559 | -is investigated in this study. | |
642 | +based on a system containing one tenth of the monomers in this study. | |
560 | 643 | |
561 | 644 | |
562 | 645 | \subsection{Cluster Detection} |
@@ -564,21 +647,20 @@ | ||
564 | 647 | The determination of the clusters is one of the most time-consuming |
565 | 648 | tasks of the post-processing of the simulation results. |
566 | 649 | The simulations we ran with \esp return the individual monomer |
567 | -positions and velocity obtained by solving Eq. \ref{eq:Langevin} for a | |
568 | -3D system of interacting monomers. Unlike the previously mentioned works | |
650 | +positions and velocity obtained by solving Eq. \ref{eq:Langevin}. | |
651 | + Unlike the previously mentioned works | |
569 | 652 | \citep{meakin_cluster_models, mountain}, |
570 | 653 | we do not have to look for agglomeration events while |
571 | 654 | evolving the system. However, we are left with the problem of |
572 | 655 | determining a posteriori which clusters formed during the system evolution. |
656 | + | |
657 | + | |
573 | 658 | In this study we resort to an approach based on graph theory. |
574 | 659 | A perfectly rigid cluster is a |
575 | 660 | set of connected monomers such that all monomer-monomer distances |
576 | 661 | are constant in time. |
577 | -% For such a cluster, therefore, the relative distance between any two | |
578 | -% first neighbour monomers is fixed, rather than the distance between any | |
579 | -% two monomers in the cluster. | |
580 | 662 | For the specific case of our simulations, since both the model |
581 | -potential Eq. \ref{eq:potential_well} and Van der Waals potential Eq. \ref{eq:van_der_waals} is | |
663 | +potential Eq. \ref{eq:potential_well} and Van der Waals potential Eq. \ref{eq:van_der_waals} are | |
582 | 664 | not infinitely narrow, monomers are allowed tiny oscillations around |
583 | 665 | the equilibrium point. |
584 | 666 | Despite of that, the bottom of the potential well is so deep that when |
@@ -600,7 +682,7 @@ | ||
600 | 682 | For a periodic system, the distance between the $i$-th and $j$-th |
601 | 683 | monomer is the distance between the $i$-th monomer and the nearest |
602 | 684 | image of the $j$-th monomer \citep{md_book}. For instance, the |
603 | -distance between two monomers along the $x$ axis is given by: | |
685 | +distance between two monomers along the $x$ axis is given by | |
604 | 686 | \begin{equation} |
605 | 687 | \label{eq:distance_calc} |
606 | 688 | D_{ij}^{(x)}= x_i-x_j-L\cdot{\rm nint}\lro\f{x_i-x_j}{L} \rro, |
@@ -641,9 +723,9 @@ | ||
641 | 723 | The adjacency matrix is usually introduced in the context of graph |
642 | 724 | theory \citep{book_algorithms}, as a convenient way of uniquely representing a |
643 | 725 | graph. |
644 | -Monomers in a cluster can be formally regarded as the vertices of a graph and the | |
726 | +Monomers in a cluster can be formally regarded as the graph vertices and the | |
645 | 727 | physical bounds due to the interaction potential are, in this analogy, |
646 | -the edges of the graph. | |
728 | +the graph edges. | |
647 | 729 | The problem of determining the clusters, given the distance matrix |
648 | 730 | ${\bf D}$, is then re-formulated equivalently as the determination of |
649 | 731 | the connected components in a non-directed graph expressed by the |
@@ -658,7 +740,7 @@ | ||
658 | 740 | the dependence of the number of monomers in a cluster on its radius of |
659 | 741 | gyration can be used to determine the fractal dimension of the system. |
660 | 742 | The radius of gyration is defined as the root-mean-square distance |
661 | -mass displacement around the centre of mass of the aggregate: | |
743 | +mass displacement around the aggregate centre-of-mass | |
662 | 744 | |
663 | 745 | |
664 | 746 | \begin{equation} |
@@ -671,6 +753,8 @@ | ||
671 | 753 | We stress that the cluster radius of gyration is a static property |
672 | 754 | since it does not depend on the diffusional properties of the |
673 | 755 | cluster, but only on its mass distribution. |
756 | + | |
757 | + | |
674 | 758 | In order to evaluate $R_g$ according to Eq. \ref{eq:r_gyr_definition} |
675 | 759 | we need again to take into account the periodicity of the box. |
676 | 760 | We adopt a reference frame centred on the position of the first |
@@ -679,21 +763,21 @@ | ||
679 | 763 | Since all the |
680 | 764 | monomer-monomer distances along each axis are known from |
681 | 765 | Eq. \ref{eq:distance_calc}, one can calculate the position of |
682 | -all the other monomer in a cluster with respect to the first monomer; | |
766 | +all the other monomers in a cluster with respect to the first monomer; | |
683 | 767 | for instance the $j$-th monomer position along $x$ will be given by: |
684 | 768 | \begin{equation} |
685 | 769 | \label{eq:reconstruct_cluster} |
686 | 770 | x_j=x_1+D_{1j}^{(x)}=D_{1j}^{(x)} |
687 | 771 | \end{equation} |
688 | 772 | and similarly along the $y$ and $z$ axis. |
689 | -Once all the monomer coordinates have been re-calculated, one can | |
690 | -safely calculate the coordinates of the centre of mass of the | |
691 | -aggregate (e.g. $x_{CM}=\s_ix_i/k$) and apply straightforwardly | |
773 | +Once all the new monomer coordinates have been obtained from Eq \ref{eq:reconstruct_cluster}, one can | |
774 | +safely calculate the coordinates of the | |
775 | +aggregate centre-of-mass (e.g. $x_{CM}=\s_ix_i/k$) and apply straightforwardly | |
692 | 776 | Eq. \ref{eq:r_gyr_definition}. |
693 | 777 | We point out that this procedure is independent on the specific |
694 | -monomer we choose to locate in the origin of the reference frame | |
695 | -(since the radius of gyration of cluster is, of course, independent on | |
696 | -the spatial position of the cluster itself) nor does it depend on the | |
778 | +monomer whose coordinates are taken as the origin of the new reference frame | |
779 | +(the radius of gyration is independent on | |
780 | +the cluster spatial position) nor does it depend on the | |
697 | 781 | sign convention chosen for $D_{1j}^{(x)}$. |
698 | 782 | |
699 | 783 | Equation \ref{eq:distance_3D} allows one to also calculate the |
@@ -714,9 +798,9 @@ | ||
714 | 798 | mathematical definition of a set. |
715 | 799 | Viewing clusters as sets of monomers provides a computational method |
716 | 800 | to investigate the process of cluster collisions. |
717 | -First of all, we should note that both the model and Van der Waals | |
718 | -potential used in the simulations are much deeper than $k_BT$ and this | |
719 | -means that we can safely assume a sticking probability upon collision | |
801 | +First of all, we should remind ourselves that both the model and Van der Waals | |
802 | +potential used in the simulations are much deeper than $k_BT$ hence we | |
803 | +can safely assume a sticking probability upon collision | |
720 | 804 | equal to one. |
721 | 805 | To fix the ideas, let us consider two individual clusters at time |
722 | 806 | $t$. |
@@ -725,7 +809,7 @@ | ||
725 | 809 | An equivalent description of the collision process is that both |
726 | 810 | sets of monomers at time $t$ (the two initial clusters) end |
727 | 811 | up being proper subsets of the same set of monomers (the cluster |
728 | -formed by their collision) at time | |
812 | +formed by their collision) detectable at time | |
729 | 813 | $t+\delta t$. One can then record the number of collisions taking |
730 | 814 | place in $(t, t+\delta t]$ and the clusters involved in the collisions |
731 | 815 | simply by comparing different sets. |
@@ -756,7 +840,7 @@ | ||
756 | 840 | |
757 | 841 | |
758 | 842 | |
759 | -\section{Results and discussion} | |
843 | +\section{Results and discussion}\label{results} | |
760 | 844 | |
761 | 845 | |
762 | 846 | \subsection{Cluster diffusion coefficient and cluster thermalization} |
@@ -767,8 +851,7 @@ | ||
767 | 851 | investigation of its rotational properties to the next section. |
768 | 852 | |
769 | 853 | Equation \ref{eq:Langevin} determines the dynamics of each monomer in |
770 | -the system and indirectly also the diffusional properties of the | |
771 | -clusters which arise due to agglomeration. | |
854 | +the system and indirectly also the cluster diffusional properties. | |
772 | 855 | The numerical determination of the diffusion coefficient of a $k$-mer |
773 | 856 | (i.e. a cluster consisting of |
774 | 857 | $k$ monomers) and its scaling with $R_g$ and the number of monomers $k$ can provide valuable |
@@ -783,6 +866,8 @@ | ||
783 | 866 | Langevin equation \ref{eq:Langevin} characterises the fluid only via |
784 | 867 | its viscosity which is modelled by the damping and noise terms and no |
785 | 868 | information about the fluid molecule mean-free path is available. |
869 | + | |
870 | + | |
786 | 871 | We can indirectly extract information about the Knudsen number |
787 | 872 | from the numerical evaluation of the diffusion coefficient. |
788 | 873 | From Einstein relation, the diffusion coefficient of a single (spherical) |
@@ -791,10 +876,10 @@ | ||
791 | 876 | \label{eq:monomer-diffusion-coefficient} |
792 | 877 | D_1=\f{k_BT}{m_1\beta_1}. |
793 | 878 | \end{equation} |
794 | -Equation \ref{eq:monomer-diffusion-coefficient} can be extended to the | |
795 | -case of an aggregate containing $k$ monomers by introducing Cunningham | |
796 | -slip factor $C_s(Kn)$ and the cluster inverse of the relaxation time | |
797 | -$\beta_k$: | |
879 | +Equation \ref{eq:monomer-diffusion-coefficient} can be extended for a | |
880 | +$k$-mer by introducing Cunningham | |
881 | +slip factor $C_s(Kn)$ and the inverse of the $k$-mer relaxation time | |
882 | +$\beta_k$ | |
798 | 883 | \begin{equation} |
799 | 884 | \label{eq:cluster-diffusion-coefficient} |
800 | 885 | D_k=\f{k_BT}{km_1\beta_k}C_s(Kn). |
@@ -819,6 +904,8 @@ | ||
819 | 904 | cluster |
820 | 905 | mean square displacement (variance of the cluster center-of-mass |
821 | 906 | positions at a given time). |
907 | + | |
908 | + | |
822 | 909 | We followed the motion of the cluster centre-of-mass along $800$ trajectories up |
823 | 910 | to time $t=400$ for clusters with $k=4,10,50,98$. |
824 | 911 | Aggregate transport is investigated by placing the cluster in the |
@@ -838,7 +925,8 @@ | ||
838 | 925 | We notice that $D_k\propto 1/k$ for $k$ spanning almost two orders of |
839 | 926 | magnitude, thus confirming that we are in the continuum regime. |
840 | 927 | Furthermore, the estimated value of $\beta_k$ is equal to the inverse |
841 | -of the monomer relaxation time $\beta_1$ within a few percents and, | |
928 | +of the monomer relaxation time $\beta_1$ within a few percents, the | |
929 | +non-perfect agreement being | |
842 | 930 | due to the relatively limited number of simulated stochastic trajectories. |
843 | 931 | |
844 | 932 |
@@ -872,7 +960,7 @@ | ||
872 | 960 | \end{equation} |
873 | 961 | |
874 | 962 | |
875 | -The fluid viscosity can be expressed in terms of the monomer properties | |
963 | +The fluid viscosity can in its turn be expressed in terms of the monomer properties | |
876 | 964 | \begin{equation} |
877 | 965 | \label{eq:fluid_viscosity} |
878 | 966 | \mu_f=\f{m_1\beta_1}{3\pi\sigma}. |
@@ -910,11 +998,12 @@ | ||
910 | 998 | $k=4$ to $k=98$, but that they both severely underestimate the |
911 | 999 | mobility radius. |
912 | 1000 | The major approximation we are making when studying cluster mobility |
913 | -is that we are applying Eq. \ref{eq:Langevin} the same way both to an | |
914 | -isolated monomer and to a monomer in a cluster, which is very often at | |
1001 | +is that we use Eq. \ref{eq:Langevin} to describe the dynamics of both an | |
1002 | +isolated monomer and a monomer in a cluster, which is very often at | |
915 | 1003 | least partially shielded by the other monomers from the surrounding fluid. |
916 | 1004 | The recent study by \cite{moskal} suggests that the approximation may |
917 | -be extremely poor, but there is not universal agreement about this. | |
1005 | +be extremely poor, but this approximation is often deemed reasonable | |
1006 | +for clusters having $d_f\le 2$ (see for instance \cite{friedlander_deposition}). | |
918 | 1007 | |
919 | 1008 | |
920 | 1009 | Finally, we also investigated the velocity fluctuations in order |
@@ -927,17 +1016,17 @@ | ||
927 | 1016 | \end{equation} |
928 | 1017 | with $k=1$. |
929 | 1018 | Having determined that $\beta_k=\beta_1$ and that $C_s(kn)= 1$, |
930 | -we have already tentatively trivially generalised Eq. \ref{eq:delta_v_squared} for | |
931 | -a cluster of mass $km_1$. | |
1019 | +we have already tentatively trivially generalised the well-known | |
1020 | +equation for a monomer (see \cite{risken_book}) for | |
1021 | +a $k$-kmer. | |
932 | 1022 | In Figure \ref{diffusion_plot} (right) we plot $\langle \delta v^2 |
933 | 1023 | \rangle$ as a function of time again for the same cluster considered |
934 | 1024 | in the diagram on the left. We notice that $\langle \delta v^2 \rangle$ |
935 | 1025 | clearly fluctuates about $0.03$, the value predicted by |
936 | -Eq. \ref{eq:delta_v_squared} for $k_bT=0.5$ and $k=50$ and $m_1=1$. | |
1026 | +Eq. \ref{eq:delta_v_squared} for $k_bT=0.5$, $k=50$ and $m_1=1$. | |
937 | 1027 | |
938 | 1028 | The main result of this section is that from Eq. |
939 | -\ref{eq:Langevin}, i.e. neglecting the screening of monomers in a | |
940 | -cluster, a $k$-mer is | |
1029 | +\ref{eq:Langevin}, i.e. neglecting monomer screening, a $k$-mer is | |
941 | 1030 | found to have the same relaxation time of a monomer |
942 | 1031 | and the same diffusional and thermal properties of a sphere with a |
943 | 1032 | mass $k$ times the one of a single monomer. |
@@ -989,8 +1078,7 @@ | ||
989 | 1078 | Each cluster can be treated as a rigid body |
990 | 1079 | and any rotation of a rigid body in 3D can be |
991 | 1080 | described resorting to three angles $\theta$, $\phi$ and $\psi$, usually |
992 | -called Euler angles | |
993 | -\emph{Goldstein}. | |
1081 | +called Euler angles \citep{goldstein}. | |
994 | 1082 | In the post-processing, we eliminate the contribution of the translational motion by rigidly |
995 | 1083 | translating the aggregate centre-of-mass to the origin of the |
996 | 1084 | computational box coordinate system at all times. |
@@ -1234,7 +1322,10 @@ | ||
1234 | 1322 | This quantity can provide valuable information about the openness of |
1235 | 1323 | the aggregates and the presence of cavities in their structure. |
1236 | 1324 | The knowledge of the mean coordination number complements |
1237 | -the information from the fractal dimension about the aggregate structure. | |
1325 | +the information from the fractal dimension about the aggregate | |
1326 | +structure. | |
1327 | + | |
1328 | + | |
1238 | 1329 | As one can see from Fig. \ref{evolution_coord_number} |
1239 | 1330 | the mean coordination number goes well above seven. |
1240 | 1331 | This relatively high value provides new information about the cluster |
@@ -1250,7 +1341,14 @@ | ||
1250 | 1341 | cavities in their structure. |
1251 | 1342 | This conclusion (valid in a statistical sense) cannot be reached on the basis of the fractal |
1252 | 1343 | dimension alone, hence we advocate the use of the fractal dimension |
1253 | -and the coordination number for a better characterisation of aggregate morphology. | |
1344 | +and the coordination number for a better characterisation of aggregate | |
1345 | +morphology. | |
1346 | +The generation of clusters with a high coordination number (as most | |
1347 | +likely those in Ref. \cite{videcoq}) is an intrinsecal property of | |
1348 | +Langevin simulation due to their | |
1349 | +neglecting the interparticle hydrodynamic interaction, as demonstrated | |
1350 | +in Ref. \cite{prl_hydro}. | |
1351 | + | |
1254 | 1352 | |
1255 | 1353 | |
1256 | 1354 | % \subsection{Distribution of cluster morphologies} |
@@ -1269,7 +1367,6 @@ | ||
1269 | 1367 | Cluster restructuring was investigated in the framework of 2 and 3D |
1270 | 1368 | lattice models in Refs. |
1271 | 1369 | \cite{meakin_reorganization_2D,meakin_reorganization_3D}. |
1272 | - | |
1273 | 1370 | The novelty of the approach that we propose here is that cluster |
1274 | 1371 | restructuring does not have to be implemented as an additional feature |
1275 | 1372 | of the cluster dynamics. The monomers interact via a deep interaction \emph{radial} |
@@ -1328,18 +1425,18 @@ | ||
1328 | 1425 | |
1329 | 1426 | \subsection{Evolution of the number of clusters} |
1330 | 1427 | |
1331 | -The total number of cluster in the system, $N_{\infty}$, is one of | |
1428 | +The total cluster concentration in the system, $N_{\infty}$, is one of | |
1332 | 1429 | the most important quantities of interest since it shows the |
1333 | 1430 | progress of agglomeration and can be used to compare the results of |
1334 | 1431 | the simulations with the numerical solution of the agglomeration |
1335 | 1432 | equation \citep{friedlander book} |
1336 | 1433 | \begin{equation} |
1337 | 1434 | \label{eq:agglomeration_equation} |
1338 | - \f{dn_k}{dt}=\f{1}{2}\s_{i+j=k}\mathcal{K}_{ij}n_in_j-n_k\sum_i\mathcal{K}_{ik}n_i, | |
1435 | + \f{dn_k}{dt}=\f{1}{2}\s_{i+j=k}\beta_{ij}n_in_j-n_k\sum_i\beta_{ik}n_i, | |
1339 | 1436 | \end{equation} |
1340 | 1437 | where $n_k$ is the concentration of clusters consisting of $k$ |
1341 | -monomers and $\mathcal{K}_{ij}$ is the collisional kernel between | |
1342 | -clusters with $i$ and $j$ monomers, respectively. | |
1438 | +monomers and $\beta_{ij}$ is the collisional kernel between | |
1439 | + $i$ and $j$-mers, respectively. | |
1343 | 1440 | |
1344 | 1441 | % Fig. \ref{cluster_decay} shows the decay of the number of clusters as |
1345 | 1442 | % time progresses on a double logarithmic scale. One notices that, after an |
@@ -1410,6 +1507,9 @@ | ||
1410 | 1507 | % take into account the fact that the approximation $R_m\simeq R_g$ is |
1411 | 1508 | % not justified for the clusters generated in our simulations, |
1412 | 1509 | % especially when $k$ is large (cfr. Table \ref{table_diffusion}). |
1510 | + | |
1511 | + | |
1512 | + | |
1413 | 1513 | On the other hand, we can use the information obtained from the numerical simulations to |
1414 | 1514 | derive a kernel which describes more accurately the aggregate |
1415 | 1515 | collisional dynamics starting from Eq. \ref{eq:cont_kernel_general}. |
@@ -1432,10 +1532,8 @@ | ||
1432 | 1532 | |
1433 | 1533 | |
1434 | 1534 | |
1435 | -Furthermore, although we are in the continuum regime, as far as the | |
1436 | -cluster diffusion is concerned, | |
1437 | -non-continuum effects can play a role anyhow in cluster collisions and | |
1438 | -they are usually accounted by expressing introducing Fuchs | |
1535 | +Furthermore, non-continuum effects can play a role in cluster collisions and | |
1536 | +they are usually accounted for by introducing Fuchs | |
1439 | 1537 | correction \citep{fuchs book} $\beta_f$ in the kernel. |
1440 | 1538 | % Furthermore, the presence of two different fractal dimensions in the |
1441 | 1539 | % system should be mirrored in the kernel by determining the average |
@@ -1475,14 +1573,14 @@ | ||
1475 | 1573 | |
1476 | 1574 | The results of the simulations (with Van der Waals and model potential) and the numerical |
1477 | 1575 | solution of the agglomeration equation \ref{eq:agglomeration_equation} |
1478 | -with $\beta^{Sm}$ and $\beta^{LD}$ in Fig. \ref{Smoluchowsky | |
1576 | +with $\beta^{Sm}$ and $\beta^{LD}$ are shown in Fig. \ref{Smoluchowsky | |
1479 | 1577 | comparison}. Langevin kernel in |
1480 | 1578 | Eq. \ref{eq:kernel_complete} leads to an enhanced agreement at |
1481 | 1579 | short times between the simulations and the numerical solution of the |
1482 | 1580 | agglomeration equation \ref{eq:agglomeration_equation}. |
1483 | 1581 | We point out that the asymptotic limit in the agglomeration equation |
1484 | 1582 | is reached at times about one order of magnitude longer than the |
1485 | -duration of the simulation, mainly due to Fuchs factor. | |
1583 | +duration of the simulations, mainly due to Fuchs factor. | |
1486 | 1584 | |
1487 | 1585 | Nevertheless, we fit the time-decay of the total cluster |
1488 | 1586 | concentration to a power-law, $N_\infty\sim t^{-\xi}$, at late |
@@ -1634,15 +1732,46 @@ | ||
1634 | 1732 | Figure \ref{calculated_beta_ij} (top) shows an example of the fitting |
1635 | 1733 | procedure we use to determine $\beta_{13}$ from the quantities $N_{13}/\delta t$ and |
1636 | 1734 | $n_in_j$ evaluated directly from the simulations. |
1637 | -We calculate numerically a few $\beta_{ij}$ we compare to the | |
1735 | +We calculate numerically a few $\beta_{ij}$ which we compare to the | |
1638 | 1736 | analytical estimates $\beta_{ij}^{LD}$, both expressed in units of the |
1639 | -diagonal of the continuum kernel $\beta^{LD}_{ii}=8k_BT/3\mu_f$. | |
1737 | +diagonal of the continuum kernel $\beta^{Sm}_{ii}=8k_BT/3\mu_f$. | |
1640 | 1738 | We notice an excellent agreement between numerical and analytical |
1641 | 1739 | estimates for the $\{(1,1), (1,2), (1,3), (2,2)\}$ |
1642 | 1740 | kernel matrix elements, which play an important role in the evolution of $N_\infty(t)$ above all at |
1643 | 1741 | early times and are responsible for the agreement between numerical |
1644 | 1742 | simulations and agglomeration equation at early times in Fig. \ref{Smoluchowsky comparison}. |
1645 | 1743 | |
1744 | +\section{Concluding remarks}\label{conclusions} | |
1745 | +In this study we employed MD dynamics techniques (and in particular a | |
1746 | +MD research code) to investigate aggregate collisional dynamics as a | |
1747 | +function of the monomer-monomer interaction potential. | |
1748 | +The problem of cluster identification is tackled in the | |
1749 | +post-processing of the simulation results by considering each cluster | |
1750 | +as the connected components of a graph. | |
1751 | +The time evolution of the system fractal dimension is linked to the | |
1752 | +kinetics of two cluster populations, namely small and large | |
1753 | +clusters. | |
1754 | + | |
1755 | + | |
1756 | + | |
1757 | +The diffusion coefficient of a $k$-mer is found to scale as | |
1758 | +$D_k\propto k^{-1}$. In other words, | |
1759 | +aggregates diffuse like massive monomers as a consequence of the | |
1760 | +absence of any screening effect in the Langevin equation for | |
1761 | +interacting monomers. This is an inevitable drawback of the chosen | |
1762 | +method, unless a shielding coefficient is explicitly introduced in | |
1763 | +Langevin equation \ref{eq:Langevin}. | |
1764 | + | |
1765 | +We also successfully calculate numerically and compare to the | |
1766 | +analytical prediction the kernel elements $\beta_{ij}$ for low | |
1767 | +indexes. An extensive numerical investigation of the collisional is | |
1768 | +beyond the purpose of the present study, but it can be performed using | |
1769 | +the methodology described here. | |
1770 | + | |
1771 | + | |
1772 | + | |
1773 | + | |
1774 | + | |
1646 | 1775 | |
1647 | 1776 | % The Appendices part is started with the command \appendix; |
1648 | 1777 | % appendix sections are then done as normal sections |
@@ -1721,11 +1850,12 @@ | ||
1721 | 1850 | \includegraphics[width=0.5\columnwidth]{cluster_thermalization.pdf} |
1722 | 1851 | %\includegraphics[width=0.5\columnwidth, height=6cm]{figure8_b.pdf} |
1723 | 1852 | \caption{Left: time-dependence of the ensemble-averaged mean-square |
1724 | - displacement (crosses), linear fit (continuous line). Inset: | |
1725 | - early-time behaviour of $\langle \delta r^2 \rangle$, linear fit | |
1853 | + displacement (crosses) and linear fit (solid line). Inset: | |
1854 | + early-time behaviour of $\langle \delta r^2 \rangle$ (crosses), | |
1855 | + linear fit (solid line) | |
1726 | 1856 | and power-law fit (dashed line). Right: velocity fluctuations as a |
1727 | 1857 | function of time (crosses) and analytical expression in |
1728 | - Eq. \ref{eq:delta_v_squared} (continuous line). } | |
1858 | + Eq. \ref{eq:delta_v_squared} (solid line). } | |
1729 | 1859 | \label{diffusion_plot} |
1730 | 1860 | \end{figure} |
1731 | 1861 |
@@ -1742,7 +1872,7 @@ | ||
1742 | 1872 | angles $\l\delta\theta_{10}\r$ (solid line), $\l\delta\phi_{10}\r$ |
1743 | 1873 | (long-dashed line), $\l\delta\psi_{10}\r$ (short-dashed line) for the |
1744 | 1874 | same clusters as in the left diagram and $\l\delta\theta_{50}\r$ for a |
1745 | -simulation of clusters with $k=50$. The horizontal lines are the theoretical values of $\l\delta\psi(\phi)\r$ | |
1875 | +simulation of clusters with $k=50$. The horizontal lines are the theoretical values of $\l\delta\psi(\delta\phi)\r$ | |
1746 | 1876 | and $\l\delta\theta\r$ for random rotation matrices.} |
1747 | 1877 | \label{cluster_rotation} |
1748 | 1878 | \end{figure} |
@@ -1773,9 +1903,10 @@ | ||
1773 | 1903 | \includegraphics[width=\columnwidth]{figure_two_slopes_extended_complete.pdf} |
1774 | 1904 | % \includegraphics[width=0.5\columnwidth]{evolution_df.pdf} |
1775 | 1905 | %\includegraphics[width=0.5\columnwidth, height=6cm]{figure8_b.pdf} |
1776 | -\caption{Time-averaged fractal dimensions for small and large | |
1777 | - clusters, together with a single fit. Clusters down to $k=5$ | |
1778 | - considered for the statistics.} | |
1906 | +\caption{Time-independent mean radius of gyration versus cluster | |
1907 | + size. Linear fits performed on a double-logarithmic scale | |
1908 | + for $k>5$ (long-dashed line), $5\le k\le 15 $ (short-dashed line) | |
1909 | + and $k>15$ (solid line).} | |
1779 | 1910 | \label{two_df} |
1780 | 1911 | \end{figure} |
1781 | 1912 |
@@ -1813,7 +1944,8 @@ | ||
1813 | 1944 | %\includegraphics[width=0.5\columnwidth, height=6cm]{figure8_b.pdf} |
1814 | 1945 | \caption{Evolution of the total number of clusters calculated with Van |
1815 | 1946 | der Waals potential (diamonds), model potential (filled circles), |
1816 | -solution of the agglomeration equation with Smoluchowski kernel ()} | |
1947 | +solution of the agglomeration equation with Smoluchowski kernel | |
1948 | +(long-dashed line) and with Langevin kernel (short-dashed line).} | |
1817 | 1949 | \label{Smoluchowsky comparison} |
1818 | 1950 | \end{figure} |
1819 | 1951 |
@@ -2074,7 +2206,9 @@ | ||
2074 | 2206 | |
2075 | 2207 | |
2076 | 2208 | \hv{Wu \& Friedlander}{1993}{cont_kern_fractal} Wu, M.K., \& |
2077 | -Friedlander, S.K. (1993). {\jas}, {\it 24}, 273-282. | |
2209 | +Friedlander, S.K. (1993). Enhanced power law agglomerate growth in the | |
2210 | +free molecule regime. | |
2211 | + {\jas}, {\it 24}, 273-282. | |
2078 | 2212 | |
2079 | 2213 | \hv{Cormen {\it {et al.}}}{2001}{book_algorithms} Cormen, T.H., |
2080 | 2214 | Leiserson, C.E., Rivest, R.L., Stein, C. (2001). {\it Introduction to |
@@ -2096,10 +2230,14 @@ | ||
2096 | 2230 | \url{http://www.povray.org/}. |
2097 | 2231 | |
2098 | 2232 | \hv{Moskal \& Payatakes}{2006}{moskal} Moskal, A., \& Payatakes, |
2099 | -A.C. (2006). {\jas}, {\it 37}, 1081-1101. | |
2233 | +A.C. (2006). Estimation of the diffusion coefficient of aerosol particle aggregates | |
2234 | + using Brownian simulation in the continuum regime. | |
2235 | + {\jas}, {\it 37}, 1081-1101. | |
2100 | 2236 | |
2101 | 2237 | \hv{Brasil {\it {et al.}}}{2001}{brasil_numerical} Brasil, A.M., |
2102 | -Farias, T.L., Carvalho, M.G., Koylu, U.O. (2001). {\jas}, {\it 32}, 489-508. | |
2238 | +Farias, T.L., Carvalho, M.G., Koylu, U.O. (2001). Numerical characterization of the morphology | |
2239 | + of aggregated particles. | |
2240 | + {\jas}, {\it 32}, 489-508. | |
2103 | 2241 | |
2104 | 2242 | \hv{Sorensen \& Roberts}{1997}{sorensen_prefactor} Sorensen, C.M. \& |
2105 | 2243 | Roberts, G.C., (1997). {\jc}, {\it 186}, 447-452. |
@@ -2113,7 +2251,7 @@ | ||
2113 | 2251 | |
2114 | 2252 | |
2115 | 2253 | \hv{Heine \& Pratsinis}{2007}{pratsinis_ld} Heine, M.C., \& Pratsinis, |
2116 | -S.E., (2007). {\it Langmuir, 23}, 9882-9890. | |
2254 | +S.E., (2007). Brownian Coagulation at High Concentration, {\it Langmuir, 23}, 9882-9890. | |
2117 | 2255 | |
2118 | 2256 | \hv{Kuffner}{2004}{random_euler} Kuffner, J.,J., (2004). {\it Effective Sampling and |
2119 | 2257 | Distance Metrics for 3D Rigid Body Path Planning}, Proceeding of the |
@@ -2123,22 +2261,70 @@ | ||
2123 | 2261 | \hv{Shoemake}{1994}{rotation_alghoritm} Shoemake, K. (1994) |
2124 | 2262 | \emph{Euler Angle Conversion}, from "Graphics Gems IV", 222-229. Morgan Kaufmann. |
2125 | 2263 | |
2126 | -\hv{Rothenbacher, Messerer \& Kasper}{2008}{kasper_hamaker} | |
2127 | -Rothenbacher, S., Messerer, A., \& Kasper, G., (2008). {\it Particle | |
2264 | +\hv{Rothenbacher {\it et al.}}{2008}{kasper_hamaker} | |
2265 | +Rothenbacher, S., Messerer, A., \& Kasper, G., (2008). Fragmentation and bond strength of airborne diesel soot agglomerates. {\it Particle | |
2128 | 2266 | and Fiber Toxicology, 5}, 1-7. |
2129 | 2267 | |
2130 | 2268 | |
2131 | -\hv{Poling, Prausnitz, \& O'Connell}{2000}{substance_book} Poling, | |
2269 | +\hv{Poling {\it et al.}}{2000}{substance_book} Poling, | |
2132 | 2270 | B.E., Prausnitz, J.M., \& O'Connell, J.P. (2000). {\it The properties |
2133 | 2271 | of gases and liquids}, McGraw-Hill, New York. |
2134 | 2272 | |
2135 | 2273 | |
2136 | 2274 | \hv{Lazaridis \& Drossinos}{1998}{yannis_potential} Lazaridis, M., \& |
2137 | -Drossinos, Y. (1998). {\it Aerosol Science and Technology, 28}, 548-560. | |
2275 | +Drossinos, Y. (1998). Multilayer Resuspension of Small Identical | |
2276 | +Particles by Turbulent Flow. | |
2277 | + {\it Aerosol Science and Technology, 28}, 548-560. | |
2138 | 2278 | |
2139 | 2279 | |
2140 | -\hv{Lattuada, Wu \& Morbidelli}{2003}{lattuada_hydro} Lattuada, M., | |
2141 | -Wu, H., \& Morbidelli, M. (2003). {\jc}, {\it 268}, 96-105. | |
2280 | +\hv{Lattuada {\it et al.}}{2003}{lattuada_hydro} Lattuada, M., | |
2281 | +Wu, H., \& Morbidelli, M. (2003). Hydrodynamic radius of fractal clusters. {\jc}, {\it 268}, 96-105. | |
2282 | + | |
2283 | +\hv{Tanaka \& Araki}{2000}{prl_hydro} Tanaka, H., \& Araki, T., | |
2284 | +(2000). Simulation Method of Colloidal Suspensions with Hydrodynamic | |
2285 | +Interactions: Fluid Particle Dynamics. \prl, {\it 85}, 1338-1341. | |
2286 | + | |
2287 | + | |
2288 | +\hv{Gutsch {\it et al.}}{1995}{pratsinis_kernel} Gutsch, A., | |
2289 | +Pratsinis, S.E., \& Loeffler, F. (1995). Agglomerate structure and | |
2290 | +growth rate by trajectory calculations of monomer-cluster collisions. {\jas} {\it 26}, 187-199. | |
2291 | + | |
2292 | +\hv{Filippov}{2000}{filippov_drag} Filippov, A.V. (2000). Drag and | |
2293 | +Torque on Clusters of N Arbitrary Spheres at Low Reynolds Number. | |
2294 | + {\jc} {\it | |
2295 | + 229}, 184-195. | |
2296 | + | |
2297 | + | |
2298 | +\hv{Filippov {\it et al.}}{2000}{filippov_thermal} Filippov, | |
2299 | +A.V., Zurita, \& M., Rosner, D.E. (2000). Morphology and physical | |
2300 | +properties of fractal-like aggregates. {\jc} {\it 229}, 261-273. | |
2301 | + | |
2302 | +\hv{Garcia-Ybarra {\it et al.}}{2006}{ybarra_drag} | |
2303 | +Garcia-Ybarra, P.L, Castillo J.L., \& Rosner, D.E. (2006). {\jas} {\it | |
2304 | +37}, 413-428. | |
2305 | + | |
2306 | +\hv{Maedler {\it et al.}}{2006}{friedlander_deposition} | |
2307 | +Maedler, L., Lall, A.A., \& Friedlander S.K. (2006). One-step aerosol | |
2308 | +synthesis of nanoparticle agglomerate films: simulation of film | |
2309 | +porosity and thickness. {\it | |
2310 | + Nanotechnology 17}, 4783-4795. | |
2311 | + | |
2312 | + | |
2313 | + | |
2314 | + | |
2315 | +\hv{Biswas, \& Kulkarni}{2004}{deposition_interaction} Kulkarni, P., | |
2316 | +\& Biswas, P. (2004). A Brownian Dynamics Simulation to Predict | |
2317 | +Morphology of Nanoparticle Deposits in the Presence of Interparticle | |
2318 | +Interactions. {\it Aerosol Science and Technology, 38}, 541-554. | |
2319 | + | |
2320 | + | |
2321 | +\hv{Hutter}{2000}{hutter_langevin} Hutter, M. (2000). Local Structure | |
2322 | +Evolution in Particle Network Formation Studied by Brownian Dynamics | |
2323 | +Simulation. {\jc} {\it 231}, 337-350. | |
2324 | + | |
2325 | + | |
2326 | +\hv{Goldstein}{1950}{goldstein} Goldstein, H. (1950). {\it Classical | |
2327 | + mechanics}, Cambridge, Massachussets. | |
2142 | 2328 | |
2143 | 2329 | |
2144 | 2330 | \end{thebibliography} |