Home
last modified time | relevance | path

Searched defs:ChannelContext_ (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dchannel.h21 struct ChannelContext_ { struct
22 bool implicit; // !< Using implicit timesteping or not
23 CeedScalar theta0; // !< Reference temperature
24 CeedScalar P0; // !< Reference Pressure
25 CeedScalar umax; // !< Centerline velocity
26 CeedScalar center; // !< Y Coordinate for center of channel
27 CeedScalar H; // !< Channel half-height
28 CeedScalar B; // !< Body-force driving the flow
29 struct NewtonianIdealGasContext_ newtonian_ctx;