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

Functions/Subroutines

subroutine residual_block
 
subroutine sourceterms_block (nn, res, iRegion, pLocal)
 
subroutine initres_block (varStart, varEnd, nn, sps)
 
subroutine initres (varStart, varEnd)
 
subroutine sourceterms
 
subroutine residual
 
subroutine computedwdadi
 
subroutine tridiagsolve (bb, cc, dd, ff, nn)
 
subroutine residualaveraging
 

Function/Subroutine Documentation

◆ computedwdadi()

subroutine residuals::computedwdadi

◆ initres()

subroutine residuals::initres ( integer(kind=inttype), intent(in)  varStart,
integer(kind=inttype), intent(in)  varEnd 
)

◆ initres_block()

subroutine residuals::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 
)

◆ residual()

subroutine residuals::residual

◆ residual_block()

subroutine residuals::residual_block

◆ residualaveraging()

subroutine residuals::residualaveraging

◆ sourceterms()

subroutine residuals::sourceterms

◆ sourceterms_block()

subroutine residuals::sourceterms_block ( integer(kind=inttype), intent(in)  nn,
logical, intent(in)  res,
integer(kind=inttype), intent(in)  iRegion,
real(kind=realtype), intent(inout)  pLocal 
)

◆ tridiagsolve()

subroutine residuals::tridiagsolve ( real(kind=realtype), dimension(nn + 1, 5)  bb,
real(kind=realtype), dimension(nn + 1, 5)  cc,
real(kind=realtype), dimension(nn + 1, 5)  dd,
real(kind=realtype), dimension(nn + 1, 5)  ff,
integer(kind=inttype)  nn 
)

Definition at line 1750 of file residuals.F90.

Referenced by computedwdadi().

Here is the caller graph for this function: