Results 1 to 1 of 1

Thread: Multiple ABAQUSes in parallel and communication

  1. #1

    Multiple ABAQUSes in parallel and communication

    Hello everyone!

    I decided to come here and ask for assistance since I saw some people fighting with somewhat similar problems.

    I'm going to run a simulation where 50-100 ABAQUS instances must be run in parallel on different nodes. The simulation is almost the same on every node but with small perturbations in initial values. After every n steps the simulation should stop and send it's current status to a master node running MATLAB through a socket. I believe that this should be easily achieved using user subroutine UEXTERNALDB (I haven't written any code yet though). After MATLAB has received data from all the nodes it calculates analyzed states for all the instances and sends the correct data back to ABAQUS. After receiving the analyzed state every ABAQUS instance should update it's own state and continue the simulation.

    Any ideas how the updating of the state could be done after receiving the data? My idea was that ABAQUS hangs in UEXTERNALDB while waiting for the analyzed data to arrive so the updating should begin there.

    Edit: I thought that I should be more specific on what I mean by the state: Stresses and displacements mostly.
    Last edited by knl; 2012-06-19 at 08:23.

Similar Threads

  1. Parallel Network Model
    By raji4cm in forum Constitutive Models
    Replies: 3
    Last Post: 2011-06-30, 14:19
  2. parallel processing Problem
    By mech5243 in forum Computer Software
    Replies: 1
    Last Post: 2010-09-20, 05:14
  3. Using hetval in multiple steps help!!
    By IVANCONTRERAS in forum Finite Element Modeling
    Replies: 1
    Last Post: 2009-06-10, 19:55
  4. fortran/abaqus communication problem?
    By rm447 in forum Finite Element Modeling
    Replies: 2
    Last Post: 2009-04-15, 00:11
  5. Parallel network models
    By CF in forum Finite Element Modeling
    Replies: 2
    Last Post: 2005-06-21, 10:27

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
  •