|
Cantera
3.1.0b1
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
20 CANTERA_CAPI
int surf_setCoverages(
int i,
const double* c,
int norm);
21 CANTERA_CAPI
int surf_getCoverages(
int i,
double* c);
22 CANTERA_CAPI
int surf_setConcentrations(
int i,
const double* c);
23 CANTERA_CAPI
int surf_getConcentrations(
int i,
double* c);
24 CANTERA_CAPI
int surf_setSiteDensity(
int i,
double s0);
25 CANTERA_CAPI
double surf_siteDensity(
int i);
26 CANTERA_CAPI
int surf_setCoveragesByName(
int i,
const char* c);