Porous model management.
More...
#include "cs_defs.h"
#include <math.h>
#include <float.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_log.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_preprocess.h"
#include "cs_porous_model.h"
◆ cs_porous_model_init_disable_flag()
void cs_porous_model_init_disable_flag |
( |
void |
| ) |
|
◆ cs_porous_model_init_fluid_quantities()
void cs_porous_model_init_fluid_quantities |
( |
void |
| ) |
|
◆ cs_porous_model_set_has_disable_flag()
void cs_porous_model_set_has_disable_flag |
( |
int |
flag | ) |
|
Set (unset) has_disable_flag.
- Parameters
-
◆ cs_porous_model_set_model()
void cs_porous_model_set_model |
( |
int |
porous_model | ) |
|