IDataSource
public class MeterExcessAdsorbed extends DataSourceScalar
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected int |
dim |
|
protected EOSSW |
eos |
|
protected double |
pressure |
|
protected ISpecies |
species |
|
protected double |
xMax |
|
protected double |
xMin |
data, dataInfo, tag
Constructor | Description |
---|---|
MeterExcessAdsorbed(ISpecies species,
EOSSW eos) |
Modifier and Type | Method | Description |
---|---|---|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
void |
setBox(Box box) |
|
void |
setPressure(double pressure) |
|
void |
setRange(int dim,
double xMin,
double xMax) |
getData, getDataDouble, getDataInfo, getTag
protected Box box
protected int dim
protected double xMin
protected double xMax
protected double pressure
protected final EOSSW eos
protected final ISpecies species
public void setRange(int dim, double xMin, double xMax)
public void setBox(Box box)
public void setPressure(double pressure)
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar