My Project
programmer's documentation
Functions
cs_user_gwf.c File Reference

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"
Include dependency graph for cs_user_gwf.c:

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...
 

Detailed Description

Set parameters for the groundwater flow module when the CDO kernel is used.

Function Documentation

◆ cs_user_gwf_get_soil_density()

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.

Parameters
[in]soilpointer to a cs_gwf_soil_t structure
[out]densityreturn value for the density

◆ cs_user_gwf_setup()

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.

Parameters
[in,out]domainpointer to a cs_domain_t structure