forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3189 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e1cfdf366c
commit
db704a3ad7
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -35,8 +35,13 @@ fix AtC atc_atoms atc transfer hardy
|
|||
<P><B>Description:</B>
|
||||
</P>
|
||||
<P>This fix creates a coupled finite element (FE) and molecular dynamics
|
||||
(MD) simulation and/or an on-the-fly estimation of continuum fields.
|
||||
Interscale operators are defined that construct continuum fields from
|
||||
(MD) simulation and/or an on-the-fly estimation of continuum fields,
|
||||
where a FE mesh is specified and overlaps the particles, something
|
||||
like this:
|
||||
</P>
|
||||
<CENTER><IMG SRC = "JPG/atc_nanotube.jpg">
|
||||
</CENTER>
|
||||
<P>Interscale operators are defined that construct continuum fields from
|
||||
atomic data. Coupled simulations use FE projection approximated on a
|
||||
discrete field. Currently, coupling is restricted to thermal physics.
|
||||
The Hardy module can use either FE projection or integration Kernels
|
||||
|
@ -47,12 +52,14 @@ be made based on the FE field. For example, a Gaussian isokinetic
|
|||
thermostat can apply heat sources to the atoms that varies in space on
|
||||
the same scale as the FE element size. Meshes are not created
|
||||
automatically and must be specified on LAMMPS regions with prescribed
|
||||
element sizes. Note that mesh computations and storage run in serial
|
||||
(not parallelized) so performance will degrade when large element
|
||||
counts are used.
|
||||
element sizes.
|
||||
</P>
|
||||
<P>Note that coupling and post-processing can be combined in the same
|
||||
simulations using separate fix atc commands.
|
||||
<P>Coupling and post-processing can be combined in the same simulations
|
||||
using separate fix atc commands.
|
||||
</P>
|
||||
<P>Note that mesh computations and storage run in serial (not
|
||||
parallelized) so performance will degrade when large element counts
|
||||
are used.
|
||||
</P>
|
||||
<P>For detailed exposition of the theory and algorithms implemented in
|
||||
this fix, please see the papers <A HREF = "#Wagner">here</A> and <A HREF = "#Zimmerman">here</A>.
|
||||
|
|
|
@ -28,7 +28,12 @@ fix AtC atc_atoms atc transfer hardy :pre
|
|||
[Description:]
|
||||
|
||||
This fix creates a coupled finite element (FE) and molecular dynamics
|
||||
(MD) simulation and/or an on-the-fly estimation of continuum fields.
|
||||
(MD) simulation and/or an on-the-fly estimation of continuum fields,
|
||||
where a FE mesh is specified and overlaps the particles, something
|
||||
like this:
|
||||
|
||||
:c,image(JPG/atc_nanotube.jpg)
|
||||
|
||||
Interscale operators are defined that construct continuum fields from
|
||||
atomic data. Coupled simulations use FE projection approximated on a
|
||||
discrete field. Currently, coupling is restricted to thermal physics.
|
||||
|
@ -40,12 +45,14 @@ be made based on the FE field. For example, a Gaussian isokinetic
|
|||
thermostat can apply heat sources to the atoms that varies in space on
|
||||
the same scale as the FE element size. Meshes are not created
|
||||
automatically and must be specified on LAMMPS regions with prescribed
|
||||
element sizes. Note that mesh computations and storage run in serial
|
||||
(not parallelized) so performance will degrade when large element
|
||||
counts are used.
|
||||
element sizes.
|
||||
|
||||
Note that coupling and post-processing can be combined in the same
|
||||
simulations using separate fix atc commands.
|
||||
Coupling and post-processing can be combined in the same simulations
|
||||
using separate fix atc commands.
|
||||
|
||||
Note that mesh computations and storage run in serial (not
|
||||
parallelized) so performance will degrade when large element counts
|
||||
are used.
|
||||
|
||||
For detailed exposition of the theory and algorithms implemented in
|
||||
this fix, please see the papers "here"_#Wagner and "here"_#Zimmerman.
|
||||
|
|
Loading…
Reference in New Issue