 |
Cantera
3.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
14#pragma message("warning: The legacy CLib library ctsurf.h is deprecated and " \
15 "will be removed after Cantera 3.2. Use generated CLib instead.")
23 CANTERA_CAPI
int surf_setCoverages(
int i,
const double* c,
int norm);
24 CANTERA_CAPI
int surf_getCoverages(
int i,
double* c);
25 CANTERA_CAPI
int surf_setConcentrations(
int i,
const double* c);
26 CANTERA_CAPI
int surf_getConcentrations(
int i,
double* c);
27 CANTERA_CAPI
int surf_setSiteDensity(
int i,
double s0);
28 CANTERA_CAPI
double surf_siteDensity(
int i);
29 CANTERA_CAPI
int surf_setCoveragesByName(
int i,
const char* c);