eTurb
postpro.f File Reference

Functions/Subroutines

subroutine load_fld (string)
 
subroutine lambda2 (l2)
 Generate Lambda-2 vortex of Jeong & Hussein, JFM '95. More...
 
subroutine find_lam3 (lam, aa, w, ldim, ierr)
 
subroutine quadratic (x1, x2, a, b, c, ierr)
 
subroutine cubic (xo, ai1, ai2, ai3, ierr)
 
subroutine comp_gije (gije, u, v, w, e)
 Compute the gradient tensor G_ij := du_i/du_j, for element e. More...
 
subroutine filter_s1 (scalar, tf, nx, nel)
 
subroutine filter_s0 (scalar, wght, ncut, name5)
 
subroutine tens3d1 (v, u, f, ft, nv, nu)
 
subroutine build_1d_filt (fh, fht, trnsfr, nx, nio)
 
subroutine mag_tensor_e (mag, aije)
 
subroutine comp_sije (gije)
 Compute symmetric part of a tensor gije for element. Does not call any other subroutine, but simply evaluates:

\[ G_{ij} = \frac{1}{2}(G_{ij} + G_{ji}) \]

\[ G_{ji} = G_{ij} \]

. More...

 
subroutine map2reg (ur, n, u, nel)
 
subroutine map2reg_2di_e (uf, n, uc, m)
 
subroutine map2reg_3di_e (uf, n, uc, m)
 
subroutine gen_int_gz (j, jt, g, n, z, m)
 
subroutine zuni (z, np)
 
subroutine gen_re2 (imid)
 
subroutine gen_re2_xyz
 
subroutine gen_re2_curve (imid)
 
subroutine gen_re2_bc (ifld)
 
subroutine gen_rea (imid)
 
subroutine gen_rea_xyz
 
subroutine gen_rea_curve (imid)
 
subroutine gen_rea_bc (ifld)
 
subroutine gen_rea_midside_e (e)
 
subroutine hpts
 
subroutine buffer_in (buffer, npp, npoints, nbuf)
 
subroutine hpts_in (pts, npts, npoints)
 
subroutine hpts_out (fieldout, nflds, nfldm, npoints, nbuff)
 
subroutine gen_rea_full (imid)
 
subroutine gen_rea_top
 
subroutine gen_rea_bottom
 

Function/Subroutine Documentation

◆ buffer_in()

subroutine buffer_in ( real, dimension(ldim,nbuf)  buffer,
  npp,
  npoints,
  nbuf 
)

◆ build_1d_filt()

subroutine build_1d_filt ( real, dimension(nx,nx)  fh,
real, dimension(nx,nx)  fht,
real, dimension(nx)  trnsfr,
  nx,
  nio 
)

◆ cubic()

subroutine cubic ( real, dimension(3)  xo,
real  ai1,
real  ai2,
real  ai3,
  ierr 
)

◆ filter_s0()

subroutine filter_s0 ( real, dimension(1)  scalar,
  wght,
  ncut,
character*5  name5 
)

◆ filter_s1()

subroutine filter_s1 ( real, dimension(lxyz,1)  scalar,
real, dimension(nx)  tf,
  nx,
  nel 
)

◆ find_lam3()

subroutine find_lam3 ( real, dimension(ldim)  lam,
real, dimension(ldim,ldim)  aa,
real, dimension(ldim,ldim)  w,
  ldim,
  ierr 
)

◆ gen_int_gz()

subroutine gen_int_gz ( real, dimension(n,m)  j,
real, dimension(m,n)  jt,
real, dimension(n)  g,
  n,
real, dimension(m)  z,
  m 
)

◆ gen_re2()

subroutine gen_re2 (   imid)

◆ gen_re2_bc()

subroutine gen_re2_bc (   ifld)

◆ gen_re2_curve()

subroutine gen_re2_curve (   imid)

◆ gen_re2_xyz()

subroutine gen_re2_xyz ( )

◆ gen_rea()

subroutine gen_rea (   imid)

◆ gen_rea_bc()

subroutine gen_rea_bc (   ifld)

◆ gen_rea_bottom()

subroutine gen_rea_bottom ( )

◆ gen_rea_curve()

subroutine gen_rea_curve (   imid)

◆ gen_rea_full()

subroutine gen_rea_full (   imid)

◆ gen_rea_midside_e()

subroutine gen_rea_midside_e ( integer  e)

◆ gen_rea_top()

subroutine gen_rea_top ( )

◆ gen_rea_xyz()

subroutine gen_rea_xyz ( )

◆ hpts()

subroutine hpts ( )

◆ hpts_in()

subroutine hpts_in ( real, dimension(ldim,npts)  pts,
  npts,
  npoints 
)

◆ hpts_out()

subroutine hpts_out ( real, dimension(nfldm,nbuff)  fieldout,
  nflds,
  nfldm,
  npoints,
  nbuff 
)

◆ load_fld()

subroutine load_fld ( character, dimension(*)  string)

◆ mag_tensor_e()

subroutine mag_tensor_e ( real, dimension (lx1*ly1*lz1 mag,
real, dimension(lx1*ly1*lz1,ldim,ldim)  aije 
)

◆ map2reg()

subroutine map2reg ( real, dimension(1)  ur,
  n,
real, dimension(lx1*ly1*lz1,1)  u,
  nel 
)

◆ map2reg_2di_e()

subroutine map2reg_2di_e ( real, dimension(n,n)  uf,
  n,
real, dimension(m,m)  uc,
  m 
)

◆ map2reg_3di_e()

subroutine map2reg_3di_e ( real, dimension(n,n,n)  uf,
  n,
real, dimension(m,m,m)  uc,
  m 
)

◆ quadratic()

subroutine quadratic (   x1,
  x2,
  a,
  b,
  c,
  ierr 
)

◆ tens3d1()

subroutine tens3d1 ( real, dimension(nv,nv,nv)  v,
real, dimension(nu,nu,nu)  u,
real, dimension(1)  f,
real, dimension(1)  ft,
  nv,
  nu 
)

◆ zuni()

subroutine zuni ( real, dimension(1)  z,
  np 
)