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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Femap/Nastran API question

Status
Not open for further replies.

icecreamballer

Mechanical
Joined
Aug 14, 2011
Messages
3
Location
US
Hello,

I was wondering if anyone has any insight on API for femap/nastran. Specifically for NEI nastran. I'm dealing with running thousands of analysis with just few minor changes. I know there are ways to modify .nas input files but it will still take thousands of analysis in Nastran.

Anyone have any experience with femap/nastran API?

Thank you
 
Do you have multiple loads such as inertia loads in the forward/side/vertical directions that you have to combine?
 
What I've done in the past when I have a large number of load conditions is to build the model in the pre/post processor software, then export the run deck. Then I would break the .bdf file into "cards" and use excel and a text editor to build loads and load cases (lots of copying and pasting), and then call the individual cards with a control file, completely outside the pre-post processor software. The method is a bit tedious, but it gives one quite a lot of control over the analysis model. Once your run deck is complete, then you can run it directly in NASTRAN or read it into FEMP and run it from there.

I'm not sure if writing an API routine would be any simpler. There's an API manual included with the FEMAP installation. The API uses the Visual Basic language.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top