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, updateAttributesboolean nextStepElectricalModifiedEuler(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag)