C-Binding interface for Cantera thermodynamics.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | value | :: | ncells | |||
| real(kind=c_double), | intent(in) | :: | h_in(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) | :: | T_out(ncells) | |||
| real(kind=c_double), | intent(out) | :: | cp_out(ncells) | |||
| real(kind=c_double), | intent(out) | :: | lambda_out(ncells) | |||
| real(kind=c_double), | intent(out) | :: | rho_thermo_out(ncells) | |||
| real(kind=c_double), | value | :: | T_ref | |||
| character(kind=c_char, len=1), | intent(in) | :: | species_names_flat(*) | |||
| integer(kind=c_int), | value | :: | name_len |