| 
    My Project
    
   programmer's documentation 
   | 
 
Set parameters for the groundwater flow module when the CDO kernel is used. More...
#include "cs_defs.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <bft_mem.h>#include <bft_printf.h>#include "cs_domain.h"#include "cs_gwf_soil.h"#include "cs_prototypes.h"
Functions | |
| void | cs_user_gwf_setup (cs_domain_t *domain) | 
| Specify for each soil and tracer how is defined each term of the the tracer equation. Soils and tracer equations have to be added previously.  More... | |
| void | cs_user_gwf_get_soil_density (const cs_gwf_soil_t *soil, cs_real_t *density) | 
| Retrieve the bulk density related to a soil structure.  More... | |
Set parameters for the groundwater flow module when the CDO kernel is used.
| void cs_user_gwf_get_soil_density | ( | const cs_gwf_soil_t * | soil, | 
| cs_real_t * | density | ||
| ) | 
Retrieve the bulk density related to a soil structure.
| [in] | soil | pointer to a cs_gwf_soil_t structure | 
| [out] | density | return value for the density | 
| void cs_user_gwf_setup | ( | cs_domain_t * | domain | ) | 
Specify for each soil and tracer how is defined each term of the the tracer equation. Soils and tracer equations have to be added previously.
| [in,out] | domain | pointer to a cs_domain_t structure | 
 1.8.16