Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dchannel.h51 const CeedScalar Ec = (umax * umax) / (cp * theta0); in Exact_Channel() local
52 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel()