hello,
I have two kinematic constrained contact pair, How can I run a job in parallel mode? I have read about domain decomposition in abaqus manual but couldn't figure out how?
hello
I want to call matlab program within my fortran code. I have google about this but can't figure out how should I write the code. for example I just want to run matlab program. is the below code is true?
-------------------------------------
program Console9
implicit none
call...
Hi dear friends,
I want to use python scripting to modify load (or any model) data when the job is still running. there is a simple criterion that when mises stress meet a value, load value should change.
for this purpose I have used callback function in my script and I can read and write Mises...
Hello experts,
a short question:
is it possible to read data from .odb while job hasn't completed?
I tried to open .odb while the job running but I've faced with error.
here is the end of my python code:
...
...
...
mdb.jobs['pythonodbtest'].submit(consistencyChecking=OFF)
from odbMaterial...
Hi there,
I come across with a problem,
I want to define friction coeff. tabular depend on field variable and filled the table. for example:
0.05 0.1
0.1 0.5
but I dont know how abaqus treat with field(nblock,nfield), is it consider field value in any element and assign a friction coeff...
Hi there,
I've wrote a couple of subroutines (Udisp and USDFLD), there is a question....
there is a variable in UDISP that is depended on a condition in USDFLD,
How I can connect these two subs to each other!?
any help is apprectiated
I've modeled a process in ABAQUS and have wrote a subroutine for that. It is Ok and it runs. now i want to make some change in my model when the process is running by the use of matlab. for this purpose it is required to link fortran and matlab, I really appreciate any help.
Hello My friends
Firstly I appreciate your attention to read this post,
I am wondering to find a tutorial or example or any help THAT show how I can write a program in Matlab that handle an ABAQUS job.
Actually I want to run a job in ABAQUS that can be controlled within MATLAB program,
For...
Hello everybody,
I have a question about VUSDFLD subroutine. I want to get Stress and Strain in any material point and we know that vgetvrm utility routine should be used. my question is here: for example in vgetvrm('LE',rData,...), rData (1) in any increment is standing for which material point??
Hi,
I have modeled deep drawing process and successfully have ran it and have got results. My desire is to run a job and stop it in any time i want (for example t) and then read specified output of an arbitrary node (element) AND next, i can change my input variables (for example punch speed)...