|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Public Attributes | |
| character(len=maxstringlen) | distname |
| integer(kind=inttype) | nsegments |
| integer(kind=inttype) | normal_ind |
| integer(kind=inttype), dimension(:), allocatable | famlist |
| real(kind=realtype), dimension(3) | normal |
| real(kind=realtype) | delta |
| real(kind=realtype), dimension(:, :), allocatable | slicepts |
Definition at line 42 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::liftdist::delta |
Definition at line 54 of file tecplotIO.F90.
| character(len=maxstringlen) tecplotio::liftdist::distname |
Definition at line 50 of file tecplotIO.F90.
| integer(kind=inttype), dimension(:), allocatable tecplotio::liftdist::famlist |
Definition at line 52 of file tecplotIO.F90.
| real(kind=realtype), dimension(3) tecplotio::liftdist::normal |
Definition at line 53 of file tecplotIO.F90.
| integer(kind=inttype) tecplotio::liftdist::normal_ind |
Definition at line 51 of file tecplotIO.F90.
| integer(kind=inttype) tecplotio::liftdist::nsegments |
Definition at line 51 of file tecplotIO.F90.
| real(kind=realtype), dimension(:, :), allocatable tecplotio::liftdist::slicepts |
Definition at line 55 of file tecplotIO.F90.