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

Functions/Subroutines

subroutine residual_block ()
 
subroutine sourceterms_block_fast_b (nn, res, iregion, plocal)
 
subroutine sourceterms_block (nn, res, iregion, plocal)
 
subroutine initres_block_fast_b (varstart, varend, nn, sps)
 
subroutine initres_block (varstart, varend, nn, sps)
 

Function/Subroutine Documentation

◆ initres_block()

subroutine residuals_fast_b::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_fast_b()

subroutine residuals_fast_b::initres_block_fast_b ( 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_fast_b::residual_block

◆ sourceterms_block()

subroutine residuals_fast_b::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_fast_b()

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