Searched refs:vorticity (Results 1 – 6 of 6) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | itrdrv.f | 97 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 D | AcuStat_input.dat | 4 1 # copy vorticity field? (0/1) 19 5) If requested (optional), vorticity field (from the last time step).
|
| /phasta/M2N/ |
| H A D | M2N_input.dat | 6 1 # Reduce the vorticity field? (0/1)
|
| /phasta/phSolver/incompressible/e3source/ |
| H A D | e3source.fimplicit | 305 c.... magnitude of vorticity
|
| H A D | e3source.fRHSonly | 305 c.... magnitude of vorticity
|
| /phasta/phSolver/common/ |
| H A D | input.config | 157 Print vorticity: False # F ivort = 0, T ivort = 1
|