richard98
Electrical
- Jan 8, 2004
- 7
Hello all,
I am confused with the meaning of displacement Ux in ANSYS modal analysis.
In my modal analysis, the maximum length of the model is no more than 11e-3 m, but the modal results of first mode in ANSYS plotted that DMX = 149.608. The system of units of my model is SI, so do the DMX means the maximum nodal displacement is 149.608 m? But I think it is impossible.
What do the maximum nodal displacement DMX really mean?
Do the displacement Ux in ANSYS modal analysis is real displacement? Or does it just mean the realative displacement?
Thanks in advance.
Richard
Below is my batch commands of the model, where epoxy is sandwiched by two Kovar blocks:
/prep7
/com ---------------------
ET,1,solid45 !Brick
! Epoxy
mp,DENS,1, 1.8e3
mp,EX,1, 2e9 !E = 2 GPa
mp,NUXY,1, 0.3
! Kovar
mp,DENS,2,8.36e3
mp,EX,2,140e9 !E= 140GPa
mp,NUXY,2,0.32
bi_hou = 2.5e-3
nei_Y = 5e-3
nei_x = 6e-3
nei_gao = 3e-3
block,0,bi_hou,0,nei_y,0,nei_gao
block,bi_hou, bi_hou + nei_x,0,nei_y, 0, nei_gao
block,bi_hou + nei_x, bi_hou + nei_x + bi_hou, 0,nei_y, 0, nei_gao
alls
vglue,all
alls
vsel,s,loc,x,bi_hou, bi_hou + nei_x
vatt,1,,1
alls
vsel,u,mat,,1
vatt,2,,1
alls
vmesh,all
/solu
alls
ANTYPE,2
MODOPT,LANB,5,,,,off
MXPAND,5,,,no
alls
asel,s,loc,z,0
DA,all,all,0 !Bottom suface
alls
asel,s,loc,z,nei_gao
DA,all,UZ,0 !Top suface
alls
asel,s,loc,y,0
asel,a,loc,y,nei_y
DA,all,uy,0 !Side sufaces
alls
solve
save,_solve,db
finish
/eof
I am confused with the meaning of displacement Ux in ANSYS modal analysis.
In my modal analysis, the maximum length of the model is no more than 11e-3 m, but the modal results of first mode in ANSYS plotted that DMX = 149.608. The system of units of my model is SI, so do the DMX means the maximum nodal displacement is 149.608 m? But I think it is impossible.
What do the maximum nodal displacement DMX really mean?
Do the displacement Ux in ANSYS modal analysis is real displacement? Or does it just mean the realative displacement?
Thanks in advance.
Richard
Below is my batch commands of the model, where epoxy is sandwiched by two Kovar blocks:
/prep7
/com ---------------------
ET,1,solid45 !Brick
! Epoxy
mp,DENS,1, 1.8e3
mp,EX,1, 2e9 !E = 2 GPa
mp,NUXY,1, 0.3
! Kovar
mp,DENS,2,8.36e3
mp,EX,2,140e9 !E= 140GPa
mp,NUXY,2,0.32
bi_hou = 2.5e-3
nei_Y = 5e-3
nei_x = 6e-3
nei_gao = 3e-3
block,0,bi_hou,0,nei_y,0,nei_gao
block,bi_hou, bi_hou + nei_x,0,nei_y, 0, nei_gao
block,bi_hou + nei_x, bi_hou + nei_x + bi_hou, 0,nei_y, 0, nei_gao
alls
vglue,all
alls
vsel,s,loc,x,bi_hou, bi_hou + nei_x
vatt,1,,1
alls
vsel,u,mat,,1
vatt,2,,1
alls
vmesh,all
/solu
alls
ANTYPE,2
MODOPT,LANB,5,,,,off
MXPAND,5,,,no
alls
asel,s,loc,z,0
DA,all,all,0 !Bottom suface
alls
asel,s,loc,z,nei_gao
DA,all,UZ,0 !Top suface
alls
asel,s,loc,y,0
asel,a,loc,y,nei_y
DA,all,uy,0 !Side sufaces
alls
solve
save,_solve,db
finish
/eof