Hi @Nicholas.Peacock
Yes, it is possible. The input file is a text file with an extension of .nas. This article describes the general steps for modifying the file directly: How to edit the input file in Nastran In-CAD. (In-CAD is the old name for Inventor Nastran.)
For your specific problem, the steps would be something like this. (I have not tried it, so these may need to be tweaked.) If I remember, you have a shell model where you want to put the base plates on a soft support.
- Add as many springs as possible to the model so that you create the pattern of text lines that need to be copied in the Nastran file. For example, you should be able to add springs to the corners or endpoints of the edges.
- Determine all the nodes where springs are needed. If they are shell, you could use a unique idealization for the base plates. For finding the element numbers associated with the unique idealization number, you can get the node numbers. Alternatively, use Appendix C in the FNO Reader documentation to see what type of dummy load can be applied to the element type to "identify" the nodes. (Keep in mind that with parabolic elements there are nodes at the corner and midpoint! Some loads on some element types only apply a load to the midside node!)
- Based on the springs that were applied to the model, copy one text line and change the associated node (GRID) number to apply the spring to all the other nodes. (The spring is probably some type of CBUSH command.)
- Hopefully the same spring stiffness can be used for all nodes. If not, then you need different property commands (probably PBUSH) that give the different stiffness. Even if the mesh is uniform, should the spring at a midside node have the same stiffness as the spring at a corner node?
- I imagine you are using grounded springs. What else needs to be added manually to setup the grounded spring?
- Do you need to add a node for the grounded end of the spring? If so, copy the GRID commands for the model end of the spring, create new node numbers, and change the appropriate coordinate to offset the node. (Maybe a grounded spring has a length of 0, so the coordinate does not need to be changed but the node number does?)
- Do you need to add a constraint to the grounded end of the spring? If so, copy the SPC1 command for one of the grounded springs and update the node number.
Of course, try a small test model first. You may need to run the analysis a few times to work out the detailed procedure. The work itself is not too hard, but it may be tedious to extract and transform all of the data in a real model. FNO Reader can help with extracting the Nastran text lines so that you can manipulate them in Excel, and then transform them back to Nastran format so that you can paste them into the Nastran file. (Version 1.58 is the latest version.)
Let us know what you find out.
John Holtz, P.E. Global Product Support
Autodesk, Inc. If not provided, indicate the version of Inventor Nastran you are using.If the issue is related to a model, attach the model! See What files to provide when the model is needed.