irradiapy.lammps.commands.region module

This module contains the Region class for LAMMPS region commands.

class irradiapy.lammps.commands.region.Region(*, id, style, args, kw_vals=<factory>)[source]

Bases: Command

Class representing a LAMMPS region command.

Reference

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

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

Generate the LAMMPS command.

Return type:

str

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