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

Functions/Subroutines

subroutine prodkatolaunder ()
 
subroutine prodsmag2 ()
 
subroutine prodwmag2 ()
 
real(kind=realtype) function sanuknowneddyratio (eddyratio, nulam)
 
subroutine unsteadyturbterm (madv, nadv, offset, qq)
 
subroutine computeeddyviscosity (includehalos)
 
subroutine saeddyviscosity_fast_b (ibeg, iend, jbeg, jend, kbeg, kend)
 
subroutine saeddyviscosity (ibeg, iend, jbeg, jend, kbeg, kend)
 
subroutine kweddyviscosity (ibeg, iend, jbeg, jend, kbeg, kend)
 
subroutine ssteddyviscosity (ibeg, iend, jbeg, jend, kbeg, kend)
 
subroutine turbadvection_fast_b (madv, nadv, offset, qq)
 
subroutine turbadvection (madv, nadv, offset, qq)
 

Function/Subroutine Documentation

◆ computeeddyviscosity()

subroutine turbutils_fast_b::computeeddyviscosity ( logical, intent(in)  includehalos)

◆ kweddyviscosity()

subroutine turbutils_fast_b::kweddyviscosity ( integer(kind=inttype)  ibeg,
integer(kind=inttype)  iend,
integer(kind=inttype)  jbeg,
integer(kind=inttype)  jend,
integer(kind=inttype)  kbeg,
integer(kind=inttype)  kend 
)

◆ prodkatolaunder()

subroutine turbutils_fast_b::prodkatolaunder

◆ prodsmag2()

subroutine turbutils_fast_b::prodsmag2

◆ prodwmag2()

subroutine turbutils_fast_b::prodwmag2

◆ saeddyviscosity()

subroutine turbutils_fast_b::saeddyviscosity ( integer(kind=inttype)  ibeg,
integer(kind=inttype)  iend,
integer(kind=inttype)  jbeg,
integer(kind=inttype)  jend,
integer(kind=inttype)  kbeg,
integer(kind=inttype)  kend 
)

Definition at line 588 of file turbUtils_fast_b.f90.

References constants::irho, constants::itu1, blockpointers::rev, blockpointers::rlv, and blockpointers::w.

Referenced by computeeddyviscosity().

Here is the caller graph for this function:

◆ saeddyviscosity_fast_b()

subroutine turbutils_fast_b::saeddyviscosity_fast_b ( integer(kind=inttype)  ibeg,
integer(kind=inttype)  iend,
integer(kind=inttype)  jbeg,
integer(kind=inttype)  jend,
integer(kind=inttype)  kbeg,
integer(kind=inttype)  kend 
)

◆ sanuknowneddyratio()

real(kind=realtype) function turbutils_fast_b::sanuknowneddyratio ( real(kind=realtype), intent(in)  eddyratio,
real(kind=realtype), intent(in)  nulam 
)

Definition at line 281 of file turbUtils_fast_b.f90.

References constants::four, constants::three, constants::thresholdreal, and constants::zero.

Referenced by initializeflow_fast_b::referencestate().

Here is the caller graph for this function:

◆ ssteddyviscosity()

subroutine turbutils_fast_b::ssteddyviscosity ( integer(kind=inttype)  ibeg,
integer(kind=inttype)  iend,
integer(kind=inttype)  jbeg,
integer(kind=inttype)  jend,
integer(kind=inttype)  kbeg,
integer(kind=inttype)  kend 
)

◆ turbadvection()

subroutine turbutils_fast_b::turbadvection ( integer(kind=inttype), intent(in)  madv,
integer(kind=inttype), intent(in)  nadv,
integer(kind=inttype), intent(in)  offset,
real(kind=realtype), dimension(2:il, 2:jl, 2:kl, madv, madv), intent(inout)  qq 
)

◆ turbadvection_fast_b()

subroutine turbutils_fast_b::turbadvection_fast_b ( integer(kind=inttype), intent(in)  madv,
integer(kind=inttype), intent(in)  nadv,
integer(kind=inttype), intent(in)  offset,
real(kind=realtype), dimension(2:il, 2:jl, 2:kl, madv, madv), intent(inout)  qq 
)

◆ unsteadyturbterm()

subroutine turbutils_fast_b::unsteadyturbterm ( integer(kind=inttype), intent(in)  madv,
integer(kind=inttype), intent(in)  nadv,
integer(kind=inttype), intent(in)  offset,
real(kind=realtype), dimension(2:il, 2:jl, 2:kl, madv, madv), intent(inout)  qq 
)