Preparation of sending velocity variables for coupling between two instances of code_saturne via boundary faces. Received indformation will be transformed into boundary condition in subroutine csc2cl.
More...
|
subroutine | cscpce (nptdis, f_id, f_dim, locpts, coopts, rvdis) |
Preparation of sending velocity variables for coupling between two instances of code_saturne via boundary faces. Received indformation will be transformed into boundary condition in subroutine csc2cl.
◆ cscpce()
subroutine cscpce |
( |
integer | nptdis, |
|
|
integer | f_id, |
|
|
integer | f_dim, |
|
|
integer, dimension(nptdis) | locpts, |
|
|
double precision, dimension(3,nptdis) | coopts, |
|
|
double precision, dimension(f_dim,nptdis) | rvdis ) |
- Parameters
-
[in] | nptdis | number of distant points |
[in] | f_id | field index |
[in] | f_dim | field dimension |
[in] | locpts | connectivity |
[in] | coopts | coordinates of the distants points |
[out] | rvdis | work array for the variable to be exchanged |