next up previous contents
Next: Calculate steady-state Richardson number Up: The turbulence model Previous: Flux Richardson number stability


Calculate c3 from steady-state Richardson number


INTERFACE:

   REALTYPE function compute_cpsi3(c1,c2,Ri)
DESCRIPTION:

Numerically computes $ c_{\psi 3}$ for two-equation models from given steady-state Richardson-number $ Ri_{st}$ and parameters $ c_{\psi 1}$ and $ c_{\psi 2}$ according to (114). A Newton-iteration is used to solve the resulting implicit non-linear equation.


USES:

   use turbulence, only:           an,as,cmue1,cmue2
   use turbulence, only:           cm0,cm0_fix,Prandtl0_fix
   use turbulence, only:           turb_method,stab_method
   use turbulence, only:           Constant
   use turbulence, only:           MunkAnderson
   use turbulence, only:           SchumGerz
   use turbulence, only:           EiflerSchrimpf
   IMPLICIT NONE
INPUT PARAMETERS:
   REALTYPE, intent(in)            :: c1,c2,Ri
REVISION HISTORY:
   Original author(s): Hans Burchard, Lars Umlauf
  $Log: compute_cpsi3.F90,v $
  Revision 1.2  2007-01-06 11:49:15  kbk
  namelist file extension changed .inp --> .nml
  Revision 1.1  2005/06/27 10:54:33  kbk
  new files needed



Lars Umlauf
2007-12-11