LAMMPS WWW Site - LAMMPS Documentation - LAMMPS Commands

dump cfg/uef command

Syntax:

dump ID group-ID cfg/uef N file mass type xs ys zs args 

Examples:

dump 1 all cfg/uef 10 dump.*.cfg mass type xs ys zs
dump 2 all cfg/uef 100 dump.*.cfg mass type xs ys zs id c_stress 

Description:

This command is used to dump atomic coordinates in the reference frame of the applied flow field when fix nvt/uef or fix npt/uef or is used. Only the atomic coordinates and frame-invariant scalar quantities will be in the flow frame. If velocities are selected as output, for example, they will not be in the same reference frame as the atomic positions.

Restrictions:

This fix is part of the USER-UEF package. It is only enabled if LAMMPS was built with that package. See the Making LAMMPS section for more info.

This command can only be used when fix nvt/uef or fix npt/uef is active.

Related commands:

dump, fix nvt/uef

Default: none