ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Functions/Subroutines
setCpTarget.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine setcptargets (cptarget, npts, sps_in)
 
subroutine getcptargets (cptarget, npts, sps)
 

Function/Subroutine Documentation

◆ getcptargets()

subroutine getcptargets ( real(kind=realtype), dimension(npts), intent(out)  cptarget,
integer(kind=inttype), intent(in)  npts,
integer(kind=inttype), intent(in)  sps 
)

◆ setcptargets()

subroutine setcptargets ( real(kind=realtype), dimension(npts), intent(in)  cptarget,
integer(kind=inttype), intent(in)  npts,
integer(kind=inttype), intent(in)  sps_in 
)