forked from lijiext/lammps
42 lines
1.1 KiB
Plaintext
Executable File
42 lines
1.1 KiB
Plaintext
Executable File
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
:link(ld,Manual.html)
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
:line
|
|
|
|
compute temp/asphere command :h3
|
|
|
|
[Syntax:]
|
|
|
|
compute ID group-ID temp/asphere :pre
|
|
|
|
ID, group-ID are documented in "compute"_compute.html command
|
|
temp/asphere = style name of this compute command :ul
|
|
|
|
[Examples:]
|
|
|
|
compute 1 all temp/asphere
|
|
compute myTemp mobile temp/asphere :pre
|
|
|
|
[Description:]
|
|
|
|
Define a computation that calculates the temperature of a group of
|
|
aspherical or ellipsoidal particles. The computation is similar to
|
|
"compute_temp"_compute_temp.html, however, additional degrees of
|
|
freedom (2 or 3) are incorporated for particles where the principal
|
|
moments of inertia are unequal. The associated kinetic energy thus
|
|
includes a rotational term KE_rotational = 1/2 I w^2, where I is the
|
|
moment of inertia and w is the angular velocity.
|
|
|
|
[Restrictions:]
|
|
|
|
Can only be used if LAMMPS was built with the "asphere" package.
|
|
|
|
[Related commands:]
|
|
|
|
"compute temp"_compute_temp.html
|
|
|
|
[Default:] none
|