Functions/Subroutines | |
subroutine | set_grid_spacing |
Compute \(\Delta^2\), the grid spacing used in a SGS model. More... | |
subroutine | set_ds_filt (fh, fht, nt, diag, nx) |
Setup test filter. More... | |
subroutine | planar_avg_horiz (ua, u) |
Compute planar average of quantity u along horizontal directions. More... | |
subroutine | planar_avg_spanwise (ua, u) |
Compute planar average of quantity u along spanwise direction. More... | |
subroutine | gij_from_bc (gij, ie) |
Adjust gradient at the boundary using the MOST relation. More... | |
subroutine | calc_area_bc |
Calculate the surface "area" of the boundary. More... | |
subroutine calc_area_bc |
Calculate the surface "area" of the boundary.
Adjust gradient at the boundary using the MOST relation.
subroutine planar_avg_horiz | ( | real, dimension(lx1,ly1,lz1,lelt) | ua, |
real, dimension(lx1, ly1, lz1, lelt) | u | ||
) |
Compute planar average of quantity u along horizontal directions.
[in] | u | Array to be averaged |
[out] | ua | Planar average of u |
subroutine planar_avg_spanwise | ( | real, dimension(lx1,ly1,lz1,lelt) | ua, |
real, dimension(lx1, ly1, lz1, lelt) | u | ||
) |
Compute planar average of quantity u along spanwise direction.
[in] | u | Array to be averaged |
[out] | ua | Planar average of u |
subroutine set_ds_filt | ( | real, dimension(nx*nx) | fh, |
real, dimension(nx*nx) | fht, | ||
integer | nt, | ||
real, dimension(nx) | diag, | ||
integer | nx | ||
) |
Setup test filter.
subroutine set_grid_spacing |
Compute \(\Delta^2\), the grid spacing used in a SGS model.