IntegerThermoKeyword

class narupatools.lammps.thermo.IntegerThermoKeyword(key: str)

Thermo keyword that returns an integer.

Inheritance

Inheritance diagram of IntegerThermoKeyword

Methods

__init__

Initialize self.

extract

Extract the value from a LAMMPS instance.

__init__(key: str)None

Initialize self. See help(type(self)) for accurate signature.

extract(lammps: narupatools.lammps._wrapper.LAMMPSWrapper)int

Extract the value from a LAMMPS instance.