QUESTION:

User wants to be able to manually control the OSLM and override the defaults set by SOLCONTROL. When SOLCON is on and TINTP is used to adjust the oscillation limit, ANSYS echoes (output file or window) that the new OSCL setting is accepted. However, it is not being used during solution (the default gets used instead).


ANSWER:

The workaround is to disable SOLCON, do NOT use OPNCONTROL, but turn on AUTO TIMESTEPPING:


C**************************************************************
C*** LIST DYNAMIC LOAD OPTIONS BEFORE TINTP COMMAND
C**************************************************************
solcontrol,off,off
DYNO
STAT

C**************************************************************
C*** LIST DYNAMIC LOAD OPTIONS AFTER TINTP COMMAND
C**************************************************************
tintp,,,,,0.75,0.1 !gamma,alpha,delta,theta,oslm,tol transient int par
DYNO
STAT

C**************************************************************
C*** SOLVE
C**************************************************************
autots,on
time,0.0001
outres,all,all
nsub,500,500,2
alls
save
solv
fini


C**************************************************************
C*** PRODUCE XY PLOT OD OSCILLATION LIMIT
C**************************************************************
/post26
solu,3,dtime
solu,4,reseig
prod,2,3,4,,osc_lim
/gro,ltyp,1
/axl,x,Time
/axl,y,Oscillation Limit
plva,2


QUESTION:

User wants to be able to manually control the OSLM and override the defaults set by SOLCONTROL. When SOLCON is on and TINTP is used to adjust the oscillation limit, ANSYS echoes (output file or window) that the new OSCL setting is accepted. However, it is not being used during solution (the default gets used instead).


ANSWER:

The workaround is to disable SOLCON, do NOT use OPNCONTROL, but turn on AUTO TIMESTEPPING:


C**************************************************************
C*** LIST DYNAMIC LOAD OPTIONS BEFORE TINTP COMMAND
C**************************************************************
solcontrol,off,off
DYNO
STAT

C**************************************************************
C*** LIST DYNAMIC LOAD OPTIONS AFTER TINTP COMMAND
C**************************************************************
tintp,,,,,0.75,0.1 !gamma,alpha,delta,theta,oslm,tol transient int par
DYNO
STAT

C**************************************************************
C*** SOLVE
C**************************************************************
autots,on
time,0.0001
outres,all,all
nsub,500,500,2
alls
save
solv
fini


C**************************************************************
C*** PRODUCE XY PLOT OD OSCILLATION LIMIT
C**************************************************************
/post26
solu,3,dtime
solu,4,reseig
prod,2,3,4,,osc_lim
/gro,ltyp,1
/axl,x,Time
/axl,y,Oscillation Limit
plva,2





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