harshn
Civil/Environmental
- Feb 2, 2007
- 24
Hi All,
Whenever I try to do a transient analysis on Plane55 element using following code , I see a popup during the iteration on which "Nonlinear Solution" is written. I am assuming my system to be linear, can someone advise me why this "nonlinear Solution" is being shown and is there some way to do time stepping using Crank-Nicholson or backward Euler method. OR how can I know which time stepping scheme is being followed
/PREP7
length=1.0
height=1.0
blc4,0,0,length,
ET,1, PLANE55
MP,Dens,1,2400
mp,c,1,1.94e6/2400
mp,kxx,1,1.8
ESIZE,0.05
AMESH,ALL
FINISH
/SOLU
ANTYPE,TRANS
IC,ALL,TEMP,0
TIMINT,ON,THERM
time,3600
lumpm,0
nsubst,5
neqit,100
autots,off
lnsrch,on
outres,all,all
kbc,1
temperature = 10
NSEL,S,LOC,Y,height
D,ALL,TEMP,temperature
NSEL,S,LOC,Y,0
D,ALL,TEMP,temperature
ALLSEL
Solve
Finish
Regards
Harsh
Whenever I try to do a transient analysis on Plane55 element using following code , I see a popup during the iteration on which "Nonlinear Solution" is written. I am assuming my system to be linear, can someone advise me why this "nonlinear Solution" is being shown and is there some way to do time stepping using Crank-Nicholson or backward Euler method. OR how can I know which time stepping scheme is being followed
/PREP7
length=1.0
height=1.0
blc4,0,0,length,
ET,1, PLANE55
MP,Dens,1,2400
mp,c,1,1.94e6/2400
mp,kxx,1,1.8
ESIZE,0.05
AMESH,ALL
FINISH
/SOLU
ANTYPE,TRANS
IC,ALL,TEMP,0
TIMINT,ON,THERM
time,3600
lumpm,0
nsubst,5
neqit,100
autots,off
lnsrch,on
outres,all,all
kbc,1
temperature = 10
NSEL,S,LOC,Y,height
D,ALL,TEMP,temperature
NSEL,S,LOC,Y,0
D,ALL,TEMP,temperature
ALLSEL
Solve
Finish
Regards
Harsh