|
Cantera
3.1.0a1
|
Go to the documentation of this file.
17 CANTERA_CAPI
int surf_setCoverages(
int i,
const double* c,
int norm);
18 CANTERA_CAPI
int surf_getCoverages(
int i,
double* c);
19 CANTERA_CAPI
int surf_setConcentrations(
int i,
const double* c);
20 CANTERA_CAPI
int surf_getConcentrations(
int i,
double* c);
21 CANTERA_CAPI
int surf_setSiteDensity(
int i,
double s0);
22 CANTERA_CAPI
double surf_siteDensity(
int i);
23 CANTERA_CAPI
int surf_setCoveragesByName(
int i,
const char* c);