DataSourcePositionedpublic class DataSourcePositionedBoltzmannFactor extends java.lang.Object implements DataSourcePositioned
| Modifier and Type | Field | Description |
|---|---|---|
protected MoleculeActionTranslateTo |
atomTranslator |
|
protected DataDouble |
data |
|
protected DataDouble.DataInfoDouble |
dataInfo |
|
protected MeterPotentialEnergy |
energyMeter |
|
protected IntegratorBox |
integrator |
|
protected DataTag |
tag |
|
protected IMolecule |
testMolecule |
| Constructor | Description |
|---|---|
DataSourcePositionedBoltzmannFactor(Space space) |
| Modifier and Type | Method | Description |
|---|---|---|
IData |
getData(Vector a) |
|
IDataInfo |
getPositionDataInfo() |
|
ISpecies |
getSpecies() |
Returns the ISpecies for which the chemical potential is to be measured.
|
DataTag |
getTag() |
|
void |
setBox(Box newBox) |
|
void |
setIntegrator(IntegratorBox newIntegrator) |
Sets the integrator.
|
void |
setSpecies(ISpecies newSpecies) |
Sets the ISpecies for which the chemical potential is to be measured.
|
protected IMolecule testMolecule
protected MoleculeActionTranslateTo atomTranslator
protected MeterPotentialEnergy energyMeter
protected final DataDouble.DataInfoDouble dataInfo
protected final DataDouble data
protected IntegratorBox integrator
protected final DataTag tag
public DataSourcePositionedBoltzmannFactor(Space space)
public void setIntegrator(IntegratorBox newIntegrator)
public void setSpecies(ISpecies newSpecies)
public ISpecies getSpecies()
public IData getData(Vector a)
getData in interface DataSourcePositionedpublic void setBox(Box newBox)
setBox in interface DataSourcePositionedpublic IDataInfo getPositionDataInfo()
getPositionDataInfo in interface DataSourcePositionedpublic DataTag getTag()
getTag in interface DataSourcePositioned