 |
6.3
general documentation
|
|
Go to the documentation of this file. 1 #ifndef __CS_VOLUME_MASS_INJECTION_H__
2 #define __CS_VOLUME_MASS_INJECTION_H__
Context structure associated to a mass injection inside a volume relying on a function.
Definition: cs_volume_mass_injection.h:71
void cs_volume_mass_injection_flag_zones(void)
Flag volume zones with the appropriate CS_VOLUME_ZONE_MASS_SOURCE_TERM flag when at least one volume ...
Definition: cs_volume_mass_injection.c:363
integer, save nvar
number of solved variables (must be lower than nvarmx)
Definition: dimens.f90:42
#define END_C_DECLS
Definition: cs_defs.h:493
void() cs_volume_mass_injection_eval_t(void *input, const cs_zone_t *z, cs_field_t *f, cs_real_t *val)
Function pointer to update cell values in a given zone for volume mass injection.
Definition: cs_volume_mass_injection.h:60
void * input
Definition: cs_volume_mass_injection.h:77
cs_volume_mass_injection_eval_t * func
Definition: cs_volume_mass_injection.h:82
double cs_real_t
Floating-point value.
Definition: cs_defs.h:304
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
void cs_volume_mass_injection_eval(int nvar, cs_lnum_t ncesmp, int itypsm[], cs_real_t smacel[])
Evaluate contributions to volume mass injection.
Definition: cs_volume_mass_injection.c:450
double precision, dimension(:,:), allocatable smacel
value of the mass source term for pressure. For the other variables, eventual imposed injection value...
Definition: pointe.f90:200
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298
integer, dimension(:,:), allocatable itypsm
type of mass source term for each variable
Definition: pointe.f90:194
Field descriptor.
Definition: cs_field.h:125
void cs_volume_mass_injection_build_lists(cs_lnum_t n_cells, cs_lnum_t cell_num[], int cell_zone_id[])
Build the list and zone ids of cells with volume mass injection.
Definition: cs_volume_mass_injection.c:406