Update home authored by Adrien Crovato's avatar Adrien Crovato
...@@ -29,3 +29,16 @@ class MyModel(om.Group): ...@@ -29,3 +29,16 @@ class MyModel(om.Group):
f = FlutterBuilder(...) f = FlutterBuilder(...)
self.add_subsystem('flutter', FlutterGroup(struct=s, xfer=x, aero=a, flutter=f)) self.add_subsystem('flutter', FlutterGroup(struct=s, xfer=x, aero=a, flutter=f))
``` ```
## Interfaced codes
Structural solvers:
- OMFlut's fake structural solver (reads a modal solution from disk)
Aerodynamic solvers:
- [SDPM](https://gitlab.uliege.be/am-dept/sdpm) (panel method)
Transfer schemes:
- OMFlut's RBF (interface to scipy RBF)
Flutter solutions:
- [PyPK](https://gitlab.uliege.be/am-dept/pypk) (collection of p-k methods)
\ No newline at end of file