public abstract class StochasticGridCalc extends GridCalc
BaseCalc.algorithm_t, BaseCalc.distribution_t, BaseCalc.output_t
IGridCalc.Event, IGridCalc.EventType, IGridCalc.Happening, IGridCalc.HappeningKind
Modifier and Type | Field and Description |
---|---|
static org.apache.logging.log4j.Logger |
log |
algoID, LN_PARTICLES_PUVC, NM_PER_PARTICLE_PUV, PARTICLES_PUASD, PARTICLES_PUVC, results, resultWriters, sdRun, writeConcentration
Constructor and Description |
---|
StochasticGridCalc(int trial,
SDRun sdm) |
Modifier and Type | Method and Description |
---|---|
protected void |
footer() |
double |
getGridPartConc(int i,
int j) |
int |
getGridPartNumb(int i,
int j) |
void |
init() |
protected void |
initPopulation(int[][] counts,
SDRun sdrun) |
boolean |
preferConcs() |
_run, advance, endtime, eventCount, getNumberElements, getParticleCount, intlog, resetEventStatistics
addResultWriter, close, getSimulationSeed, getSource, run, storeResultIn, trial
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEvents, getEventStatistics, getHappenings, getSimulationSeed, getSource, trial
public StochasticGridCalc(int trial, SDRun sdm)
protected void initPopulation(int[][] counts, SDRun sdrun)
public boolean preferConcs()
public int getGridPartNumb(int i, int j)
public double getGridPartConc(int i, int j)
Copyright © 2018. All rights reserved.