Home
last modified time | relevance | path

Searched refs:vorticity (Results 1 – 6 of 6) sorted by relevance

/phasta/phSolver/incompressible/
H A Ditrdrv.f97 real*8, allocatable, dimension(:,:) :: ybar, strain, vorticity local
177 allocate(vorticity(nshg,5))
531 & call computeVort( vorticity, GradV,strain)
556 call write_field(myrank,'a','vorticity',9,vorticity,
632 & vorticity,yphbar,rerr,irank2ybar,irank2yphbar)
757 deallocate(strain,vorticity)
1726 subroutine computeVort( vorticity, GradV,strain) argument
1729 real*8 gradV(nshg,nsdsq), strain(nshg,6), vorticity(nshg,5) local
1732 vorticity(:,1) = GradV(:,8)-GradV(:,6) !omega_x
1733 vorticity(:,2) = GradV(:,3)-GradV(:,7) !omega_y
[all …]
/phasta/AcuStat/
H A DAcuStat_input.dat4 1 # copy vorticity field? (0/1)
19 5) If requested (optional), vorticity field (from the last time step).
/phasta/M2N/
H A DM2N_input.dat6 1 # Reduce the vorticity field? (0/1)
/phasta/phSolver/incompressible/e3source/
H A De3source.fimplicit305 c.... magnitude of vorticity
H A De3source.fRHSonly305 c.... magnitude of vorticity
/phasta/phSolver/common/
H A Dinput.config157 Print vorticity: False # F ivort = 0, T ivort = 1