free pre-post processor
Submitted by Karma Yonten on Mon, 2007-03-05 15:14.
Does anyone know of a good free pre and post processor software for finite element analysis? I'm currently using the academic version of GiD. It's not convenient to create a more complex mesh with GiD, and doesn't give a good integration point stress/strain contours.

I listed Some Useful Links
I listed Some Useful Links and Programs in This Regard in my blog
http://roozbehsanaei.blogspot.com/
In first link
http://homepage.usask.ca/~ijm451/finite/fe_resources/node15.html
you can find some useful OPENSOURCE AND FREE PROGRAMS IN THIS FIELD.
Dont Hesistate to ask any question.
This webside is much useful,thank you very much
I just link to the webside and find some useful things to my work ,I am very happy
SALOME is a free software
SALOME is a free software that provides a generic platform for Pre and Post-Processing for numerical simulation. It is based on an open and flexible architecture made of reusable components available as free software.
It is open-source (LGPL), and you can download both the sourcecode and the executables from this site.
http://www.salome-platform.org/home/presentation/overview/
FEM
Can any body tell me the best FEM software for mechanical structures. some tell me abaqus while others favor lusas. i need your advice.
"best" FEM software may depend on many things
Ahmed,
You may have to be more specific in terms of what determines "best" for you, besides the application to a relatively broad class of problems (mechanical structures). Is it reliability? Robustness? Is cost a factor?
ABAQUS is without doubt an excellent code for the analysis of a wide variety of problems in solid mechanics. I'm not familiar with lusas at all so I can't speak to it.
Thanks alot for your
Thanks alot for your information. I am working on solid mechanics, Relialibility and cost are part of my analysis. is there a free downloadable FEM software? I checked ABAQUS v6.6 and couldn't install. license server is required!
thank you.
There are many OPEN SOURCE
There are many OPEN SOURCE FINITE ELEMENT FEM Softwares.
For Solid Mechanics it depend on which aspect of solid mechanics you use. for example CRACK analysis have it's program, ATOMISTIC-CONTINUUM analysis have its softwares and THERMAL analysis have another. Some of them ARE GENERAL
CalculiX
ABAQUS is very powerful and very popular amongst researchers. However, it is quite expensive. As an alternative, CALCULIX is a free FEM software implementing many of the capabilities one can find in ABAQUS. For details see:
http://www.dhondt.de/ and http://www.calculix.de/
I have been using LUSAS for
I have been using LUSAS for 2 years. It is very easy to learn and use. It has also included main nonlinear material models as Drucker-Prager, Mohr-Coulomb, Tresca, Cracking Concrete etc. I have no idea about ABAQUES.
LUSAS vs. ABAQUS
ABAQUS is more popular than lusaas. then i advise you to use abaqus because
there are more informations about it in wolrd wide web but in some civil
engineering applications lusas is better
help: who can give some codes for generating Voronoi diagram
I am studying the FEM, but the polygons elements generation becoming the hard problem. Can anybody give me some codes for generating the Voronoi elements.
A MATLAB function: voronoin( )
The function voronoin( ) in MATLAB may be beneficial to you. Try it. And good luck!
Have you looked at Qhull
Have you looked at Qhull yet? It is used by Matlab and Octave (open source Matlab clone) for their computational geometry functions including voronoin. It is open source.
http://www.qhull.org
generating Voronoi diagrams
a very good code for generating delaunay triangulations and voronoi diagrams is Triangle by J. R. Shewchuk
http://www.cs.cmu.edu/~quake/triangle.html
a more comprehensive package for all needs in computational geometry is CGAL:
http://www.cgal.org
Abaqus batch
I would like to know if it is possible to import an iges file using the abaqus batch interface.
If it is possible, can someone post the command lines needed?
Thank you in advance,
Claudio
Re: ABAQUS batch
Yes it is possible. See the script below. Save it to a file , let's say 'igsin.py' and run it with
C:\temp>abaqus cae script=igsin.py
#import igs script
from abaqus import *
from abaqusConstants import *
import part
import sys
#change the next lines as necessary
#path to the igs file
igsFile="C:\\temp\\mypart.igs"
#name of the model where the imported part will be added
modelName="Model-1"
#name of the imported part
partName="myImportedPartName"
if modelName in mdb.models.keys():
myModel=mdb.models[modelName]
else:
myModel=mdb.Model(name=modelName)
#the next two lines open and convert the igs file
#check the documentation for additional parameters to tune up the convertion
acis_file=session.openIges(igsFile)
myPart=myModel.PartFromGeometryFile(name=partName,\
geometryFile=acis_file,\
dimensionality=THREE_D,\
type=DEFORMABLE_BODY)
print "Part %s....imported! :-)"%myPart.name
opensourse crack propagation FEM tool
hi any one can give some link for open sourse link- crack propagation FEM package like zencrack
thanks
OpenXFEM++ crack growth open source
Hi,
http://people.civil.gla.ac.uk/~bordas
you will find a link there to OpenXFEM++. We also have other similar libraries. It's not FEM, it's extended FEM, but the idea should be similar. You want 3D?
stephane .bordas @ gmail . com
Stephane
Dr Stephane Bordas
http://people.civil.gla.ac.uk/~bordas
hi Dr.Bordas
i am unable to download the XFEM++ from the given link, but i am able to see the code used in the extended software . well here von mises stress yield is used for calculation of yield , can u tell me how i can use the tresca yield function for it..
thanks
prashant sharma
Openxfem++ Tresca --
Hi again,
If you are able to implement Tresca, then, you can put it into OpenXFEM++, it is straightforward and completely separate from the rest of the code. Thanks, and good luck, Stephane
PS: Please email me, to get the code, there must be a problem on the web site, I have no time to fix it now.
Dr Stephane Bordas
http://people.civil.gla.ac.uk/~bordas
Give Me Detail About How To Install ABAQUS V6.6
can give me internet source to free download ABAQUS V6.6 software?and how to install it?I want to do analysis in area of Stress and heat transfer analysis?
thanks for help
Bhavin Patel