|
My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
| void | cs_rad_transfer_modak (cs_real_t ck[], const cs_real_t pco2[], const cs_real_t ph2o[], const cs_real_t fv[], const cs_real_t temp[]) |
| Compute radiative properties of a gas based on temperature, composition of products in co2, h2o and soot using linear regressions established by Modak. More... | |
| void cs_rad_transfer_modak | ( | cs_real_t | ck[], |
| const cs_real_t | pco2[], | ||
| const cs_real_t | ph2o[], | ||
| const cs_real_t | fv[], | ||
| const cs_real_t | temp[] | ||
| ) |
Compute radiative properties of a gas based on temperature, composition of products in co2, h2o and soot using linear regressions established by Modak.
| [out] | ck | medium's absorption coefficient (zero if transparent) |
| [in] | pco2 | co2 partial pressure |
| [in] | pco2 | h2o partial pressure |
| [in] | fv | soot volume fraction |
| [in] | temp | temperature |
| [out] | ck | coefficient d'absorption du milieu (nul si transparent) |
| [in] | pco2 | pression partielle de co2 |
| [in] | pco2 | pression partielle de h2o |
| [in] | fv | fraction volumique de suies |
| [in] | temp | temperature |
1.8.16