ANSYS: Calculate SIF w/ Excel for Fracture Mechanics Analysis

  • Thread starter Thread starter saurabh anand
  • Start date Start date
  • Tags Tags
    ansys excel
Click For Summary
New users of ANSYS can automate the calculation of stress intensity factors (SIF) by linking Excel data to their analysis. After manually applying forces a few times, users can access the log file in ANSYS to see recorded commands. By creating an array for the forces and using a *do loop, users can automate the process of solving the model for each force value. Saving the Excel file as a compatible text format allows ANSYS to read the data into the array. This method streamlines the analysis process, eliminating the need for manual adjustments for each force applied.
saurabh anand
Messages
6
Reaction score
0
Hello all,
I am a new user to Ansys. I am currently using it for fracture mechanics analysis to calculate the stress intensity factor(SIF). I am supposed to calculate the SIF for different force applied to my model. The forces are on an excel sheet. Is there some way I could link this excel sheet to my analysis so that it can give me the SIF for each force? I am currently doing it manually i.e. changing the value of force each time and solving the model.
 
Engineering news on Phys.org
Ok...so the thing is if you are new to ansys, just like vb or excel macro recording, Ansys also records everything you do using a GUI. So just apply the forces manually a couple of times first. Solve the model the number of times you applied the forces and get the results. Follow the process you usually follow. Then just go to File option in Ansys GUI and list log file. Whatever you've done will be recorded and shown in this file. The next thing is whenever you don't understand any command that's listed in the Ansys log file, just Google it.
Now coming to your specific problem, you can put a *do loop for changing the force every time. Just create an array for the forces you have,say F(10,1) in Ansys using a * Dim command. Save the excel force file as a text file (or any other format that Ansys might support to read) then read it in array you created. That would store all the forces in the array.
Next when you put a do loop, each time the loop will execute, it will just take the value of force corresponding to this array parameter for do loop (i, corresponding to force F(i,1)), (and using the log files and commands you can see each time what has changed and how it has been solved) and solve the problem each time automatically without you worrying about the number of forces you've to solve for.

PS: You can also create an account on Xansys forum, Eng tips etc. Those might come in handy for the future!
Hope this helps.
 
Thankyou koolraj for the reply. its much appreciated.
 
Had my central air system checked when it sortta wasn't working. I guess I hadn't replaced the filter. Guy suggested I might want to get a UV filter accessory. He said it would "kill bugs and particulates". I know UV can kill the former, not sure how he thinks it's gonna murder the latter. Now I'm finding out there's more than one type of UV filter: one for the air flow and one for the coil. He was suggesting we might get one for the air flow, but now we'll have to change the bulb...

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
Replies
2
Views
7K
  • · Replies 1 ·
Replies
1
Views
7K
  • · Replies 11 ·
Replies
11
Views
12K
  • · Replies 5 ·
Replies
5
Views
6K