|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.jstats.ode.DifferentialEquation
nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
nl.tudelft.simulation.sne.c1.FCenter
The concentration of aggregates consisting of F-centers.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary |
| Fields inherited from class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation |
previousX, previousY, simulator |
| Fields inherited from class nl.tudelft.simulation.jstats.ode.DifferentialEquation |
timeStep, x0, y0 |
| Fields inherited from class nl.tudelft.simulation.event.EventProducer |
listeners |
| Fields inherited from interface nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquationInterface |
FUNCTION_CHANGED_EVENT, VALUE_CHANGED_EVENT |
| Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
| Constructor Summary | |
FCenter(nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface simulator,
double timeStep,
short numericalMethod)
constructs a new FCenter |
|
| Method Summary | |
double[] |
dy(double time,
double[] y)
|
double |
getLf()
gets the value of lf |
double |
getP()
returns the value of p |
void |
setLf(double lf)
sets the value of lf |
| Methods inherited from class nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation |
initialize, notify |
| Methods inherited from class nl.tudelft.simulation.jstats.ode.DifferentialEquation |
getIntegrator, integrateY, setIntegrator, y |
| Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.tudelft.simulation.jstats.ode.DifferentialEquationInterface |
y |
| Constructor Detail |
public FCenter(nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface simulator,
double timeStep,
short numericalMethod)
throws java.rmi.RemoteException
simulator - timeStep - numericalMethod -
java.rmi.RemoteException - on network failure| Method Detail |
public double[] dy(double time,
double[] y)
DifferentialEquationInterface.dy(double,
double[])public double getLf()
public void setLf(double lf)
lf - public double getP()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||