Dear users!
I have made interface for coupled simulations using VUAMP subroutine. I import value of loads with VUAMP subroutine to prescribe node forces of model in every increment...It's working fine, but when I tried to simulate bigger problem (Number of nodes>5000) there is a problem with...
Hello all!
Is there any simple way to establish comunication between subroutine (VUFIELD and VUAMP) and outer code in c++ (Abaqus Explicit). I use subroutine VUAMP to export coordinates and write them to file. C++ programm read these data, compute force and write force to other file...I read...
Hello everyone!
I need script to define node sets from node name. I read manual and found NodeSetFromNodeLabels command, how can I use this command. I want to define node set to every node in model (node 1-->nodeSet=N0001, node 2-->nodeSet=N0002,....).
Could anyone help me with some advice...
Dear Abaqus users,
I have one question...have anyone tried to export coordinates of nodes in Abaqus/explicit for every time increment using user subroutine VUFIELD? In this subroutine is input COORD array which stores node coordinates, but I can't find any example of FIELD variable definition. I...