Go to the source code of this file.
◆ cd_preswirlnozzle()
| subroutine cd_preswirlnozzle |
( |
real*8 |
ps2, |
|
|
real*8 |
pt1, |
|
|
integer |
number, |
|
|
integer |
curve, |
|
|
real*8, dimension(15) |
x_tab, |
|
|
real*8, dimension(15) |
y_tab, |
|
|
real*8 |
cd |
|
) |
| |
33 integer id,number,curve,n11
35 real*8 x_tab(15),y_tab(15)
39 & /0.4d0,0.45d0,0.50d0,0.55d0,0.60d0,0.65d0,0.70d0,0.75d0,
40 & 0.80d0,0.85d0,0.90d0/
44 & /0.942d0,0.939d0,0.932d0,0.929d0,0.925d0,0.921d0,0.917d0,
45 & 0.910d0,0.899d0,0.881d0,0.873d0/
51 real*8 ps2,pt1,ps2vpt1,cd
55 call ident(cdxp,ps2vpt1,n11,id)
61 cd=cdyp(id)+(cdyp(id+1)-cdyp(id))
62 & *(ps2vpt1-cdxp(id))/(cdxp(id+1)-cdxp(id))
65 call ident(x_tab,ps2vpt1,number,id)
71 cd=y_tab(id)+(y_tab(id+1)-y_tab(id))
72 & *(ps2vpt1-x_tab(id))/(x_tab(id+1)-x_tab(id))
subroutine ident(x, px, n, id)
Definition: ident.f:26