pair_style command
Syntax
pair_style style args
style = one of the styles from the list here
args = arguments used by a particular style
Examples
pair_style gran model hertz tangential history
pair_style none
Description
Set the formula(s) Aspherix® uses to compute pairwise interactions. In Aspherix®, pair potentials are defined between pairs of atoms that are within a cutoff distance and the set of active interactions typically changes over time.
The full list of pair styles defined in Aspherix® is on this page.
Hybrid models where specified pairs of atom types interact via different pair potentials can be setup using the hybrid pair style.
The coefficients associated with a pair style are typically set for each pair of atom types, and are specified by the pair_coeff command or read from a file by the read_data or read_restart commands.
If the pair_style command has a cutoff argument, it sets global cutoffs for all pairs of atom types. The distance(s) can be smaller or larger than the dimensions of the simulation box.
Typically, the global cutoff value can be overridden for a specific pair of atom types by the pair_coeff command. The pair style settings (including global cutoffs) can be changed by a subsequent pair_style command using the same style. This will reset the cutoffs for all atom type pairs, including those previously set explicitly by a pair_coeff command. The exceptions to this are that pair_style table and hybrid settings cannot be reset. A new pair_style command for these styles will wipe out all previously specified pair_coeff values.
Restrictions
This command must be used before any coefficients are set by the pair_coeff, read_data, or read_restart commands.
Default
pair_style none