irradiapy.lammps.commands.boundary module

This module contains the Boundary class for LAMMPS boundary commands.

class irradiapy.lammps.commands.boundary.Boundary(*, x='p', y='p', z='p')[source]

Bases: Command

Class representing a LAMMPS boundary command.

Reference

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

command()[source]

Generate the LAMMPS command.

Return type:

str

x: str = 'p'
y: str = 'p'
z: str = 'p'