Searched defs:ChannelContext_ (Results 1 – 1 of 1) sorted by relevance
13 struct ChannelContext_ { struct14 bool implicit; // !< Using implicit timesteping or not15 CeedScalar theta0; // !< Reference temperature16 CeedScalar P0; // !< Reference Pressure17 CeedScalar umax; // !< Centerline velocity18 CeedScalar center; // !< Y Coordinate for center of channel19 CeedScalar H; // !< Channel half-height20 CeedScalar B; // !< Body-force driving the flow21 struct NewtonianIdealGasContext_ newt_ctx;