irradiapy.lammps.commands.velocity module

This module contains the Velocity class for LAMMPS velocity commands.

class irradiapy.lammps.commands.velocity.Velocity(*, group_id, style, args, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS velocity command.

Reference

https://docs.lammps.org/velocity.html

args: list[str]
command()[source]

Generate the LAMMPS command.

Return type:

str

group_id: str
kw_vals: dict[str, str]
style: str