|  | programmer's documentation | 
| 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... | |
| 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.
| [in] | nfbrps | number of boundary faces to postprocess | 
| [in] | lstfbr | list of boundary faces to postprocess | 
| [in] | propce | physical properties at cell centers | 
| [out] | bnussl | Nusselt 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.
| [in] | nfbrps | number of boundary faces to postprocess | 
| [in] | lstfbr | list of boundary faces to postprocess | 
| [out] | btemp | boundary 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.
| [in] | nfbrps | number of boundary faces to postprocess | 
| [in] | lstfbr | list of boundary faces to postprocess | 
| [in] | propce | physical properties at cell centers | 
| [out] | bflux | boundary 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 .
| [in] | nfbrps | number of boundary faces to postprocess | 
| [in] | lstfbr | list of boundary faces to postprocess | 
| [out] | effort | efforts 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 .
| [in] | nfbrps | number of boundary faces to postprocess | 
| [in] | lstfbr | list of boundary faces to postprocess | 
| [out] | effnrm | efforts 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 .
| [in] | nfbrps | number of boundary faces to postprocess | 
| [in] | lstfbr | list of boundary faces to postprocess | 
| [out] | effort | efforts at selected faces | 
 1.8.3.1
 1.8.3.1