My Project
programmer's documentation
|
Functions/Subroutines | |
subroutine | post_boundary_thermal_flux (nfbrps, lstfbr, bflux) |
Compute thermal flux at boundary. More... | |
subroutine | post_boundary_nusselt (nfbrps, lstfbr, bnussl) |
Compute Nusselt number near boundary. More... | |
subroutine | post_stress (nfbrps, lstfbr, stress) |
Compute stress at boundary. More... | |
subroutine | post_stress_normal (nfbrps, lstfbr, effnrm) |
Extract stress normal to the boundary. More... | |
subroutine | post_stress_tangential (nfbrps, lstfbr, stress) |
Compute tangential stress at boundary. More... | |
subroutine post_boundary_nusselt | ( | integer, intent(in) | nfbrps, |
integer, dimension(nfbrps), intent(in) | lstfbr, | ||
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 |
[out] | bnussl | Nusselt near boundary |
subroutine post_boundary_thermal_flux | ( | integer, intent(in) | nfbrps, |
integer, dimension(nfbrps), intent(in) | lstfbr, | ||
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 |
[out] | bflux | boundary heat flux at selected faces |
subroutine post_stress | ( | integer, intent(in) | nfbrps, |
integer, dimension(nfbrps), intent(in) | lstfbr, | ||
double precision, dimension(3, nfbrps), intent(out) | stress | ||
) |
Compute stress at boundary.
[in] | nfbrps | number of boundary faces to postprocess |
[in] | lstfbr | list of boundary faces to postprocess |
[out] | stress | stress at selected faces |
subroutine post_stress_normal | ( | integer, intent(in) | nfbrps, |
integer, dimension(nfbrps), intent(in) | lstfbr, | ||
double precision, dimension(nfbrps), intent(out) | effnrm | ||
) |
Extract stress normal to the boundary.
[in] | nfbrps | number of boundary faces to postprocess |
[in] | lstfbr | list of boundary faces to postprocess |
[out] | effnrm | stress normal to wall at selected faces |
subroutine post_stress_tangential | ( | integer, intent(in) | nfbrps, |
integer, dimension(nfbrps), intent(in) | lstfbr, | ||
double precision, dimension(3, nfbrps), intent(out) | stress | ||
) |
Compute tangential stress at boundary.
[in] | nfbrps | number of boundary faces to postprocess |
[in] | lstfbr | list of boundary faces to postprocess |
[out] | stress | stress at selected faces |