irradiapy.lammps.commands.dump module

This module contains the Dump class for LAMMPS dump commands.

class irradiapy.lammps.commands.dump.Dump(*, id, group_id, style, n, file, attributes)[source]

Bases: Command

Class representing a LAMMPS dump command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str

delete()[source]

Returns the corresponding Undump instance.

Return type:

str

file: str
group_id: str
id: str
n: str
style: str