Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dshocktube.c53 CeedScalar P_low = 0.1; // Pa in NS_SHOCKTUBE() local
120 setup_context->P_low = P_low; in NS_SHOCKTUBE()
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h33 CeedScalar P_low; member
83 const CeedScalar P_low = context->P_low; // Driven section pressure in Exact_ShockTube() local
98 P = P_low; in Exact_ShockTube()