IDataSource
public class MeterMoleFraction extends DataSourceScalar
data, dataInfo, tag
Constructor | Description |
---|---|
MeterMoleFraction() |
Modifier and Type | Method | Description |
---|---|---|
Box |
getBox() |
|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
ISpecies |
getSpecies() |
|
void |
setBox(Box box) |
|
void |
setSpecies(ISpecies s) |
getData, getDataDouble, getDataInfo, getTag
public void setSpecies(ISpecies s)
public ISpecies getSpecies()
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar
public Box getBox()
public void setBox(Box box)
box
- The box to set.