ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Data Types | Variables
bleedflows Module Reference

Data Types

type  bleedflowtype
 

Variables

integer(kind=inttype) ninflowbleeds
 
integer(kind=inttype) noutflowbleeds
 
integer(kind=inttype) noutflowsubsonic
 
integer(kind=inttype) ninflowsubsonic
 
type(bleedflowtype), dimension(:), allocatable inflowbleeds
 
type(bleedflowtype), dimension(:), allocatable outflowbleeds
 

Variable Documentation

◆ inflowbleeds

type(bleedflowtype), dimension(:), allocatable bleedflows::inflowbleeds

Definition at line 39 of file bleedFlows.f90.

◆ ninflowbleeds

integer(kind=inttype) bleedflows::ninflowbleeds

Definition at line 35 of file bleedFlows.f90.

◆ ninflowsubsonic

integer(kind=inttype) bleedflows::ninflowsubsonic

Definition at line 37 of file bleedFlows.f90.

◆ noutflowbleeds

integer(kind=inttype) bleedflows::noutflowbleeds

Definition at line 36 of file bleedFlows.f90.

◆ noutflowsubsonic

integer(kind=inttype) bleedflows::noutflowsubsonic

Definition at line 37 of file bleedFlows.f90.

◆ outflowbleeds

type(bleedflowtype), dimension(:), allocatable bleedflows::outflowbleeds

Definition at line 40 of file bleedFlows.f90.