![]() |
Code_Saturne
CFD tool
|
Check boundary condition code. More...
Functions/Subroutines | |
subroutine | vericl (nvar, nscal, icodcl, dt, rtp, rtpa, propce, propfa, propfb, coefa, coefb, rcodcl) |
Check boundary condition code.
subroutine vericl | ( | integer | nvar, |
integer | nscal, | ||
integer, dimension(nfabor,nvar) | icodcl, | ||
double precision, dimension(ncelet) | dt, | ||
double precision, dimension(ncelet,*) | rtp, | ||
double precision, dimension(ncelet,*) | rtpa, | ||
double precision, dimension(ncelet,*) | propce, | ||
double precision, dimension(nfac,*) | propfa, | ||
double precision, dimension(nfabor,*) | propfb, | ||
double precision, dimension(nfabor,*) | coefa, | ||
double precision, dimension(nfabor,*) | coefb, | ||
double precision, dimension(nfabor,nvar,3) | rcodcl | ||
) |
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in,out] | icodcl | face boundary condition code:
|
[in] | dt | time step (per cell) |
[in] | rtp,rtpa | calculated variables at cell centers (at current and previous time steps) |
[in] | propce | physical properties at cell centers |
[in] | propfa | physical properties at interior face centers |
[in] | propfb | physical properties at boundary face centers |
[out] | coefa | explicit boundary condition coefficient |
[out] | coefb | implicit boundary condition coefficient |
[in,out] | rcodcl | boundary condition values:
|