xref: /phasta/phSolver/common/mod_blowing_Duct.f (revision 1e99f302ca5103688ae35115c2fefb7cfa6714f1)
1          module blowingDuct
2              integer njetinlet
3              integer, allocatable, dimension(:) :: jetinletf
4          end module
5
6