Changes
Page history
Update home
authored
Dec 21, 2023
by
Adrien Crovato
Show whitespace changes
Inline
Side-by-side
home.md
View page @
19f6270a
...
@@ -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