Home
last modified time | relevance | path

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

/honee/problems/
H A Dchannel.c42 ChannelContext channel_ctx; in NS_CHANNEL() local
49 PetscCall(PetscNew(&channel_ctx)); in NS_CHANNEL()
86 channel_ctx->center = center; in NS_CHANNEL()
87 channel_ctx->H = H; in NS_CHANNEL()
88 channel_ctx->theta0 = theta0; in NS_CHANNEL()
89 channel_ctx->P0 = P0; in NS_CHANNEL()
90 channel_ctx->umax = umax; in NS_CHANNEL()
91 channel_ctx->implicit = honee->phys->implicit; in NS_CHANNEL()
92 channel_ctx->B = body_force_scale * 2 * umax * newtonian_ig_ctx->gas.mu / (H * H); in NS_CHANNEL()
99 CeedScalar g[] = {channel_ctx->B / rho, 0., 0.}; in NS_CHANNEL()
[all …]