![]() |
Code_Saturne
CFD tool
|
This subroutine computes the dimensionless distance to the wall solving a transport equation. More...
Functions/Subroutines | |
subroutine | distyp (nvar, nscal, itypfb, distpa, propce, 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 | nvar, |
integer | nscal, | ||
integer, dimension(nfabor) | itypfb, | ||
double precision, dimension(ncelet) | distpa, | ||
double precision, dimension(ncelet,*) | propce, | ||
double precision, dimension(ncelet) | disty | ||
) |
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | itypfb | boundary face types |
[in] | distpa | tab des distances a la paroi |
[in] | propce | physical properties at cell centers |
[out] | disty | dimensionless distance ![]() |