My Project
programmer's documentation
|
#include "cs_defs.h"
#include <limits.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <float.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_field.h"
#include "cs_field_operator.h"
#include "cs_gradient.h"
#include "cs_halo.h"
#include "cs_halo_perio.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parameters.h"
#include "cs_parameters_check.h"
#include "cs_parall.h"
#include "cs_prototypes.h"
#include "cs_lagr.h"
#include "cs_lagr_tracking.h"
#include "cs_lagr_stat.h"
#include "cs_lagr_head_losses.h"
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 |