My Project
programmer's documentation
Data Structures | Functions | Variables
cs_gas_mix.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_gas_mix.h:

Go to the source code of this file.

Data Structures

struct  cs_gas_mix_t
 Gas mix descriptor. More...
 

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_tcs_glob_gas_mix
 

Function Documentation

◆ cs_gas_mix_add_species()

void cs_gas_mix_add_species ( int  f_id)

Add a species field to the gas mix (set of fields).

Parameters
[in]f_idfield id of an already created scalar model field

◆ cs_gas_mix_finalize()

void cs_gas_mix_finalize ( void  )

Free array mapping gas mix species ids to field ids.

Variable Documentation

◆ cs_glob_gas_mix

const cs_gas_mix_t* cs_glob_gas_mix