Syntax:
fix_modify fix-ID keyword value ...
temp value = temperature ID
Examples:
fix_modify 3 temp myTemp
Description:
Modify a parameter of a previously defined fix. Parameters are only relevant to particular fix styles.
The temp keyword is used to determine how a fix computes temperature. The specified temperature ID must have been previously defined by the user via the temperature command. The default setting for temp is temperature ID = default. Fix styles that use the temp setting are temp/rescale, nvt, and npt.
Restrictions: none
Related commands:
Default:
The option defaults are temp = default.