My Project
programmer's documentation
|
#include "cs_defs.h"
Go to the source code of this file.
Functions | |
void | cs_lagr_head_losses (cs_lnum_t n_hl_cells, const cs_lnum_t cell_ids[], const cs_lnum_t bc_type[], cs_real_t cku[][6]) |
Define Head losses to take into account deposit in the flow. More... | |
void cs_lagr_head_losses | ( | cs_lnum_t | n_hl_cells, |
const cs_lnum_t | cell_ids[], | ||
const cs_lnum_t | bc_type[], | ||
cs_real_t | cku[][6] | ||
) |
Define Head losses to take into account deposit in the flow.
[in] | n_hl_cells | number of cells on which to apply head losses |
[in] | cell_ids | ids of cells on which to apply head losses |
[in] | bc_type | boundary face type |
[out] | cku | head loss coefficients at matchin cells |