ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Variables
turbmod Module Reference

Variables

logical secondord
 
real(kind=realtype) sig1
 
real(kind=realtype) sig2
 
real(kind=realtype), dimension(:, :, :, :), pointer dvt
 
real(kind=realtype), dimension(:, :, :), pointer vort
 
real(kind=realtype), dimension(:, :, :), pointer prod
 
real(kind=realtype), dimension(:, :, :), pointer f1
 
real(kind=realtype), dimension(:, :, :), pointer kwcd
 
real(kind=realtype), dimension(:, :, :), pointer ktcd
 
real(kind=realtype), dimension(:, :, :), pointer sct
 
real(kind=realtype), dimension(:, :, :), pointer scl2
 
real(kind=realtype), dimension(:, :, :), pointer strain2
 
real(kind=realtype), dimension(:, :, :, :), pointer dvtd
 
real(kind=realtype), dimension(:, :, :), pointer vortd
 
real(kind=realtype), dimension(:, :, :), pointer prodd
 
real(kind=realtype), dimension(:, :, :), pointer f1d
 
real(kind=realtype), dimension(:, :, :), pointer kwcdd
 
real(kind=realtype), dimension(:, :, :), pointer ktcdd
 
real(kind=realtype), dimension(:, :, :), pointer sctd
 
real(kind=realtype), dimension(:, :, :), pointer scl2d
 
real(kind=realtype), dimension(:, :, :), pointer strain2d
 

Variable Documentation

◆ dvt

real(kind=realtype), dimension(:, :, :, :), pointer turbmod::dvt

◆ dvtd

real(kind=realtype), dimension(:, :, :, :), pointer turbmod::dvtd

Definition at line 44 of file turbMod.F90.

◆ f1

real(kind=realtype), dimension(:, :, :), pointer turbmod::f1

Definition at line 36 of file turbMod.F90.

Referenced by sst::f1sst(), and sst::sstsolve().

◆ f1d

real(kind=realtype), dimension(:, :, :), pointer turbmod::f1d

Definition at line 47 of file turbMod.F90.

◆ ktcd

real(kind=realtype), dimension(:, :, :), pointer turbmod::ktcd

Definition at line 38 of file turbMod.F90.

Referenced by kt::ktcdterm(), and kt::ktsolve().

◆ ktcdd

real(kind=realtype), dimension(:, :, :), pointer turbmod::ktcdd

Definition at line 49 of file turbMod.F90.

◆ kwcd

real(kind=realtype), dimension(:, :, :), pointer turbmod::kwcd

Definition at line 37 of file turbMod.F90.

Referenced by sst::f1sst(), turbutils::kwcdterm(), kw::kwsolve(), and sst::sstsolve().

◆ kwcdd

real(kind=realtype), dimension(:, :, :), pointer turbmod::kwcdd

Definition at line 48 of file turbMod.F90.

◆ prod

real(kind=realtype), dimension(:, :, :), pointer turbmod::prod

◆ prodd

real(kind=realtype), dimension(:, :, :), pointer turbmod::prodd

Definition at line 46 of file turbMod.F90.

◆ scl2

real(kind=realtype), dimension(:, :, :), pointer turbmod::scl2

Definition at line 40 of file turbMod.F90.

Referenced by vf::kesolve(), turbutils::vfscale(), and vf::vfsolve().

◆ scl2d

real(kind=realtype), dimension(:, :, :), pointer turbmod::scl2d

Definition at line 51 of file turbMod.F90.

◆ sct

real(kind=realtype), dimension(:, :, :), pointer turbmod::sct

◆ sctd

real(kind=realtype), dimension(:, :, :), pointer turbmod::sctd

Definition at line 50 of file turbMod.F90.

◆ secondord

logical turbmod::secondord

◆ sig1

real(kind=realtype) turbmod::sig1

Definition at line 16 of file turbMod.F90.

Referenced by vf::kesolve(), kt::ktsolve(), kw::kwsolve(), and vf::vfsolve().

◆ sig2

real(kind=realtype) turbmod::sig2

Definition at line 16 of file turbMod.F90.

Referenced by vf::kesolve(), kt::ktsolve(), kw::kwsolve(), and vf::vfsolve().

◆ strain2

real(kind=realtype), dimension(:, :, :), pointer turbmod::strain2

Definition at line 41 of file turbMod.F90.

Referenced by turbutils::vfscale().

◆ strain2d

real(kind=realtype), dimension(:, :, :), pointer turbmod::strain2d

Definition at line 52 of file turbMod.F90.

◆ vort

real(kind=realtype), dimension(:, :, :), pointer turbmod::vort

Definition at line 34 of file turbMod.F90.

Referenced by kt::ktsolve(), kw::kwsolve(), sst::sstsolve(), and turbutils::vfscale().

◆ vortd

real(kind=realtype), dimension(:, :, :), pointer turbmod::vortd

Definition at line 45 of file turbMod.F90.