![]() |
programmer's documentation
|
This subroutine computes the dimensionless distance to the wall solving a transport equation. More...
Functions/Subroutines | |
subroutine | distyp (itypfb, distpa, disty) |
This subroutine computes the dimensionless distance to the wall solving a transport equation.
This function solves the following transport equation on :
where the vector field is defined by:
The boundary conditions on read:
Then the dimensionless distance is deduced by:
Remarks:
subroutine distyp | ( | integer, dimension(nfabor) | itypfb, |
double precision, dimension(ncelet) | distpa, | ||
double precision, dimension(ncelet) | disty | ||
) |
[in] | itypfb | boundary face types |
[in] | distpa | tab des distances a la paroi |
[out] | disty | dimensionless distance ![]() |