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

Functions/Subroutines

subroutine residual_block ()
 
subroutine sourceterms_block_d (nn, res, iregion, plocal, plocald)
 
subroutine sourceterms_block (nn, res, iregion, plocal)
 
subroutine initres_block_d (varstart, varend, nn, sps)
 
subroutine initres_block (varstart, varend, nn, sps)
 

Function/Subroutine Documentation

◆ initres_block()

subroutine residuals_d::initres_block ( integer(kind=inttype), intent(in)  varstart,
integer(kind=inttype), intent(in)  varend,
integer(kind=inttype), intent(in)  nn,
integer(kind=inttype), intent(in)  sps 
)

◆ initres_block_d()

subroutine residuals_d::initres_block_d ( integer(kind=inttype), intent(in)  varstart,
integer(kind=inttype), intent(in)  varend,
integer(kind=inttype), intent(in)  nn,
integer(kind=inttype), intent(in)  sps 
)

◆ residual_block()

subroutine residuals_d::residual_block

◆ sourceterms_block()

subroutine residuals_d::sourceterms_block ( integer(kind=inttype), intent(in)  nn,
logical, intent(in)  res,
integer(kind=inttype), intent(in)  iregion,
real(kind=realtype), intent(inout)  plocal 
)

◆ sourceterms_block_d()

subroutine residuals_d::sourceterms_block_d ( integer(kind=inttype), intent(in)  nn,
logical, intent(in)  res,
integer(kind=inttype), intent(in)  iregion,
real(kind=realtype), intent(inout)  plocal,
real(kind=realtype), intent(inout)  plocald 
)