I am doing a MD simulation about condensation of vapor and formation of liquid droplets .
I need to calculate the size of these liquid droplets at different times .
Can I do this with LAMMPS ?
I am doing a MD simulation about condensation of vapor and formation of
liquid droplets .
I need to calculate the size of these liquid droplets at different times .
Can I do this with LAMMPS ?
yes and no. that depends on how you define what constitutes a droplet
and how you want to measure "size".
i can imagine that a somewhat crude approach could be done through
creative use of computes/fixes via the "chunk" features, but anything
sophisticated that would factor in orientation of molecules, number of
contacts and shape of clusters would only be possible in post
processing.
in which you will have to provide a definition of "droplet". From that you
should be able to then determine the formation rate and size distribution of
"droplets" in your simulation.
Remember, "droplets" can be rather large (in simulation terms). Here's a
link to a tangentially related paper that discusses water droplet sizes
found in crude oil:
James Kress Ph.D., President
The KressWorksTM Foundation C
An IRS Approved 501 (c)(3) Charitable, Nonprofit Organization
"ENGINEERING THE CURE" TM
(248) 605-8770
Learn More and Donate At:
Website: http://www.kressworks.org
Facebook: KressWorks Foundation
Twitter: @KressWorksFnd
Confidentiality Notice | This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
or proprietary information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient,
immediately contact the sender by reply e-mail and destroy all copies of the
original message.
Hi .
Could you please let me know How I can change the number of neighbors when I want to calculate cluster sizes with compute cluster/atom command ?
I mean I want to have cluster with for example r = 4 and N= 3 , 5 , 8 and I want to calculate this cluster size but I don’t know how I can change the number of neighbors .
Dear Steve ,
Thank you so much for your reply .
Actually I want to define a cluster with for example r(cutoff) = 4.0 and number of neighbors = 3 or 5 or 8 and then I want to calculate the size of this cluster .
Is It possible ?
Best ,
Saeed.
If by “number of neghbors” you mean
the # of atoms in the cluster, then no
it isn’t possible. If you define the cutoff,
that defines the size of the clusters that
will be found. If there are 10 atoms within
4 Angs of each other, there are 10
atoms in the cluster. You can’t choose
there to be 3.