programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions/Subroutines
post_util.f90 File Reference

Functions/Subroutines

subroutine post_boundary_thermal_flux (nfbrps, lstfbr, propce, bflux)
 Compute thermal flux at boundary. More...
 
subroutine post_boundary_temperature (nfbrps, lstfbr, btemp)
 Compute temperature at boundary. More...
 
subroutine post_boundary_nusselt (nfbrps, lstfbr, propce, bnussl)
 Compute Nusselt number near boundary. More...
 
subroutine post_efforts (nfbrps, lstfbr, effort)
 Compute efforts at boundary . More...
 
subroutine post_efforts_normal (nfbrps, lstfbr, effnrm)
 Extract efforts normal to the boundary . More...
 
subroutine post_efforts_tangential (nfbrps, lstfbr, effort)
 Compute tangential efforts at boundary . More...
 

Function/Subroutine Documentation

subroutine post_boundary_nusselt ( integer, intent(in)  nfbrps,
integer, dimension(nfbrps), intent(in)  lstfbr,
double precision, dimension(ncelet, *), intent(in)  propce,
double precision, dimension(nfbrps), intent(out)  bnussl 
)

Compute Nusselt number near boundary.

Parameters
[in]nfbrpsnumber of boundary faces to postprocess
[in]lstfbrlist of boundary faces to postprocess
[in]propcephysical properties at cell centers
[out]bnusslNusselt near boundary
subroutine post_boundary_temperature ( integer, intent(in)  nfbrps,
integer, dimension(nfbrps), intent(in)  lstfbr,
double precision, dimension(nfbrps), intent(out)  btemp 
)

Compute temperature at boundary.

If working with enthalpy, compute an enthalpy.

Parameters
[in]nfbrpsnumber of boundary faces to postprocess
[in]lstfbrlist of boundary faces to postprocess
[out]btempboundary temperature at selected faces
subroutine post_boundary_thermal_flux ( integer, intent(in)  nfbrps,
integer, dimension(nfbrps), intent(in)  lstfbr,
double precision, dimension(ncelet, *), intent(in)  propce,
double precision, dimension(nfbrps), intent(out)  bflux 
)

Compute thermal flux at boundary.

If working with enthalpy, compute an enthalpy flux.

Parameters
[in]nfbrpsnumber of boundary faces to postprocess
[in]lstfbrlist of boundary faces to postprocess
[in]propcephysical properties at cell centers
[out]bfluxboundary heat flux at selected faces
subroutine post_efforts ( integer, intent(in)  nfbrps,
integer, dimension(nfbrps), intent(in)  lstfbr,
double precision, dimension(3, nfbrps), intent(out)  effort 
)

Compute efforts at boundary .

Parameters
[in]nfbrpsnumber of boundary faces to postprocess
[in]lstfbrlist of boundary faces to postprocess
[out]effortefforts at selected faces
subroutine post_efforts_normal ( integer, intent(in)  nfbrps,
integer, dimension(nfbrps), intent(in)  lstfbr,
double precision, dimension(nfbrps), intent(out)  effnrm 
)

Extract efforts normal to the boundary .

Parameters
[in]nfbrpsnumber of boundary faces to postprocess
[in]lstfbrlist of boundary faces to postprocess
[out]effnrmefforts normal to wall at selected faces
subroutine post_efforts_tangential ( integer, intent(in)  nfbrps,
integer, dimension(nfbrps), intent(in)  lstfbr,
double precision, dimension(3, nfbrps), intent(out)  effort 
)

Compute tangential efforts at boundary .

Parameters
[in]nfbrpsnumber of boundary faces to postprocess
[in]lstfbrlist of boundary faces to postprocess
[out]effortefforts at selected faces