ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Public Attributes | List of all members
tecplotio::slice Type Reference

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
 

Detailed Description

Definition at line 9 of file tecplotIO.F90.

Member Data Documentation

◆ cdp

real(kind=realtype) tecplotio::slice::cdp

Definition at line 32 of file tecplotIO.F90.

◆ cdv

real(kind=realtype) tecplotio::slice::cdv

Definition at line 32 of file tecplotIO.F90.

◆ chord

real(kind=realtype) tecplotio::slice::chord

Definition at line 33 of file tecplotIO.F90.

◆ clp

real(kind=realtype) tecplotio::slice::clp

Definition at line 32 of file tecplotIO.F90.

◆ clv

real(kind=realtype) tecplotio::slice::clv

Definition at line 32 of file tecplotIO.F90.

◆ cmp

real(kind=realtype) tecplotio::slice::cmp

Definition at line 32 of file tecplotIO.F90.

◆ cmv

real(kind=realtype) tecplotio::slice::cmv

Definition at line 32 of file tecplotIO.F90.

◆ conn

integer(kind=inttype), dimension(:, :), allocatable tecplotio::slice::conn

Definition at line 29 of file tecplotIO.F90.

◆ dir_vec

real(kind=realtype), dimension(3) tecplotio::slice::dir_vec

Definition at line 35 of file tecplotIO.F90.

◆ famlist

integer(kind=inttype), dimension(:), allocatable tecplotio::slice::famlist

Definition at line 37 of file tecplotIO.F90.

◆ fx

real(kind=realtype) tecplotio::slice::fx

Definition at line 39 of file tecplotIO.F90.

◆ fy

real(kind=realtype) tecplotio::slice::fy

Definition at line 39 of file tecplotIO.F90.

◆ fz

real(kind=realtype) tecplotio::slice::fz

Definition at line 39 of file tecplotIO.F90.

◆ ind

integer(kind=inttype), dimension(:, :), allocatable tecplotio::slice::ind

Definition at line 29 of file tecplotIO.F90.

◆ le

real(kind=realtype), dimension(3) tecplotio::slice::le

Definition at line 34 of file tecplotIO.F90.

◆ nnodes

integer(kind=inttype) tecplotio::slice::nnodes

Definition at line 31 of file tecplotIO.F90.

◆ normal

real(kind=realtype), dimension(3) tecplotio::slice::normal

Definition at line 35 of file tecplotIO.F90.

◆ pd

real(kind=realtype) tecplotio::slice::pd

Definition at line 32 of file tecplotIO.F90.

◆ pl

real(kind=realtype) tecplotio::slice::pl

Definition at line 32 of file tecplotIO.F90.

◆ pm

real(kind=realtype) tecplotio::slice::pm

Definition at line 32 of file tecplotIO.F90.

◆ pt

real(kind=realtype), dimension(3) tecplotio::slice::pt

Definition at line 35 of file tecplotIO.F90.

◆ slicename

character(len=maxstringlen) tecplotio::slice::slicename

Definition at line 27 of file tecplotIO.F90.

◆ sps

integer(kind=inttype) tecplotio::slice::sps

Definition at line 28 of file tecplotIO.F90.

◆ te

real(kind=realtype), dimension(3) tecplotio::slice::te

Definition at line 34 of file tecplotIO.F90.

◆ thickness

real(kind=realtype) tecplotio::slice::thickness

Definition at line 33 of file tecplotIO.F90.

◆ twist

real(kind=realtype) tecplotio::slice::twist

Definition at line 33 of file tecplotIO.F90.

◆ use_dir

logical tecplotio::slice::use_dir

Definition at line 36 of file tecplotIO.F90.

◆ vars

real(kind=realtype), dimension(:, :), allocatable tecplotio::slice::vars

Definition at line 30 of file tecplotIO.F90.

◆ vd

real(kind=realtype) tecplotio::slice::vd

Definition at line 32 of file tecplotIO.F90.

◆ vl

real(kind=realtype) tecplotio::slice::vl

Definition at line 32 of file tecplotIO.F90.

◆ vm

real(kind=realtype) tecplotio::slice::vm

Definition at line 32 of file tecplotIO.F90.

◆ w

real(kind=realtype), dimension(:, :), allocatable tecplotio::slice::w

Definition at line 30 of file tecplotIO.F90.


The documentation for this type was generated from the following file: