The default is LINEAR
Turn off extrapolation of the displacement correction so ABAQUS does not approach a
sudden stiffness change too aggressively.
*STEP, EXTRAPOLATION=NO
In ABAQUS CAE, this can be changed in "Step" module (inside "other" tab).
恋。家
Sunday, April 10, 2016
Friday, March 25, 2016
How to plot displacement over a length in Abaqus?
Create a path (Viewer-->Tools-->Path-->select points) by selecting nodes along the line you want to use as x-axis of the plot. Now extract xy data along that path (Viewer-->output-->create xy-data-->path).
To write the data to an ASCII file, use 'report'->XY data.
Wednesday, March 9, 2016
How to increase the attempt number per increment in ABAQUS?
Special thanks to Thomas Ha at Technical University Darmstadt
The default parameter of attempts per increment is 5. You can increase the number in CAE by clicking on:
Model ==> Steps ==> "Step-1" (or how you called the step after the initial step with the loads) in the model tree on the left with double-click
==> the menu bar on the top changes ==> click on "Other" ==> "General Solution Controls" ==> "Edit" ==> "Step-1" (or the other name)
==> "Specify" ==> "Time Incrementation" => "more" (the first of the three) ==> parameter "IA" ==> increase this parameter (in my calculation, I took 30)
Monday, February 22, 2016
How to add random geometric imperfections in Abaqus?
Besides using eign-mode analysis, the following procedures are recommended by Dr. Yinning Lv:
(1)in your prepared .inp text file, find the *node part and copy this part into an Excel spreadsheet.
(2)for each node, you have initial imperfection of a prescribed factor;
(3) add this imperfection to the coordinates of *Node segment manually in the Excel spreadsheet.
(4) copy this updated *node segment to revise the original .inp file.
Now, it'll be ok to run this .inp file.
You can run inp file by following way:
Open abaqusgo to Analysis..create job...in source option ..give the path of your input file.then submit for the analysis..thenAfter finishing the simulation.....go to results..then go to Output databaseselect ODB file which generated during ur simulation.
A. Papa and S. Pellegrino, Systematically Creased Thin-Film Membrane Structure, Journal of Spacecraft and Rockets, 45, 2008:
(1)in your prepared .inp text file, find the *node part and copy this part into an Excel spreadsheet.
(2)for each node, you have initial imperfection of a prescribed factor;
(3) add this imperfection to the coordinates of *Node segment manually in the Excel spreadsheet.
(4) copy this updated *node segment to revise the original .inp file.
Now, it'll be ok to run this .inp file.
You can run inp file by following way:
Open abaqusgo to Analysis..create job...in source option ..give the path of your input file.then submit for the analysis..thenAfter finishing the simulation.....go to results..then go to Output databaseselect ODB file which generated during ur simulation.
A. Papa and S. Pellegrino, Systematically Creased Thin-Film Membrane Structure, Journal of Spacecraft and Rockets, 45, 2008:
Geometric imperfections were seeded into the model to facilitate
the formation of buckles (wrinkles). Random imperfections z were
seeded [8]
z=k*pi*h, (i=1, . . . , N)
where k is a dimensionless amplitude parameter, pi is [-1, 1] a pseudorandom number, h is the membrane thickness, and N is the total number of nodes in the model. A MATLAB script was written to generate a table of nodal geometric imperfections that were subsequently superposed to the heights of all of the nodes of the finite element model. The value k= 0.2 was used.
z=k*pi*h, (i=1, . . . , N)
where k is a dimensionless amplitude parameter, pi is [-1, 1] a pseudorandom number, h is the membrane thickness, and N is the total number of nodes in the model. A MATLAB script was written to generate a table of nodal geometric imperfections that were subsequently superposed to the heights of all of the nodes of the finite element model. The value k= 0.2 was used.
Subscribe to:
Posts (Atom)
Go to file
import..model
pop up file filter select inp file..then ok.
Yourinp file will be imported in abaqus.