RocketPy
                                
                                 RocketPy copied to clipboard
                                
                                    RocketPy copied to clipboard
                            
                            
                            
                        ENH: Individual Fins
Checklist
- [ ] Tests for the changes have been added (if needed)
Description
Individual Fins model have been added:
- 
Usage can be seen in the documentation files. All equations and modelling are also described in the docs file. 
- 
A lot of structural changes were made to all fin classes. Please review this new structure with care. 
- 
If you run a simulation with the standard Fins model and another with individual fins, the results will be a little different. This happens because the individual fin model calculates forces for each fin separately, using the airflow at each fin’s exact position. The standard model (Barrowman) treats all the fins as one and uses a single point along the rocket’s center. In theory, this means that individual fins are more accurate then the standard model 
- 
There are a couple of TODOs relating to cant angle control. The center of pressure position relative to CDM is precalculated in the Rocket class and then accessed in the Flight. This causes a problem if the fin’s cant angle changes during the simulation because that changes the center of pressure position, but right now there’s no easy way to update these values in the Rocket while the simulation is running. 
Breaking change
- [ ] Yes
- [x] No