Calculate the distance from the wall for each cell-center in the domain
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | n_surfnodes | Number of surfce node points |
|||
| real(kind=wp), | private, | dimension(:), allocatable | :: | wall_x | X component of wall surface node point |
||
| real(kind=wp), | private, | dimension(:), allocatable | :: | wall_y | Y component of wall surface node point |
||
| real(kind=wp), | private, | dimension(:), allocatable | :: | wall_z | Z component of wall surface node point |
||
| real(kind=wp), | public, | dimension(:, :, :), allocatable | :: | dist | |||
| integer, | private | :: | imx | ||||
| integer, | private | :: | jmx | ||||
| integer, | private | :: | kmx |
Open and read first line of surface_node_point file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(filetype), | intent(in) | :: | files |
Read, and close surface_node_point file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(filetype), | intent(in) | :: | files |