Difference between revisions of "NairnFEA"

From OSUPDOCS
Jump to navigation Jump to search
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++</t> 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]].


You run calculations by creating [[FEA Input Files|Input Files for FEA Calculations]].
NairnFEA does only 2D, linear elastic and static finite element analysis. Some of its features are


* 2D and axisymmetric calculations
* [[Analysis Command|Plane strain, plain stress, and axisymmetric calculations]]
* Many element options
* [[FEA Elements|Support multiple types of elements]]
* Isotropic and Anisotropic materoials
* [[FEA Materials|Can model both isotropic and anisotropic materials]]
* Explicit Cracks
* Explicit Cracks
* Imperfect Interfaces
* Imperfect Interfaces

Revision as of 09:33, 15 September 2013

NairnFEA is the open-source code engines engine in this package for doing finite element analysis calculations. It is object-oriented C++</t> code that can run on many platforms. The main calculations are parallel code. You run calculations by creating Input Files for FEA Calculations.

NairnFEA does only 2D, linear elastic and static finite element analysis. Some of its features are