Preparation of sending 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 | cscpfb (nscal, nptdis, numcpl, nvcpto, locpts, coopts, djppts, pndpts, rvdis, dofpts) |
Preparation of sending variables for coupling between two instances of code_saturne via boundary faces. Received indformation will be transformed into boundary condition in subroutine csc2cl.
◆ cscpfb()
subroutine cscpfb |
( |
integer | nscal, |
|
|
integer | nptdis, |
|
|
integer | numcpl, |
|
|
integer | nvcpto, |
|
|
integer, dimension(nptdis) | locpts, |
|
|
double precision, dimension(3,nptdis) | coopts, |
|
|
double precision, dimension(3,nptdis) | djppts, |
|
|
double precision, dimension(nptdis) | pndpts, |
|
|
double precision, dimension(nptdis,nvcpto) | rvdis, |
|
|
double precision, dimension(3,nptdis) | dofpts ) |
- Parameters
-
[in] | nscal | total number of scalars |
[in] | nptdis | |
[in] | numcpl | |
[in] | nvcpto | |
[in] | locpts | |
[in] | coopts | |
[in] | djppts | |
[in] | pndpts | |
[in,out] | rvdis | |
[in] | dofpts | |