Set Sigma3 for equivalent stress in Random Vibration Analysis
Erik Kostson
Member, Employee Posts: 242
✭✭✭✭
How can we set Sigma3 (scale) for equivalent stress in Random Vibration Analysis?
0
Best Answer
-
model = ExtAPI.DataModel.Project.Model analysis=model.Analyses[1] # Random vib solution=analysis.Solution res=solution.AddEquivalentStressPSD() res.ScaleFactor=ScaleFactorType.Sigma3 # Sigma2 or Sigma1 can be used here also
1
This discussion has been closed.