Searched refs:x_inflow (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | blasius.h | 21 …CeedScalar x_inflow; // !< Location of inflow i… member 67 …onst BlasiusContext blasius, const CeedScalar x[3], const CeedScalar x0, const CeedScalar x_inflow, in BlasiusSolution() argument 74 CeedScalar eta = x[1] * sqrt(U_infty / (nu * (x0 + x[0] - x_inflow))); in BlasiusSolution() 82 *t12 = mu * U_infty * f[2] * sqrt(U_infty / (nu * (x0 + x[0] - x_inflow))); in BlasiusSolution() 86 Y[2] = 0.5 * sqrt(nu * U_infty / (x0 + x[0] - x_inflow)) * (eta * f[1] - f[0]); in BlasiusSolution() 104 const CeedScalar x_inflow = context->x_inflow; in ICsBlasius() local 114 State s = BlasiusSolution(context, x, x0, x_inflow, S_infty.U.density, &t12); in ICsBlasius() 146 State s = BlasiusSolution(context, x, x0, context->x_inflow, rho_0, &t12); in Blasius_Inflow()
|
| /honee/problems/ |
| H A D | blasius.c | 205 blasius_ctx->x_inflow = domain_min[0]; in NS_BLASIUS()
|