https://github.com/samson-mano/nastran_plate_model
The Nastran Input Generator for Stiffened Panels is a C# application designed to generate input files for the Nastran finite element analysis (FEA) software specifically tailored for stiffened panel structures. The application provides a user-friendly interface to define the stiffened panel and automatically generates Nastran input files
https://github.com/samson-mano/nastran_plate_model
Last synced: 3 months ago
JSON representation
The Nastran Input Generator for Stiffened Panels is a C# application designed to generate input files for the Nastran finite element analysis (FEA) software specifically tailored for stiffened panel structures. The application provides a user-friendly interface to define the stiffened panel and automatically generates Nastran input files
- Host: GitHub
- URL: https://github.com/samson-mano/nastran_plate_model
- Owner: Samson-Mano
- License: mit
- Created: 2023-04-11T20:15:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T05:05:08.000Z (about 1 year ago)
- Last Synced: 2024-12-29T09:44:02.484Z (5 months ago)
- Language: C#
- Homepage:
- Size: 5.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Nastran Input Generator for Stiffened Panels
Description:
The Nastran Input Generator for Stiffened Panels is a C# application designed to generate input files for the Nastran finite element analysis (FEA) software specifically tailored for stiffened panel structures. The application provides a user-friendly interface to define the geometric and material properties of the stiffened panel and automatically generates Nastran input files that can be used for structural analysis.

Features:
Geometric Definition: The application allows users to define the geometry of the stiffened panel by specifying parameters such as panel length, width, thickness, and the locations, dimensions, and orientations of stiffeners.
Material Properties: The application allows users to define the material properties of the stiffened panel, including the material type, Young's modulus, Poisson's ratio, and thickness of the panel and stiffeners.
Nastran Input Generation: The application generates Nastran input files in the required format based on the defined geometry and material properties. The generated input files include information such as node coordinates, element connectivity, element properties, material properties, and boundary conditions, all tailored for a stiffened panel structure.
File Export: The application allows users to export the generated Nastran input files in a format compatible with the Nastran software, making it easy to import and use in Nastran for further analysis.
Benefits:
- Simplifies the process of creating Nastran input files for stiffened panel structures, reducing the manual effort and potential for errors.
- Provides a user-friendly interface for defining the geometric and material properties of the stiffened panel.
- Offers customization options to tailor the input files for specific analysis requirements.
- Enhances productivity and efficiency in generating Nastran input files for stiffened panel structures, making it suitable for engineering and aerospace applications.Overall, the Nastran Input Generator for Stiffened Panels is a powerful C# application that simplifies the process of creating Nastran input files for stiffened panel structures, saving time and effort in the analysis and design of these structures.
Example after importing the model to Nastran preprocessors



# Submerged Panels
The natural frequency in submerged condition can be expressed as
FL = fn Δ
where:
FL = natural frequency of panel in submerged condition, Hz
fn = natural frequency in air, Hz
Δ = reduction factorΔ is expressed as:
Δ = 1 / √(1 + ε)where:
ε = (CρL a) / (πρp te √(1 + (a/l)2))
where:
- C = 1 if liquid is on one side
2 if liquid is on both sides,
- ρL = density of liquid (kg/m),
- ρp = density of panel material (kg/m),
- te = equivalent thickness of panel,
- a, l = breadth and length of the panelFor steel panel vibrating in water the value of ε becomes:
ε = (0.0415 C a) / (te √(1 + (a/l)2))
________________________________________________ END _____________________________________________________________