Searched defs:ChannelContext_ (Results 1 – 1 of 1) sorted by relevance
21 struct ChannelContext_ { struct22 bool implicit; // !< Using implicit timesteping or not23 CeedScalar theta0; // !< Reference temperature24 CeedScalar P0; // !< Reference Pressure25 CeedScalar umax; // !< Centerline velocity26 CeedScalar center; // !< Y Coordinate for center of channel27 CeedScalar H; // !< Channel half-height28 CeedScalar B; // !< Body-force driving the flow29 struct NewtonianIdealGasContext_ newtonian_ctx;