IDataSource
public class MeterPUCut extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected DataDoubleArray |
data |
|
protected DataDoubleArray.DataInfoDoubleArray |
dataInfo |
|
protected IteratorDirective |
iteratorDirective |
|
protected PotentialCalculationSumCutoff |
pc |
|
protected PotentialCalculationSumCutoff |
pcDADv2 |
|
protected PotentialMaster |
potentialMaster |
|
protected PotentialMaster |
potentialMasterDADv2 |
|
protected DataTag |
tag |
|
protected double |
temperature |
Constructor | Description |
---|---|
MeterPUCut(Space space,
double[] cutoffs) |
Modifier and Type | Method | Description |
---|---|---|
IData |
getData() |
Computes total pressure in box by summing virial over all pairs, and adding
ideal-gas contribution.
|
IDataInfo |
getDataInfo() |
|
DataTag |
getTag() |
|
void |
setBox(Box newBox) |
|
void |
setPotentialMaster(PotentialMaster newPotentialMaster) |
|
void |
setPotentialMasterDADv2(PotentialMaster newPotentialMasterDADv2) |
|
void |
setTemperature(double newTemperature) |
protected final DataDoubleArray data
protected final DataDoubleArray.DataInfoDoubleArray dataInfo
protected final DataTag tag
protected IteratorDirective iteratorDirective
protected final PotentialCalculationSumCutoff pc
protected final PotentialCalculationSumCutoff pcDADv2
protected PotentialMaster potentialMaster
protected PotentialMaster potentialMasterDADv2
protected double temperature
protected Box box
public MeterPUCut(Space space, double[] cutoffs)
public void setPotentialMaster(PotentialMaster newPotentialMaster)
public void setPotentialMasterDADv2(PotentialMaster newPotentialMasterDADv2)
public void setTemperature(double newTemperature)
public void setBox(Box newBox)
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource