IDataSource
public class MeterWallForce extends DataSourceScalar
Modifier and Type | Class | Description |
---|---|---|
static class |
MeterWallForce.PotentialCalculationWallForce |
Sums the force on each iterated atom and adds it to the integrator agent
associated with the atom.
|
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected IteratorDirective |
id |
|
protected MeterWallForce.PotentialCalculationWallForce |
pc |
|
protected PotentialMaster |
potentialMaster |
|
protected Space |
space |
|
protected ISpecies |
topWall |
data, dataInfo, tag
Constructor | Description |
---|---|
MeterWallForce(Space space,
PotentialMaster potentialMaster,
Box box,
ISpecies topWall) |
Modifier and Type | Method | Description |
---|---|---|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
getData, getDataDouble, getDataInfo, getTag
protected final PotentialMaster potentialMaster
protected final ISpecies topWall
protected final MeterWallForce.PotentialCalculationWallForce pc
protected final Space space
protected final Box box
protected final IteratorDirective id
public MeterWallForce(Space space, PotentialMaster potentialMaster, Box box, ISpecies topWall)
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar