Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Source NASTRAN

Status
Not open for further replies.

olduser

New member
Joined
Jul 13, 2015
Messages
3
Location
US
NASA has made nastran open source on GitHub. Look for nasa/nastran there. The download includes all source files and pdf files of the nastran documentation. The exe file was created on an ULTRIX machine so if you have one of those you should be up and running. The rest of us will have to figure out how to compile and link the program and create a suitable run script.

The build is not for the faint of heart. At this point I have built using Visual Studio Fortran under Windows XP and gfortran using minGW on a Window 8.1 machine. Don't expect a competitor to the commercial nastran codes. But for those of you with fortran and nastran experience you can add a sparse solvers such as UMFPACK and ARPACK.

If you are interested in joining an open source community please contact me.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top