Modifier and Type | Field and Description |
---|---|
static java.util.List<DynamicSimuMethod> |
DynamicSimuMethod.VALUES
A public read-only list of all the 'Dynamic Simu Method' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DynamicSimuMethod |
DynamicSimuMethod.get(int value)
Returns the 'Dynamic Simu Method' literal with the specified integer value.
|
static DynamicSimuMethod |
DynamicSimuMethod.get(java.lang.String literal)
Returns the 'Dynamic Simu Method' literal with the specified literal value.
|
static DynamicSimuMethod |
DynamicSimuMethod.getByName(java.lang.String name)
Returns the 'Dynamic Simu Method' literal with the specified name.
|
DynamicSimuMethod |
DynamicSimuAlgorithm.getSimuMethod()
Returns the value of the 'Simu Method' attribute.
|
static DynamicSimuMethod |
DynamicSimuMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicSimuMethod[] |
DynamicSimuMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IDStabSolver.nextStep(double t,
double dt,
DynamicSimuMethod method)
implement the nextStep simulation function
|
boolean |
IDynamicSimulation.nextStep(double dt,
DynamicSimuMethod method,
int flag)
Calculate the controller's next step states x(t+1) = x(t) + dxdt * dt.
|
boolean |
IDynamicSimulation.nextStep(double dt,
DynamicSimuMethod method,
Machine mach,
int flag)
Calculate the controller's next step states x(t+1) = x(t) + dxdt * dt.
|
boolean |
IDynamicSimulation.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag)
Calculate the next step states x(t+1) = x(t) + dxdt * dt for the machine
electrical equations.
|
boolean |
DynamicSimuAdapter.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.
|
boolean |
IDynamicSimulation.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag)
Calculate the next step states x(t+1) = x(t) + dxdt * dt for the machine mechanical
eqn.
|
void |
DynamicSimuAlgorithm.setSimuMethod(DynamicSimuMethod value)
Sets the value of the '
Simu Method ' attribute. |
Modifier and Type | Method and Description |
---|---|
void |
DStabSolverImpl.diffEqnIntegrationStep(double t,
double dt,
DynamicSimuMethod method,
int flag) |
abstract void |
AbstractDStabSolver.diffEqnIntegrationStep(double t,
double dt,
DynamicSimuMethod method,
int flag) |
void |
DStabSolver3SeqImpl.nextStep(double time,
double dt,
DynamicSimuMethod method) |
void |
AbstractDStabSolver.nextStep(double time,
double dt,
DynamicSimuMethod method) |
Modifier and Type | Field and Description |
---|---|
protected static DynamicSimuMethod |
DynamicSimuAlgorithmImpl.SIMU_METHOD_EDEFAULT
The default value of the '
Simu Method ' attribute. |
protected DynamicSimuMethod |
DynamicSimuAlgorithmImpl.simuMethod
The cached value of the '
Simu Method ' attribute. |
Modifier and Type | Method and Description |
---|---|
DynamicSimuMethod |
DstabAlgorithmFactoryImpl.createDynamicSimuMethodFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
DynamicSimuMethod |
DynamicSimuAlgorithmImpl.getSimuMethod() |
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicSimuAdapterImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
DynamicSimuAdapterImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach,
int flag) |
boolean |
DynamicSimuAdapterImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
DynamicSimuAdapterImpl.nextStepElectricalModifiedEuler(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
DynamicSimuAdapterImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
void |
DynamicSimuAlgorithmImpl.setSimuMethod(DynamicSimuMethod newSimuMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractAnnotateController.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
AbstractAnnotateController.nextStep(double dt,
DynamicSimuMethod method,
Machine mach,
int flag)
Perform one step diff eqn calculation
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicDeviceImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
DynamicDeviceImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach,
int flag) |
boolean |
DynamicDeviceImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
DynamicDeviceImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
Modifier and Type | Method and Description |
---|---|
boolean |
VSCConverterDynImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
VSCConverterDynControllerImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
HvdcLine2TVSCDynImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
VSCConverterDynImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach,
int flag) |
boolean |
HvdcLine2TVSCDynImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach,
int flag) |
boolean |
VSCConverterDynImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
HvdcLine2TVSCDynImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
VSCConverterDynImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
HvdcLine2TVSCDynImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDStabBusImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag)
Calculate bus frequency measurement nextStep
|
boolean |
BaseDStabBusImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach,
int flag) |
boolean |
BaseDStabBusImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
BaseDStabBusImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicMachineImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
EConstMachineImpl.nextStep(double dt,
DynamicSimuMethod method,
int flag) |
boolean |
DynamicMachineImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
MachineImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network net,
int flag) |