User definitions of porous media. More...
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <ple_coupling.h>
#include "cs_headers.h"
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 |