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

Variables

real(kind=realtype), dimension(:), pointer xsurf
 
logical, dimension(:), allocatable walldistancedataallocated
 
logical, dimension(:), allocatable updatelevelwallassociation
 
real(kind=realtype), dimension(:), pointer xsurfd
 
real(kind=realtype), dimension(:), pointer xvolume
 

Variable Documentation

◆ updatelevelwallassociation

logical, dimension(:), allocatable walldistancedata::updatelevelwallassociation

Definition at line 34 of file wallDistanceData.F90.

Referenced by walldistance::computewalldistance().

◆ walldistancedataallocated

logical, dimension(:), allocatable walldistancedata::walldistancedataallocated

Definition at line 33 of file wallDistanceData.F90.

Referenced by walldistance::destroywalldistancedatalevel().

◆ xsurf

real(kind=realtype), dimension(:), pointer walldistancedata::xsurf

◆ xsurfd

real(kind=realtype), dimension(:), pointer walldistancedata::xsurfd

◆ xvolume

real(kind=realtype), dimension(:), pointer walldistancedata::xvolume

Definition at line 43 of file wallDistanceData.F90.

Referenced by walldistance::updatexsurf().