|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | setcptargets (cptarget, npts, sps_in) |
| subroutine | getcptargets (cptarget, npts, sps) |
| subroutine getcptargets | ( | real(kind=realtype), dimension(npts), intent(out) | cptarget, |
| integer(kind=inttype), intent(in) | npts, | ||
| integer(kind=inttype), intent(in) | sps | ||
| ) |
Definition at line 46 of file setCpTarget.f90.
References blockpointers::bctype, constants::eulerwall, blockpointers::nbocos, constants::nswalladiabatic, constants::nswallisothermal, and utils::setpointers().

| subroutine setcptargets | ( | real(kind=realtype), dimension(npts), intent(in) | cptarget, |
| integer(kind=inttype), intent(in) | npts, | ||
| integer(kind=inttype), intent(in) | sps_in | ||
| ) |
Definition at line 1 of file setCpTarget.f90.
References blockpointers::bctype, constants::eulerwall, blockpointers::nbocos, constants::nswalladiabatic, constants::nswallisothermal, and utils::setpointers().
