Results 1 to 4 of 4

Thread: Data extraction using Abaqus and Matlab/Excel

  1. #1

    Data extraction using Abaqus and Matlab/Excel

    Ok, I'm attempting to extract data from multiple runs of heterogeneous models, the problem is I'm trying to extract data for damage energy values and element volume (which are calculated for individual elements), because ideally we'd examine the energy and damage based on the volume of the material for comparisons and determining fracture toughness. We have ALLDMD (damage dissipation energy) data for the entire model, but it's an assembly of smaller parts with different properties, and we'd like to be able to examine the effects of each part.

    The problem, is extracting the element by element data for the 20000 elements we have is overloading the computers we're trying to extract the data on. We can't use the computer the simulations were done on, because they were submitted to a server cluster with a much larger processing power.

    So, I need a way to extract the data for the elements, Either a way to sum the total the element data in Abaqus, and then extract it for the increments, or a way to extract all the element data, which I can then perform operations on in a separate program.

    I know this isn't necessarily the most clear question, but basically, we have too much data for our computer to handle, and need a way to cut it down, while not losing information, any help would be greatly appreciated, and I'll be happy to try to clarify things to make it easier for you to understand what is going on and what I'm trying to do

  2. Why not write a python script and have it automate the computations you wish to make? You can have the script run your model and carry out the post-processing on the cluster if it turns out to be too computationally intensive for your desktop.

  3. #3
    Mostly because I cannot code in python and wouldn't know where to start, do you have any suggestions on where to start, with the program and python in general?

  4. If you are working with a CAE, there must be a .jnl (journal) file saved in the scratch directory. Now, do the post-processing only once. Then, open the .jnl file it in a text editor (Notepad, Notepad++, Vim, .. ) and scroll down to the end of the file and see if there's something familiar in the Python code in the .jnl file; there should be.

    To learn more about scripting, there's no short-cut. Abaqus documentation is a pretty good reference.

Similar Threads

  1. How to creat a data file of abaqus which can be readed by Matlab
    By lanfeng in forum Finite Element Modeling
    Replies: 12
    Last Post: 2011-09-23, 13:35
  2. Installation and Extraction of Spudcans using Abaqus/Explicit
    By SIMULIA in forum Finite Element Modeling
    Replies: 0
    Last Post: 2011-09-06, 15:21
  3. Data for excel
    By mirelala in forum Finite Element Modeling
    Replies: 0
    Last Post: 2010-03-20, 12:59
  4. Matlab Integration w Abaqus
    By IceBreaker in forum Computer Software
    Replies: 1
    Last Post: 2010-02-28, 19:41
  5. Abaqus data to Fluent or Matlab
    By rockerbox in forum Computer Software
    Replies: 3
    Last Post: 2009-05-04, 14:49

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •