Lines Matching full:velocity
38 …StatePrimitive Y_inf = {.pressure = reference->pressure / Pascal, .velocity = {0}, .temperature = … in FreestreamBCSetup()
39 for (int i = 0; i < 3; i++) Y_inf.velocity[i] = reference->velocity[i] * second / meter; in FreestreamBCSetup()
46 …PetscOptionsScalarArray("-freestream_velocity", "Velocity at freestream condition", NULL, Y_inf.ve… in FreestreamBCSetup()
102 for (int i = 0; i < 3; i++) Y_inf.velocity[i] *= meter / second; in FreestreamBCSetup()
152 …Real("-outflow_recirc", "Fraction of recirculation to allow in exterior velocity state [0,1]", NUL… in OutflowBCSetup()
154 …PetscCall(PetscOptionsReal("-outflow_softplus_velocity", "Characteristic velocity of softplus regu… in OutflowBCSetup()
398 CeedScalar u_left0 = Dot3(left0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
399 CeedScalar u_right0 = Dot3(right0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
414 CeedScalar du_left = Dot3(dleft0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
415 CeedScalar du_right = Dot3(dright0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
432 CeedScalar u_left1 = Dot3(left1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
433 CeedScalar u_right1 = Dot3(right1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()