public interface DynamicSimuAdapter extends IDynamicSimulation
Modifier and Type | Method and Description |
---|---|
boolean |
nextStepElectricalModifiedEuler(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag)
Default implementation of the calculation of the next step states x(t+1) = x(t) + dxdt * dt for the machine mechanical
eqn.
|
afterStep, getOutput, getOutput, getOutputList, getOutputObject, getStates, getStates, initStates, initStates, initStates, nextStep, nextStep, nextStepElectrical, nextStepMechanical, updateAttributes
boolean nextStepElectricalModifiedEuler(double dt, DynamicSimuMethod method, Network<?,?> net, int flag)