My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_field.h"
#include "cs_parall.h"
#include "cs_physical_model.h"
#include "cs_gas_mix.h"
Functions | |
void | cs_gas_mix_add_species (int f_id) |
Add a species field to the gas mix (set of fields). More... | |
void | cs_gas_mix_finalize (void) |
Free array mapping gas mix species ids to field ids. More... | |
Variables | |
const cs_gas_mix_t * | cs_glob_gas_mix = &_gas_mix |
Base gas mix data.
void cs_gas_mix_add_species | ( | int | f_id | ) |
Add a species field to the gas mix (set of fields).
[in] | f_id | field id of an already created scalar model field |
void cs_gas_mix_finalize | ( | void | ) |
Free array mapping gas mix species ids to field ids.
const cs_gas_mix_t* cs_glob_gas_mix = &_gas_mix |