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

Go to the source code of this file.

Functions/Subroutines

subroutine pk_cdc_cl1 (lqd, reynolds, p2p1, beta, kappa, cdc_cl1)
 

Function/Subroutine Documentation

◆ pk_cdc_cl1()

subroutine pk_cdc_cl1 ( real*8  lqd,
real*8  reynolds,
real*8  p2p1,
real*8  beta,
real*8  kappa,
real*8  cdc_cl1 
)
24 !
25  implicit none
26 !
27  real*8 lqd,reynolds,p2p1,beta,kappa,cdi_noz,cdi_r,cdi_se,
28  & y0,yg,cdc_cl1,rqd,cdqcv_noz,cdqcv_r
29 !
30  rqd=lqd
31 ! cd incompresssible nozzle eq. 4a 4b
32  call pk_cdi_noz(reynolds,cdi_noz)
33 ! cdr eq.5
34  call pk_cdi_r(rqd,reynolds,beta,cdi_r)
35 ! cd incompressible sharp edge eq.3
36  call pk_cdi_se(reynolds,beta,cdi_se)
37 ! y0 and yg , eq.15-17 , eq.18
38  call pk_y0_yg(p2p1,beta,kappa,y0,yg)
39 !
40  cdqcv_noz=cdi_noz/(0.0718d0*cdi_noz+0.9282d0)
41  cdqcv_r=cdi_r/(0.0718d0*cdi_r+0.9282d0)
42 ! eq.25
43  cdc_cl1=cdi_r*((cdqcv_noz-cdqcv_r)
44  & /(cdqcv_noz-cdi_se/0.971d0)
45  & *(y0/yg-1d0)+1d0)
46 !
47  return
48 !
subroutine pk_cdi_se(reynolds, beta, cdi_se)
Definition: pk_cdi_se.f:24
subroutine pk_cdi_noz(reynolds, cdi_noz)
Definition: pk_cdi_noz.f:24
subroutine pk_cdi_r(rqd, reynolds, beta, cdi_r)
Definition: pk_cdi_r.f:24
subroutine pk_y0_yg(p2p1, beta, kappa, y0, yg)
Definition: pk_y0_yg.f:20
Hosted by OpenAircraft.com, (Michigan UAV, LLC)