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

Functions/Subroutines

real(kind=realtype) function curveupre (Re)
 
subroutine curvetupyp (tup, yp, ntu1, ntu2)
 
subroutine initcurvefitdataktau
 
subroutine initcurvefitdatakw
 
subroutine initcurvefitdatakwmod
 
subroutine initcurvefitdatasst
 
subroutine initcurvefitdatasa
 
subroutine initcurvefitdatasae
 
subroutine initcurvefitdatavf
 
subroutine terminate (routineName, errorMessage)
 

Function/Subroutine Documentation

◆ curvetupyp()

subroutine turbcurvefits::curvetupyp ( real(kind=realtype), dimension(ntu1:ntu2), intent(out)  tup,
real(kind=realtype), intent(in)  yp,
integer(kind=inttype), intent(in)  ntu1,
integer(kind=inttype), intent(in)  ntu2 
)

◆ curveupre()

real(kind=realtype) function turbcurvefits::curveupre ( real(kind=realtype), intent(in)  Re)

Definition at line 3 of file turbCurveFits.F90.

References paramturb::nfit, paramturb::ret, paramturb::up0, paramturb::up1, paramturb::up2, and paramturb::up3.

Referenced by solverutils::computeutau_block(), and solverutils::utauwf().

Here is the caller graph for this function:

◆ initcurvefitdataktau()

subroutine turbcurvefits::initcurvefitdataktau

Definition at line 328 of file turbCurveFits.F90.

References terminate().

Referenced by inputparamroutines::setequationparameters().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initcurvefitdatakw()

subroutine turbcurvefits::initcurvefitdatakw

◆ initcurvefitdatakwmod()

subroutine turbcurvefits::initcurvefitdatakwmod

Definition at line 901 of file turbCurveFits.F90.

References terminate().

Referenced by inputparamroutines::setequationparameters().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initcurvefitdatasa()

subroutine turbcurvefits::initcurvefitdatasa

◆ initcurvefitdatasae()

subroutine turbcurvefits::initcurvefitdatasae

Definition at line 1876 of file turbCurveFits.F90.

References terminate().

Referenced by inputparamroutines::setequationparameters().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initcurvefitdatasst()

subroutine turbcurvefits::initcurvefitdatasst

◆ initcurvefitdatavf()

subroutine turbcurvefits::initcurvefitdatavf

◆ terminate()

subroutine turbcurvefits::terminate ( character(len=*), intent(in)  routineName,
character(len=*), intent(in)  errorMessage 
)