![]() |
programmer's documentation
|
Go to the source code of this file.
Functions | |
void | cs_gwf_physical_properties (void) |
Update physical properties of the Ground Water Flow module. More... | |
void | cs_gwf_sorbed_concentration_update (cs_real_t *c_scal, cs_real_t *kp, cs_real_t *km, cs_real_t *sorb) |
Update sorbed concentration for scalars with kinetic sorption. More... | |
void cs_gwf_physical_properties | ( | void | ) |
Update physical properties of the Ground Water Flow module.
Species transport is delayed by retention in solid phase. This delay is computed as follows:
where is the delay factor,
the soil (bulk) density,
the contaminant distribution coefficient and
the moisture content.
Please refer to the dedicated section of the theory guide for more informations.
void cs_gwf_sorbed_concentration_update | ( | cs_real_t * | c_scal, |
cs_real_t * | kp, | ||
cs_real_t * | km, | ||
cs_real_t * | sorb | ||
) |
Update sorbed concentration for scalars with kinetic sorption.
It is estimated by the following analytical expression :
[in] | c_scal | concentration field |
[in] | kp | kplus field |
[in] | km | kminus field |
[in] | sorb | sorbed concentration field |