Searched refs:Ec (Results 1 – 1 of 1) sorted by relevance
43 const CeedScalar Ec = (umax * umax) / (cp * theta0); in Exact_Channel() local44 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel()