public class SurfaceTensionMapped extends DataProcessor
Modifier and Type | Field | Description |
---|---|---|
protected IteratorDirective |
allAtoms |
|
protected Box |
box |
|
protected DataDouble |
data |
|
protected MeterProfileByVolume |
densityProfileMeter |
|
protected FitTanh |
fit |
|
protected AtomLeafAgentManager<Vector> |
forceAgentManager |
|
protected PotentialCalculationForceSum |
pcForce |
|
protected PotentialMaster |
potentialMaster |
|
protected Space |
space |
dataInfo, dataSink, tag
Constructor | Description |
---|---|
SurfaceTensionMapped(Space space,
Box box,
ISpecies species,
PotentialMaster potentialMaster) |
Modifier and Type | Method | Description |
---|---|---|
protected IData |
processData(IData inputData) |
Processes the input Data and returns Data for pushing to the next
DataSink.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSink
protected final DataDouble data
protected final FitTanh fit
protected final MeterProfileByVolume densityProfileMeter
protected final PotentialMaster potentialMaster
protected final PotentialCalculationForceSum pcForce
protected final AtomLeafAgentManager<Vector> forceAgentManager
protected final Space space
protected final Box box
protected final IteratorDirective allAtoms
public SurfaceTensionMapped(Space space, Box box, ISpecies species, PotentialMaster potentialMaster)
protected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessor
processDataInfo
in class DataProcessor
inputDataInfo
- the DataInfo of the Data that will be input to this
DataProcessorprotected IData processData(IData inputData)
DataProcessor
processData
in class DataProcessor
inputData
- the Data for processing