IDataSource
public class MeterSolidProps extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected CoordinateDefinition |
coordinateDefinition |
|
protected DataDoubleArray |
data |
|
protected DataDoubleArray.DataInfoDoubleArray |
dataInfo |
|
protected double |
ddP |
|
protected double |
density |
|
protected double |
dP |
|
protected Vector |
dr |
|
protected double |
f1 |
|
protected double |
f2 |
|
protected AtomLeafAgentManager<Vector> |
forceManager |
|
protected IteratorDirective |
id |
|
protected boolean |
isLJ |
|
protected DataSourceScalar |
meterPE |
|
protected int |
nMol |
|
protected double |
PLat |
|
protected PotentialMaster |
potentialMaster |
|
protected Space |
space |
|
protected DataTag |
tag |
|
protected double |
temperature |
|
protected double |
ULat |
|
protected double |
volume |
Constructor | Description |
---|---|
MeterSolidProps(Space space,
DataSourceScalar meterPE,
PotentialMaster potentialMaster,
CoordinateDefinition coordinateDefinition,
double temperature,
double dP,
double ddP,
double ULat,
double PLat,
boolean isLS) |
Modifier and Type | Method | Description |
---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
DataTag |
getTag() |
protected final DataDoubleArray data
protected final DataDoubleArray.DataInfoDoubleArray dataInfo
protected final DataTag tag
protected final Space space
protected final CoordinateDefinition coordinateDefinition
protected final DataSourceScalar meterPE
protected final PotentialMaster potentialMaster
protected final AtomLeafAgentManager<Vector> forceManager
protected final IteratorDirective id
protected final Vector dr
protected double ULat
protected double PLat
protected double volume
protected double density
protected int nMol
protected double dP
protected double ddP
protected double f1
protected double f2
protected final double temperature
protected boolean isLJ
public MeterSolidProps(Space space, DataSourceScalar meterPE, PotentialMaster potentialMaster, CoordinateDefinition coordinateDefinition, double temperature, double dP, double ddP, double ULat, double PLat, boolean isLS)
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource