Configurationpublic class ConfigurationLammps extends java.lang.Object implements Configuration
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
filename |
|
protected double |
Lxy |
|
protected Vector |
shift |
|
protected Space |
space |
|
protected ISpecies[] |
species |
|
protected double |
topPadding |
|
protected double |
zMax |
| Constructor | Description |
|---|---|
ConfigurationLammps(Space space,
java.lang.String filename,
ISpecies topWall,
ISpecies bottomWall,
ISpecies fluid) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
getLxy() |
|
Vector |
getShift() |
|
void |
initializeCoordinates(Box box) |
Defines the placement of the molecules.
|
void |
setTopPadding(double newTopPadding) |
protected final Space space
protected final java.lang.String filename
protected final ISpecies[] species
protected Vector shift
protected double Lxy
protected double topPadding
protected double zMax
public void setTopPadding(double newTopPadding)
public void initializeCoordinates(Box box)
ConfigurationinitializeCoordinates in interface Configurationpublic Vector getShift()
public double getLxy()