Hi all,
I am using the odbreport command to save history data.
I am using the following syntax to save the history data (stress S22) for the element 3335
abaqus odbreport job="Job1" histregion="Element Flange-1.3335 Int Point 1 Section Point 1"
I was wondering if there is a syntax for this...
This sentence defines the SHELL SECTION assigned to the SHELL ELEMENTS ....
so the 0.2 will be the thickness of the shell element
and the 5 is the number of integration points through this thickness.
elset=Set-Membrane is the set of shell elements that are assigned the aforementioned shell...
Thank you for responding,
So if I am looking for say element no. 333, the code will be like this:
IF (KEY.EQ.1) THEN
'Save the index no. of the element
ElementNo=JRRAY(1,3)
DO i=1,JRRAY(1,2)
IF (ElementNo(i) .EQ. 333) THEN
Index=i
END IF
ENDDO
END IF...
Hello everyone,
I am using FORTRAN to read the *.fil file and I have this question:
How can I read S22 stress (record 11) for a specific element number
Best Regards,
A.K.
Hi Guys,
I need to make this expression changes dynamically:
VariableX = importdata ('FilenameX.out');
where, everything is constant but the "X" is a integer number that changes from 1 to 5
for example: hello4 = impotdata ('file4.out');
Please Help Meeeeeeeeeee...
Thanks
You should add it before the STEP as below
*IMPERFECTION
....
....
....
**
** STEP: Axial_disp
**
*Step, name=Axial_disp, nlgeom=YES, inc=500
I also recommend you do the buckling analysis in a separate INP file
Best Regards,
Ahmed
Thanks Mohammad,
That was part of the problem that I fixed, Also, I noticed that I had the name of the step in the *Imperfection command wrong, so it had to be modified.
Also, I should note that I couldn't run the two steps in one .inp file (as discussed in abaqus documentation).
it only...
Thanks guys for response,
@Rockteer3k : I am already using text editor. I have been doing trial and error for 3 days now and it all ended up to this error. I will post the keywords shortley after I minimize the file a little bit. Thanks.
@beyondemon : This is the issue, I don't know what does...
Hello everyone,
I am trying to use the *IMPERFECTION command to introduce geometric imperfections from an Eigenvalue-buckling-analysis into a static analysis step.
I followed the ABAQUS documentation. I have done the following:
1- I used the *NODE FILE command in the .inp input file of the...