Home
last modified time | relevance | path

Searched refs:H0 (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c481 CeedScalar H0, H1; in TestTotalSpecificEnthalpy_fwd() local
486 H0 = TotalSpecificEnthalpy(gas, state0); in TestTotalSpecificEnthalpy_fwd()
488 dH_fd = (H1 - H0) / eps; in TestTotalSpecificEnthalpy_fwd()