General Mechanical

General Mechanical

Getting no element data from my analysis

    • KevinG
      Subscriber

      Hi,


      I'm running structural analysis on a model and am getting values of 0 for element solution data, can anyone help me?


      Kind regards

    • peteroznewman
      Subscriber

      We need to see the following to help you.



      • Geometry

      • Materials

      • Mesh

      • Supports

      • Loads

      • Results


      Use the Insert Image button to place a screen snap file into your post.

    • KevinG
      Subscriber

      Thanks Peter, here's my code. Apologies if it's a bit of a mess;


      /PREP7


      /UIS,MSGPOP,3


      /NERR,200,99999999,,0,0


      /UNITS,SI


      CSYS,0


      ET,1,BEAM188


      MPTEMP,1,0


      MPDATA,EX,1, ,210000000000


      MPDATA,PRXY,1, ,0.3


      MPDATA,DENS,1, ,7600


      SECTYPE,1,BEAM,CSOLID,SolCirc,0,0


      SECDATA,0.005,0,0,0,0,0,0,0,0,0,0,0


      K,1,0,0,0


      K,2,-0.4,0.4,0


      K,3,0,0.8,0


      K,4,0.3,0.6,0


      K,5,0.5,0.7,0


      K,6,0.7,0,0


      LSTR,1,2


      LSTR,2,3


      LSTR,3,4


      LSTR,4,5


      LSTR,5,6


      LSTR,6,1


      LSTR,1,5


      LSTR,2,4


      LSTR,1,4


      LSEL,ALL, , , , , ,0


      LMESH, ALL, ,


      ESIZE,0.05


      FINISH


      /SOLU


      ANTYPE, 0


      TIMEINT,OFF,ALL


      KBC,0


      AUTOTS,ON


      KSEL,S,KP,,1,2,1


      NSLK,S


      FK,2,FX,80000


      FK,2,FY,40000


      FK,2,FZ,0


      FK,2,MX,0


      FK,2,MY,0


      FK,2,MZ,0


      KSEL,S,KP,,1,6,1


      NSLK,S


      FK,6,FX,0


      FK,6,FY,20000


      FK,6,FZ,0


      FK,6,MX,0


      FK,6,MY,0


      FK,6,MZ,0


      NSEL,S,LOC,X,0


      NSEL,R,LOC,Y,0


      NSEL,R,LOC,Z,0


      D,ALL,ALL,0


      NSEL,S,LOC,X,0


      NSEL,R,LOC,Y,0.8


      NSEL,R,LOC,Z,0


      D,ALL,UX,0


      D,ALL,UY,0


      D,ALL,UZ,0


      NSEL,S,LOC,X,0.3


      NSEL,R,LOC,Y,0.6


      NSEL,R,LOC,Z,0


      D,ALL,ALL,0


      ALLSEL,ALL


      SFTRAN


      outres,esol,all 


      SOLVE


       

Viewing 2 reply threads
  • You must be logged in to reply to this topic.