Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dchannel.h130 const CeedScalar u_normal = Dot3(norm, s_exact.Y.velocity); in Channel_Inflow() local
171 const CeedScalar u_normal = Dot3(norm, u); // Normal velocity in Channel_Outflow() local
H A Dstg_shur14.h386 const CeedScalar u_normal = Dot3(norm, u); in StgShur14Inflow() local
453 const CeedScalar u_normal = Dot3(norm, velocity); in StgShur14Inflow_Jacobian() local
H A Dbc_freestream.h198 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow() local
274 const CeedScalar u_normal = Dot3(s_int.Y.velocity, normal); in RiemannOutflow_Jacobian() local
H A Dblasius.h229 const CeedScalar u_normal = Dot3(norm, s.Y.velocity); in Blasius_Inflow_Jacobian() local
H A Deulervortex.h621 … const CeedScalar u_normal = norm[0] * u[0] + norm[1] * u[1] + norm[2] * u[2]; // Normal velocity in Euler_Outflow() local
H A Dadvection.h530 const CeedScalar u_normal = DotN(norm, u, dim); in Advection_InOutFlowGeneric() local