@FEA way, I already referred to that post. Thanks, but it is not helpful to me. I am working on a different architecture. So, I need something to reduce the effort in copying the mesh between the faces.
I am using the copy mesh pattern option to create identical meshes in Abaqus. As my geometry has several arcs on the faces, after completion of the copy-mesh procedure, once I make a full part mesh, it often ends with the errors: poor elements or impossible to create a mesh. Again, I reworked it...
I created a Python script to perform a compression simulation in ABAQUS. After running the script in the command shell, I obtained the reaction force-time results as a text file in the working directory.
Now, I need to vary the modulus values and Poisson's ratio over a finite number of...
I am solving a compression test (3D RVE model). My model is the cylinder enclosed inside a cube. I am solving with periodic boundary conditions. When the displacement is applied from the top (Y), the problem occurs at the contact region and the job aborts. I applied a displacement value of 0.1...
Working in the abaqus script to do a parametric modelling. Abaqus uses some reference numbers for datum plane, axis that are created in the modelling. When I used the journal file to create the required script, it ended up in KeyError. Any suggestions on how to generalise that using any other...