|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Public Attributes | |
| character(len=maxstringlen) | slicename |
| integer(kind=inttype) | sps |
| integer(kind=inttype), dimension(:, :), allocatable | ind |
| integer(kind=inttype), dimension(:, :), allocatable | conn |
| real(kind=realtype), dimension(:, :), allocatable | w |
| real(kind=realtype), dimension(:, :), allocatable | vars |
| integer(kind=inttype) | nnodes |
| real(kind=realtype) | pl |
| real(kind=realtype) | vl |
| real(kind=realtype) | pd |
| real(kind=realtype) | vd |
| real(kind=realtype) | pm |
| real(kind=realtype) | vm |
| real(kind=realtype) | clp |
| real(kind=realtype) | clv |
| real(kind=realtype) | cdp |
| real(kind=realtype) | cdv |
| real(kind=realtype) | cmp |
| real(kind=realtype) | cmv |
| real(kind=realtype) | chord |
| real(kind=realtype) | twist |
| real(kind=realtype) | thickness |
| real(kind=realtype), dimension(3) | le |
| real(kind=realtype), dimension(3) | te |
| real(kind=realtype), dimension(3) | pt |
| real(kind=realtype), dimension(3) | normal |
| real(kind=realtype), dimension(3) | dir_vec |
| logical | use_dir |
| integer(kind=inttype), dimension(:), allocatable | famlist |
| real(kind=realtype) | fx |
| real(kind=realtype) | fy |
| real(kind=realtype) | fz |
Definition at line 9 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::cdp |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::cdv |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::chord |
Definition at line 33 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::clp |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::clv |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::cmp |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::cmv |
Definition at line 32 of file tecplotIO.F90.
| integer(kind=inttype), dimension(:, :), allocatable tecplotio::slice::conn |
Definition at line 29 of file tecplotIO.F90.
| real(kind=realtype), dimension(3) tecplotio::slice::dir_vec |
Definition at line 35 of file tecplotIO.F90.
| integer(kind=inttype), dimension(:), allocatable tecplotio::slice::famlist |
Definition at line 37 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::fx |
Definition at line 39 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::fy |
Definition at line 39 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::fz |
Definition at line 39 of file tecplotIO.F90.
| integer(kind=inttype), dimension(:, :), allocatable tecplotio::slice::ind |
Definition at line 29 of file tecplotIO.F90.
| real(kind=realtype), dimension(3) tecplotio::slice::le |
Definition at line 34 of file tecplotIO.F90.
| integer(kind=inttype) tecplotio::slice::nnodes |
Definition at line 31 of file tecplotIO.F90.
| real(kind=realtype), dimension(3) tecplotio::slice::normal |
Definition at line 35 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::pd |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::pl |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::pm |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype), dimension(3) tecplotio::slice::pt |
Definition at line 35 of file tecplotIO.F90.
| character(len=maxstringlen) tecplotio::slice::slicename |
Definition at line 27 of file tecplotIO.F90.
| integer(kind=inttype) tecplotio::slice::sps |
Definition at line 28 of file tecplotIO.F90.
| real(kind=realtype), dimension(3) tecplotio::slice::te |
Definition at line 34 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::thickness |
Definition at line 33 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::twist |
Definition at line 33 of file tecplotIO.F90.
| logical tecplotio::slice::use_dir |
Definition at line 36 of file tecplotIO.F90.
| real(kind=realtype), dimension(:, :), allocatable tecplotio::slice::vars |
Definition at line 30 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::vd |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::vl |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype) tecplotio::slice::vm |
Definition at line 32 of file tecplotIO.F90.
| real(kind=realtype), dimension(:, :), allocatable tecplotio::slice::w |
Definition at line 30 of file tecplotIO.F90.