pavan 1.0.0

Pavan — aerodynamics engine for atmosphere, airfoils, panel methods, VLM, compressible flow, stability, propulsion, and CFD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing to Pavan

## Workflow
1. Fork and clone
2. Create a feature branch
3. Run `make check` (fmt + clippy + test + audit)
4. Add tests and benchmarks for new code
5. Submit PR

## Code Style
- `cargo fmt` enforced
- `cargo clippy -- -D warnings`
- All physics must include correctness tests with known engineering values
- No `unwrap()` or `panic!()` in library code