Why do I get an error message about a parameter limit of 5000 when trying
to use CYCOPT,LDSECT,1 to apply a large number of SFE values from a CFX analysis
to my turbine blade?


This is a product limitation that will be addressed in a future release. The alternate
method in which the user defines the values using the primary variable SECTOR of the
*DIM command is a workaround. Here is a short 6 sector example.

/com - force of 80 and 50 on sectors 2 and 6 respectively
*dim,rhforc,table,6,,,sector
rhforc(1,0) = 1, 2, 3, 4, 5, 6
rhforc(1,1) = 0,80, 0, 0, 0,50

nsel,s,loc,y,90
nsel,r,loc,x,3.1
f,all,fx, %rhforc%
nsel,all





Show Form
No comments yet. Be the first to add a comment!