IDataSourcepublic class MeterMappedVirial extends DataSourceScalar
| Modifier and Type | Field | Description |
|---|---|---|
protected IteratorDirective |
allAtoms |
|
protected Box |
box |
|
protected AtomLeafAgentManager<Vector> |
forceManager |
|
protected PotentialCalculationMappedVirial |
pc |
|
protected PotentialCalculationForceSum |
pcForce |
|
protected PotentialMaster |
potentialMaster |
|
protected Space |
space |
data, dataInfo, tag| Constructor | Description |
|---|---|
MeterMappedVirial(Space space,
PotentialMaster potentialMaster,
Box box,
int nbins) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
PotentialCalculationMappedVirial |
getPotentialCalculation() |
getData, getDataDouble, getDataInfo, getTagprotected final Space space
protected final PotentialMaster potentialMaster
protected final PotentialCalculationForceSum pcForce
protected final Box box
protected final IteratorDirective allAtoms
protected final AtomLeafAgentManager<Vector> forceManager
protected final PotentialCalculationMappedVirial pc
public MeterMappedVirial(Space space, PotentialMaster potentialMaster, Box box, int nbins)
public PotentialCalculationMappedVirial getPotentialCalculation()
public double getDataAsScalar()
DataSourceScalargetDataAsScalar in class DataSourceScalar