IDataSource
public class MeterMappedAveragingCV extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected double |
bJ |
|
protected double |
bt |
|
protected double[] |
costiMtj1 |
|
protected DataDoubleArray |
data |
|
protected DataDoubleArray.DataInfoDoubleArray |
dataInfo |
|
protected int |
L |
|
protected int |
N |
|
protected int[][] |
nbrs |
|
protected PotentialMaster |
potentialMaster |
|
protected double[] |
sin2tiMtj1 |
|
protected double[] |
sin2tiMtjtk1 |
|
protected double[] |
sintiMtj1 |
|
protected double[] |
sintiMtj2 |
|
protected double[] |
sintiMtj3 |
|
protected Space |
space |
|
protected DataTag |
tag |
|
protected double |
temperature |
Constructor | Description |
---|---|
MeterMappedAveragingCV(Simulation sim,
double temperature,
double interactionS,
PotentialMaster potentialMaster) |
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 double bJ
protected double bt
protected final int L
protected final int N
protected final int[][] nbrs
protected final double[] sintiMtj1
protected final double[] sintiMtj2
protected final double[] sintiMtj3
protected final double[] costiMtj1
protected final double[] sin2tiMtj1
protected final double[] sin2tiMtjtk1
protected double temperature
protected final Space space
protected final PotentialMaster potentialMaster
public MeterMappedAveragingCV(Simulation sim, double temperature, double interactionS, PotentialMaster potentialMaster)
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource