-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
20 lines (15 loc) · 982 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Alp Dener, Spring/Summer 2013, C/C++
_________________________________________________________________________________
LINEAR ELASTIC COMPUTATIONAL STRUCTURAL ANALYSIS (2D BEAM)
Originally written for the Spring 2013 MANE6680 Finite Element Programming course
taught by Prof. Mark Shephard at Rensselaer Polytechnic Institute. Current version
is specialized to compute node displacements in a mesh of 2D beam elements due to
distributed pressures on the structure.
This code is being developed for coupling with Prof. Jason Hicken's
Quasi 1D Euler solver as part of the code MDA evaluation for multidisciplinary
design optimization applications.
Repository for the aero-structural optimization project can be found here:
https://github.com/OptimalDesignLab/ElasticNozzleMDO
_________________________________________________________________________________
NOTE: This repository solely exists as a sub-module of the ElasticNozzleMDO problem.
It will not compile on its own.