cantera_get_cache_stats_c Interface

interface

C-Binding interface for Cantera thermodynamics.

The C++ bridge expects temperatures , thermodynamic pressures , and normalized solver species mass fractions . It returns sensible enthalpy using and recovers temperature by adding the same-composition reference enthalpy before Cantera HP inversion. Projection pressure is never passed to these calls.


private subroutine cantera_get_cache_stats_c(stats_out, nstats) bind(c, name="cantera_get_cache_stats_c")

Arguments

Type IntentOptional Attributes Name
real(kind=c_double), intent(out) :: stats_out(*)
integer(kind=c_int), value :: nstats