-
Notifications
You must be signed in to change notification settings - Fork 4
panel_solver
Cory edited this page Jul 6, 2023
·
3 revisions
The panel solver module (panel_solver_mod
) is contained in panel_solver.f95
. It contains the panel_solver
type and all its bound procedures. It is within this type that the linear system of equations is assembled and solved. panel_solver
interfaces heavily with the surface_mesh
(typically instantiated as an object called body
) and flow
(typically instantiated as an object called freestream
) types.