Hello all,
Below is the snippet of python code that i used to export the deformed shape in the VTK file format :
********************************************************
# create odb object from odb file
outputDatabase = session.openOdb(name= ImplantAnalysisJob.name + '.odb' )
# get access...
Hello all,
Thanx for your contributions to the discussion.
I have solved the problem, by writing a python script. The code was very simple and straighforward.
I just read the displacements from the output data base object.
And i add the displacements to the respective nodal position...
Hello,
I come from a computer science background and hence I am new to both
finite element analysis and ABAQUS.
GOAL ---- I want to study the deformation/change in the shape of a
breast implant under the action of gravity.
According to the shape, Breast implants are of two types:
1. Round...
Hello Corus and Brep,
Thanx a lot for your prompt inputs.
The application i am trying to solve is ---- i want to see how a breast implant responds to gravitational load.
Using the simplest approximation possible, A breast implant is like a balloon which is filled with saline solution. There...
Hello corus,
Thanx a lot for the reply ....
Now im a lil confused ....
Im actually new to both Finite Element Analysis and ABAQUS ......
I am actually using an open-source automatic tetrahedral mesh generator called TETGEN ( url: http://tetgen.berlios.de/ ). The library takes a hemispherical...
Hello,
I want to model a hemisphere filled with saline/water, and see how it responds to gravitational load.
BOUNDARY CONDITION - The base plane of the hemisphere is totally fixed.
Load -- Gravity is applied to the whole body in the negative y-direction.
I am using a mesh consisting wholly...
Thanks a lot for the reply johnors.
Yes i was thinking about that as a last option.
But dont you think --- the ability to export the deformed shape into a standard 3D/CAD format is a very basic facility to provide. Im sure many people want to read back the deformed shape for a variety of...
Hello,
Is there a way i can export the deformed shape resulting form the FEA analysis in ABAQUS in a standard CAD format ???
Right now, i can view the results in the ABAQUS visualization module and the simulation appers to be right.
But I did not find any way in which i can export the...
Hello,
Thank you very much for the help Johnhors.
Well, the problem of my 3D vrml mesh being imported as 2D deformable aprt in abaqus is solved, by changing the ABAQUS input file as you suggested.
But i have a new problem. The Analysis fails due to the following errors and warnings...
hello,
Thanks for the help johnhors.
I could successfully export the VRML model into abaqus input format after building a surface mesh.
but there is one problem. It is being imported in ABAQUS as a 2D deformable part Where in i want it to be imported as a 3D deformable shell in abaqus.
How...
Hello,
Thanks for all the usefule replies.
Whenever i try to import a vrml 3D surface mesh into abaqus, it gets imported as a 2D deformable part.
I want it to be imported as a 3D deformable shell ?
How do i do this ?
Should i change anything in the ABAQUS input file ( *.inp )....
Please...
hello,
Thanks for all the useful reply.
As you all suggested, i refined the mesh in the areas of high curvature but still it didnt help.
Then i cutted out mesh portions with normals in the negative direction.
Now it worked ! thanks to you all.
Analysis succeeded now.
but now there is a...
hello,
thank you very much for the informative reply harry.
What do you exatcly mean refining the mesh. should i increase or decrease the mesh density by subdivision or decimation.
At the first place, i dont understand what the error means.
Can anyone tell me, what the error tentatively...
Hello,
Thanks for the informative reply harry.
I tried decimating my VRML model and imported it again into abaqus, but still the same error comes up when i execute job analysis. Below is the error:
"The area of 385 elements is zero, small, or negative. Check coordinates or node numbering, or...
hello,
Thanks for the prompt and informative reply corus.
I dont understand one thing, how can i view the elements in the ABAQUS Viewer( Visualization ) mode before the job analysis succeeds. If i try opening the visualization module, abaqus doesnt show anything and keeps complaining the no...