CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
pk_cdc_cl3d.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine pk_cdc_cl3d (lqd, rqd, reynolds, p2p1, beta, cdc_cl3d)
 

Function/Subroutine Documentation

◆ pk_cdc_cl3d()

subroutine pk_cdc_cl3d ( real*8  lqd,
real*8  rqd,
real*8  reynolds,
real*8  p2p1,
real*8  beta,
real*8  cdc_cl3d 
)
25 !
26  implicit none
27 !
28  real*8 lqd,rqd,reynolds,p2p1,beta,cdc_cl3d,cdi_rl,cdc_cl3_choked,
29  & jpsqpt,zeta
30 !
31  cdc_cl3_choked=1.d0-(0.008d0+0.992d0*exp(-5.5d0*rqd
32  & -3.5d0*rqd**2.d0))*(1.d0-0.838d0)
33 !
34  call pk_cdi_rl(lqd,rqd,reynolds,beta,cdi_rl)
35 !
36 ! help function for eq 26
37  if (p2p1.ge.1d0) then
38  jpsqpt=1.d0
39  elseif(p2p1.ge.0.1d0) then
40  zeta=(1.d0-p2p1)/0.6d0
41  jpsqpt=exp(-4.6d0*zeta**7d0-2.2d0*zeta**1.5d0)
42  else
43  jpsqpt=0.d0
44  endif
45 !
46  cdc_cl3d=cdc_cl3_choked-jpsqpt*(cdc_cl3_choked-cdi_rl)
47 !
48  return
49 !
subroutine pk_cdi_rl(lqd, rqd, reynolds, beta, cdi_rl)
Definition: pk_cdi_rl.f:24
Hosted by OpenAircraft.com, (Michigan UAV, LLC)