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