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?
thx for your reply but It doesn't work.
this error is occurred, It is not syntax error. google says that it may because of compiler or OS. My compiler is ifort.exe and OS is win10/64bit.
--------------------------------------------------------
'Console2.exe': Loaded...
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...
as we know we don't specify a number for a field variable in CAE. so how abaqus recognize the order of field variables??
If I define a field variable for parameter A and then define another field variable for parameter B,
abaqus will assign field(nblock,1) values to A and field(nblock,2) to B?
thank you Bartosz,
I appreciate your profound understanding of the matter.
Let me to ask another question that I'm encountered:
If I want to depend two parameter (say Elasticity module and friction coefficient) on two different field variables say field(nblock,1) & field(nblock,2). how abaqus...
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...
Hello again,
After struggling with documentation I've found that If I want to reach an output in a specific increment I have to refer to odb file,
So If I haven't any odb file I can't read any output till that time :-(
I want to do this:
A=read S11
B=make a change in CAE if it is required...
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 have spend a week in abaqus documentation and still found nothing, would you please help me more in detail!?
it would be so helpful if I find an example like as my problem...
thank you
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.
thank you IceBreakerSours,
I have googled before and read all of the links contents but most of them are about "how to model and run a parametric problem with Matlab" and the others are about how we can use Matlab to optimize value of variables"
even though there is a comprehensive example in...