User definitions of porous media. More...
Include dependency graph for cs_user_porosity.c:Functions | |
| void | cs_user_porosity (cs_domain_t *domain) |
| Compute the porosity (volume factor | |
User definitions of porous media.
See Examples of data settings for porous media for examples.
| void cs_user_porosity | ( | cs_domain_t * | domain | ) |
Compute the porosity (volume factor
when the porosity model is activated (cs_glob_porous_model > 0).
Compute the porosity (volume factor
when the porosity model is activated. (cs_glob_porous_model > 0).
This function is called at the begin of the simulation only.
| [in,out] | domain | pointer to a cs_domain_t structure |