Difference between revisions of "Main Page"
Line 1: | Line 1: | ||
This documentation wiki is for the computational mechanics software from Oregon State University in the research group of John A. Nairn. This software package focuses on material point method (MPM) calculations, but also includes basic finite element analysis (FEA) calculations. The | This documentation wiki is for the computational mechanics software from Oregon State University in the research group of John A. Nairn. This software package focuses on material point method (MPM) calculations, but also includes basic finite element analysis (FEA) calculations. The various software components in this project are listed in the navigation bar. A separate version of <tt>NairnMPM</tt> called <tt>OSUParticulas</tt> contains research code that has not yet been released to the open source version. It is available to members of the OSU MPM Consortium (contact John A. Nairn for details). | ||
== Getting Starting == | == Getting Starting == |
Revision as of 11:13, 22 March 2013
This documentation wiki is for the computational mechanics software from Oregon State University in the research group of John A. Nairn. This software package focuses on material point method (MPM) calculations, but also includes basic finite element analysis (FEA) calculations. The various software components in this project are listed in the navigation bar. A separate version of NairnMPM called OSUParticulas contains research code that has not yet been released to the open source version. It is available to members of the OSU MPM Consortium (contact John A. Nairn for details).
Getting Starting
Download, install, compile, and run the code
Visualization
The various code engines do the calculations. Visualization of results is done using either NairnFEAMPM (preferred, but Mac only) or NairnFEAMPMViz (Java program for Windows or Linux).
Configuring Input Commands Files
MPM simulations using NairnMPM or OSUParticulas or FEA calculations using NairnFEA are controlled by input from an XML input file. This input file can be created manually by using any text or XML editing software. It is usually preferred, however, to use a higher-level scripting language to set up the calculations and then have a interpreter format those commands into the XML files needed by the code engines. This scripting option can be done by using either the NairnFEAMPM application (Mac only) or the NairnFEAMPMViz (Java tool) application. The scripting languages in these two applications are almost identical.
Format of Output Files
Describes the output files