RBDTimeIntegrationType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.RBDTimeIntegrationType Bases: enum.Enum Overview Attributes Name GeneralizedAlpha HalfExplicitMethod5 HybridIntegration NonSmoothGeneralizedAlpha PredictEvaluateCorrect ProgramControlled RungeKutta4 RungeKutta5 RungeKuttaBogackiShampine3 RungeKuttaDormandPrince5 RungeKuttaHeunEuler2 StabilizedGeneralizedAlpha TimeSteppingNSCD Attribute detail RBDTimeIntegrationType.GeneralizedAlpha = 6 RBDTimeIntegrationType.HalfExplicitMethod5 = 2 RBDTimeIntegrationType.HybridIntegration = 8 RBDTimeIntegrationType.NonSmoothGeneralizedAlpha = 12 RBDTimeIntegrationType.PredictEvaluateCorrect = 11 RBDTimeIntegrationType.ProgramControlled = 9 RBDTimeIntegrationType.RungeKutta4 = 0 RBDTimeIntegrationType.RungeKutta5 = 1 RBDTimeIntegrationType.RungeKuttaBogackiShampine3 = 5 RBDTimeIntegrationType.RungeKuttaDormandPrince5 = 3 RBDTimeIntegrationType.RungeKuttaHeunEuler2 = 4 RBDTimeIntegrationType.StabilizedGeneralizedAlpha = 10 RBDTimeIntegrationType.TimeSteppingNSCD = 7