Modifier and Type | Field | Description |
---|---|---|
protected EOSSW |
eos |
|
protected IntegratorBox |
integrator |
|
protected MeterExcessAdsorbed |
meterCountAtoms |
|
protected MyMCMove |
move |
|
protected double |
oldValue |
|
protected P2SquareWell |
p2 |
Constructor | Description |
---|---|
ModifierPMu(P2SquareWell p2,
IntegratorBox integrator,
EOSSW eos,
MyMCMove move,
MeterExcessAdsorbed meterCountAtoms) |
Modifier and Type | Method | Description |
---|---|---|
Dimension |
getDimension() |
Returns the dimension of the property being modified.
|
java.lang.String |
getLabel() |
Returns a descriptive label of the property being modified.
|
double |
getValue() |
Gets the current value of the property.
|
void |
reset() |
|
void |
setValue(double newValue) |
Sets the value of the property.
|
protected final EOSSW eos
protected final MyMCMove move
protected final P2SquareWell p2
protected final MeterExcessAdsorbed meterCountAtoms
protected double oldValue
protected IntegratorBox integrator
public ModifierPMu(P2SquareWell p2, IntegratorBox integrator, EOSSW eos, MyMCMove move, MeterExcessAdsorbed meterCountAtoms)
public void setValue(double newValue)
Modifier
public void reset()
public double getValue()
Modifier
public Dimension getDimension()
Modifier
getDimension
in interface Modifier