|
My Project
programmer's documentation
|
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...
Functions/Subroutines | |
| subroutine | cscpce (nptdis, ivar, locpts, vela, coefav, coefbv, 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.
| subroutine cscpce | ( | integer | nptdis, |
| integer | ivar, | ||
| integer, dimension(nptdis) | locpts, | ||
| double precision, dimension(3,ncelet) | vela, | ||
| double precision, dimension(3 ,nfabor) | coefav, | ||
| double precision, dimension(3,3,nfabor) | coefbv, | ||
| double precision, dimension(3,nptdis) | coopts, | ||
| double precision, dimension(3,nptdis) | rvdis | ||
| ) |
| [in] | nptdis | |
| [in] | ivar | variable number |
| [in] | locpts | |
| [in] | vela | variable value at time step beginning |
| [in] | coefav | |
| [in] | coefbv | |
| [in] | coopts | |
| [out] | rvdis |
1.8.16