-
1
- #1
rkiser
Structural
- Jul 4, 2015
- 3
Hello everyone
I have downloaded the source code for NASTRAN 95 from GitHub (The version uploaded by Dan (AeroDME).) Although it was targeted for Linux GNU, I was able to tweak it to compile under Microsoft Visual Studio 2017 with Intel FORTRAN Parallel Studio XE 2018, in a Windows 8.1 64 bit environment. It linked and would execute. I then made up a batch file to run it in console mode, inferring as best I could from reading the source code what it wanted as far as input file names and environment variables, etc.
Using my made-up batch file, I got it to run a little bit but it is experiencing errors where it is wanting to write past the end of some arrays. I didn't have a sample problem for it to solve and wouldn't know how or where to place the sample input anyway or what to name it. So, the fact that errors occur is just what you would expect.
I am a fairly experienced software developer and FEA user (COSMOS, ALGOR, NISA, LS-DYNA, and ANSYS) but with zero experience with NASTRAN, which seems to have a very extensive and elaborate file structure.
I was wondering if anyone had any success in getting it (Open Source NASTRAN 95)to run in a Windows environment. Also, I was wondering if anyone had any sort of simple tutorial on how to do a basic analysis (like a simple cantilever beam with a transverse end load). I have downloaded several NASTRAN PDFs with a lot of information on: Rigid Formats, DMAP formats, etc. but it was difficult (for me at least) to see how it all fits together. (Told me how to build a watch, when I just want to know what time it is - kind of thing.)
I was hoping to get some sort of a simple "Hello World"-like example running without errors. Then I could branch out and experiment to work my way up to less trivial problems.
Would anyone have anything to offer on this?
Thanks in advance for your help,
Bob Kiser
I have downloaded the source code for NASTRAN 95 from GitHub (The version uploaded by Dan (AeroDME).) Although it was targeted for Linux GNU, I was able to tweak it to compile under Microsoft Visual Studio 2017 with Intel FORTRAN Parallel Studio XE 2018, in a Windows 8.1 64 bit environment. It linked and would execute. I then made up a batch file to run it in console mode, inferring as best I could from reading the source code what it wanted as far as input file names and environment variables, etc.
Using my made-up batch file, I got it to run a little bit but it is experiencing errors where it is wanting to write past the end of some arrays. I didn't have a sample problem for it to solve and wouldn't know how or where to place the sample input anyway or what to name it. So, the fact that errors occur is just what you would expect.
I am a fairly experienced software developer and FEA user (COSMOS, ALGOR, NISA, LS-DYNA, and ANSYS) but with zero experience with NASTRAN, which seems to have a very extensive and elaborate file structure.
I was wondering if anyone had any success in getting it (Open Source NASTRAN 95)to run in a Windows environment. Also, I was wondering if anyone had any sort of simple tutorial on how to do a basic analysis (like a simple cantilever beam with a transverse end load). I have downloaded several NASTRAN PDFs with a lot of information on: Rigid Formats, DMAP formats, etc. but it was difficult (for me at least) to see how it all fits together. (Told me how to build a watch, when I just want to know what time it is - kind of thing.)
I was hoping to get some sort of a simple "Hello World"-like example running without errors. Then I could branch out and experiment to work my way up to less trivial problems.
Would anyone have anything to offer on this?
Thanks in advance for your help,
Bob Kiser