Home
last modified time | relevance | path

Searched refs:rz (Results 1 – 4 of 4) sorted by relevance

/phasta/phSolver/common/
H A DBCprofile2.f38 real ry,rz local
72 rz=(zcoor+0.587375)/1.0e-4
74 rz=(0.587375-zcoor)/1.0e-4
76 rz=1.0
80 rz=max(0.0,rz)
82 xVel = 1.513158*ry*rz
84 Temp = 317.0+13.0*ry*rz
H A DsetBlowing_Duct3.f14 real Temp,veloMag,xcoor,ycoor,zcoor,rz,ratio_s local
53 rz=(zcoor+0.05715)/1.0e-3
55 rz=(0.05715-zcoor)/1.0e-3
57 rz=1.0
/phasta/phSolver/AMG/
H A Dramg_driver.f130 real(kind=8) :: rz,rz_0,pq,alpha,beta local
141 call ramg_dot_p(level,cgZ,cgR,1,rz)
142 rz_0 = rz
152 alpha = rz/pq
158 tmp = rz
159 call ramg_dot_p(level,cgZ,cgR,1,rz)
160 beta = rz/tmp
190 real(kind=8) :: rz,rz_0,pq,alpha,beta variable
226 call ramg_dot_p(1,cgZ,cgR,1,rz)
227 rz_0 = rz
[all …]
/phasta/phSolver/compressible/
H A DsetBlowing_Duct2.f21 real rx,rz local