Searched defs:Bflux (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | bflux.f | 1 subroutine Bflux ( y, ac, u, x, subroutine 27 character*10 cname2 29 real*8 y(nshg,ndof), ac(nshg,ndof), 30 & u(nshg,nsd), x(numnp,nsd) 41 real*8 flxres(nshg,nflow), 42 & flxLHS(nshg,1), flxnrm(nshg,nsd), 43 & temp(nshg), rtmp(nshg,ndof), 44 & flxTot(nflow), wallssVec(nshg,3) 46 real*8 qres(nshg,nsd*nsd) 49 integer ilwork(nlwork), [all …]
|
| /phasta/phSolver/compressible/ |
| H A D | bflux.f | 1 subroutine Bflux (y, ac, x, subroutine 59 character(len=20) fname1, fname2, 60 & fmt1, fmt2 355 995 call error ('bflux ','opening ', iout) 356 996 call error ('bflux ','opening ', ichmou) 357 997 call error ('bflux ','opening ', iflux) 359 1000 format(' ',a80,/,1x,i10,1p,3e20.7) 360 2000 format(1p,1x,i6,23e15.7)
|