Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read earthquake Accelerogram for Time-History analysis using Command APDL

Status
Not open for further replies.

FukushuuTenshi

Structural
Jun 25, 2017
6
0
0
PE
Greetings,

I'm modeling a soil-interaction for a tunnel as can be seen in the following pictures:

03608232-37dd-4039-89a5-251bd61faebe8Ec958550b7-f6ff-4bbe-8f1d-cb7ad5526c82_saizlr.png


403fde1d-6536-4605-b915-03df97c4933e3U9175d0890-c358-4134-a47c-689d4bcd7918_udonxq.png


ddb3d89b-8307-4fe8-9d9a-a73e9eb482d588b3c24a543-f836-4d2c-8bdc-fb5291f91b8c_np1ejq.png


Concerning the properties:
Tunnel⇒ Non-Linear Concrete
Soil⇒ Drucker-Prager

First I wanted to use a simple model, so I set all materials as linear.
But when applying this code the process never ends or at least it gives me that idea.

Code:
*DIM,dataPath,STRING,128
*DIM,fileName,STRING,128
fileName(1,1)='BrutalEarthquake' !File's name
dataPath(1,1)='C:\Users\JXT\Documents\@FILES_ANSYS\' !The path
dataPath(1,1)=STRCAT(dataPath(1,1),fileName(1,1))
*DIM,Tt,table,4899,1,1,TIME !4899 total acceleration data
*TREAD,Tt,dataPath(1,1),txt,,5 !The last number stands for the lines to be skip 
D,FIXED_SURFACE,accx,%Tt% !FIXED_SURFACE stands for the name section where the acceleration is meant to be apply
AUTOTS,0 
DELTIM,0.012,0,0,0  
Alls

Is it normal that this kind of process(transient analysis for 4899 points of acceleration) to take soo much time? I can leave my computer there all night while is solving it, but I'm scared to receive a warning message telling me that everything I did was for nothing.

Step 1 completed
41fe2eaf-1974-40d8-b442-8aa10c370dfe3J20d690e5d-d4ff-4c04-a0b2-6f2a1dcd493e_tmect9.png


Step 2 completed
ac8d88bf-a5f5-4e63-9bc5-60be222b24ed2Bf7ab06958-825b-4b40-8e43-3b874b0ad586_ofqojf.png



Till now It has finished steps 1 and 2, so By seeing this, I understand That I'll have to wait like 10 hours?![bugeyed] Please, Eng-Tips marauders, I summon an almighty ANSYS level 99 wizard user to bring some enlightenment and sound advice to this afflicted and tormented soul.[morning][morning][morning]

ElPsyCongroo
 
Replies continue below

Recommended for you

ElPsyCongroo,

OP said:
Is it normal that this kind of process(transient analysis for 4899 points of acceleration) to take soo much time?

It's good practice to start with a model that has the right characteristics yet small enough for a quick solution. This allows for quick iterations to catch bugs and test your ideas. After solving a simple model, you could then add increasing levels of complexity until reaching a desired goal. With experience, this process has the added benefit of helping you gauge how long a solution will take. Good luck!


Best regards,
Jason

 
Status
Not open for further replies.
Back
Top