The Cantera C++ bridge is implemented in:
FORD is used primarily for Fortran source documentation. The C++ bridge is linked here because FORD's non-Fortran parsing support is limited.
cantera_interface.cpp contains the C ABI wrappers used by the Fortran solver to call Cantera for:
(T, cp, lambda, rho_thermo) = sync(h, Y, p0)
The transported energy state remains h; the C++ bridge updates only dependent thermodynamic properties.