Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dshocktube.c50 CeedScalar P_high = 1.0; // Pa in NS_SHOCKTUBE() local
118 setup_context->P_high = P_high; in NS_SHOCKTUBE()
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h31 CeedScalar P_high; member
81 const CeedScalar P_high = context->P_high; // Driver section pressure in Exact_ShockTube() local
95 P = P_high; in Exact_ShockTube()