Difference between revisions of "NairnFEA"

From OSUPDOCS
Jump to navigation Jump to search
(Created page with "The open-source code engines engines is called <tt>NairnFEA</tt>. It is an object-oriented, C++, platform-independent code engine.")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
The open-source code engines engines is called <tt>NairnFEA</tt>. It is an object-oriented, C++, platform-independent code engine.
'''NairnFEA''' is the open-source code engines engine in this package for doing finite element analysis calculations. It is object-oriented <tt>C++</tt> code that can run on many platforms. The main calculations are parallel code. You run calculations by creating [[FEA Input Files|Input Files for FEA Calculations]]. Once the calculations are done, you have a variety of options for [[Main Page#Visualization|visualizing and analyzing]] the output.
 
'''NairnFEA''' does only 2D, linear elastic, static finite element analysis. Some of its features are (click each link for details):
 
* [[Analysis Command|Plane strain, plain stress, and axisymmetric calculations]]
* [[FEA Elements|Support multiple types of elements]]
* [[FEA Material Models|Can model both isotropic and anisotropic materials]]
* [[Create a Mesh with Images and Shapes|Can create a mesh from a digital image]]
* [[Create a Mesh with Images and Shapes|Can create a mesh with shape commands]]
* [[FEA Periodic Boundaries|Can model true periodic boundary conditions]]
* [[Explicit FEA Cracks|Several options for modeling cracks and doing fracture mechanics calculations]]
* [[Imperfect Interfaces|Can model imperfect interfaces in composite materials]]
* [[Thermal FEA Calculations|Can calculate thermal residual stresses]]

Latest revision as of 15:28, 2 January 2014

NairnFEA is the open-source code engines engine in this package for doing finite element analysis calculations. It is object-oriented C++ code that can run on many platforms. The main calculations are parallel code. You run calculations by creating Input Files for FEA Calculations. Once the calculations are done, you have a variety of options for visualizing and analyzing the output.

NairnFEA does only 2D, linear elastic, static finite element analysis. Some of its features are (click each link for details):