My Project
programmer's documentation
|
Explicit sources terms from sources condensation computation. More...
Functions/Subroutines | |
subroutine | condensation_source_terms (ncelet, ncel, iscal, nfbpcd, ifbpcd, itypcd, ncmast, ltmast, itypst, spcondp, gam_s, svcondp, gam_ms, fluxv_ms, pvara, tsexp, tsimp) |
Explicit sources terms from sources condensation computation.
subroutine condensation_source_terms | ( | integer | ncelet, |
integer | ncel, | ||
integer | iscal, | ||
integer | nfbpcd, | ||
integer, dimension(nfbpcd) | ifbpcd, | ||
integer, dimension(nfbpcd) | itypcd, | ||
integer | ncmast, | ||
integer, dimension(ncelet) | ltmast, | ||
integer, dimension(ncelet) | itypst, | ||
double precision, dimension(nfbpcd) | spcondp, | ||
double precision, dimension(nfbpcd) | gam_s, | ||
double precision, dimension(ncelet) | svcondp, | ||
double precision, dimension(ncelet) | gam_ms, | ||
double precision, dimension(ncelet) | fluxv_ms, | ||
double precision, dimension (ncelet) | pvara, | ||
double precision, dimension(ncelet) | tsexp, | ||
double precision, dimension(ncelet) | tsimp | ||
) |
[in] | ncelet | number of extended (real + ghost) cells |
[in] | ncel | number of cells |
[in] | iscal | scalar number |
[in] | nfbpcd | number of faces with condensation source terms |
[in] | ifbpcd | index of faces with condensation source terms |
[in] | itypcd | type of condensation source terms for each ivar |
[in] | ncmast | number of cells with metal mass condensation |
[in] | ltmast | index of cells with metal mass condensation |
[in] | itypst | type of metal mass condensation source terms |
[in] | spcondp | value of the variable associated to surface condensation source term |
[in] | gam_s | surface condensation flow rate value |
[in] | svcondp | value of the variable associated to metal mass condensation source term |
[in] | gam_ms | metal mass condensation flow rate value |
[in] | fluxv_ms | metal mass condensation heat transfer flux |
[in] | pvara | variable value at time step beginning |
[in,out] | tsexp | explicit source term part linear in the variable |
[in,out] | tsimp | associated value with tsexp to be stored in the matrix |