Hi guys
thank you in advance for your time. I really appreciate it.
I have a 2D problem, which I have partitioned it.
I want to create surfaces at the partition edge within the plate, but I think the only way is do it manually in the input file, because it is only 1 part.
When I model my...
I don't know about that.
It is better to provide a photo.
if possible, partition the plate so that you can seed the partition edge so that you can get the result for the points which you are interested in.
Go check out *Node output in Abaqus help.
You should create a node set, including the nodes you are interested in, in Assembly section or in part section.
Example:
I created an element set (named Substrate) in part section (Part name: TBCsys-1)and I put it in the step section as below:
*Step...
Hi all
The problem is solved.
The thing that I did not know is that before that pre-processing is started, ABAQUS checks the syntax used in the input file. And I had a problem with the syntax.
Instead of
*include, input=constraint/sets.inp
*include, input=constraint/tie-constraint.inp
I had...
I think as Mustaine3 said, you can create tie constraint using surfaces and not only nodes.
2nd, you can also first create a part and then partition, the interface then behaves like a tied bond.
First thank you very much for your time.
2nd, It looks like it has not checked them yet, while pre.exe has not run yet when I get this error. Usually when there is sth wrong in input file or subroutine it gives info where is the problem.
I got this error once when I had 2 subroutines and used...
Hi guys
I would appreciate it very much if you could help.
I am trying to start an analysis using cmd:
abaqus job=test memory="62 gb" input=3D-whol.inp user=xxx.for interactive
the line consists also a creep subroutine.
but I get a weird error even before the pre-processor starts running. (see...
Hi all,
Supposing I have installed visual studio 2008 and intel fortran 11, to do subroutines in abaqus, can i run fortran code in visual studio independently? I have a .f90 code and the output is a plot of data.
2nd question, is it possible to do it in visual studio?
If not, what should I...