C-Binding interface for the Cantera C++ bridge.
These routines map directly to the symbols defined in cantera_interface.cpp.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | value | :: | ncells | |||
| real(kind=c_double), | intent(in) | :: | T(ncells) | |||
| real(kind=c_double), | intent(in) | :: | P(ncells) | |||
| integer(kind=c_int), | value | :: | nspecies | |||
| real(kind=c_double), | intent(in) | :: | Y_in(*) | |||
| real(kind=c_double), | intent(out) | :: | mu_out(ncells) | |||
| real(kind=c_double), | intent(out) | :: | diff_out(*) | |||
| character(kind=c_char, len=1), | intent(in) | :: | species_names_flat(*) | |||
| integer(kind=c_int), | value | :: | name_len |
Performs a bulk update of transport properties for all cells.