| /honee/qfunctions/ |
| H A D | riemann_solver.h | 163 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLL() 164 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLL() 198 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLL_fwd() 199 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLL_fwd() 200 CeedScalar du_left = Dot3(dleft.Y.velocity, normal); in RiemannFlux_HLL_fwd() 201 CeedScalar du_right = Dot3(dright.Y.velocity, normal); in RiemannFlux_HLL_fwd() 275 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLLC() 276 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLLC() 305 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLLC_fwd() 306 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLLC_fwd() [all …]
|
| H A D | newtonian_state.h | 53 CeedScalar e_kinetic = 0.5 * Dot3(s.Y.velocity, s.Y.velocity); in TotalSpecificEnthalpy() 59 CeedScalar de_kinetic = Dot3(ds.Y.velocity, s.Y.velocity); in TotalSpecificEnthalpy_fwd() 67 CeedScalar e_kinetic = .5 * Dot3(Y.velocity, Y.velocity); in StatePrimitiveFromConservative() 80 CeedScalar e_kinetic = .5 * Dot3(s.Y.velocity, s.Y.velocity); in StatePrimitiveFromConservative_fwd() 81 CeedScalar de_kinetic = Dot3(dY.velocity, s.Y.velocity); in StatePrimitiveFromConservative_fwd() 97 const CeedScalar e_kinetic = 0.5 * Dot3(Y.velocity, Y.velocity); in StateEntropyFromPrimitive() 110 const CeedScalar e_kinetic = .5 * Dot3(s.Y.velocity, s.Y.velocity); in StateEntropyFromPrimitive_fwd() 111 const CeedScalar de_kinetic = Dot3(dY.velocity, s.Y.velocity); in StateEntropyFromPrimitive_fwd() 128 const CeedScalar e_kinetic = 0.5 * Dot3(Y.velocity, Y.velocity); in StatePrimitiveFromEntropy() 141 const CeedScalar e_kinetic = 0.5 * Dot3(s.Y.velocity, s.Y.velocity); in StatePrimitiveFromEntropy_fwd() [all …]
|
| H A D | sgs_dd_utils.h | 19 return sqrt(Dot3(strain_sframe, strain_sframe) + 0.5 * Dot3(vorticity_sframe, vorticity_sframe)); in VelocityGradientMagnitude() 34 CeedScalar basis_1_orientation = Dot3(cross, basis[1]); in OrientBasisWithVector()
|
| H A D | numerics.h | 27 return sqrt(Dot3(velocity, gij_uj)) * timestep; in CalculateCFL_3D() 74 return sqrt(Dot3(velocity, gij_uj)) / diffusion_coeff; in CalculatePe_3D()
|
| H A D | monitor_totalkineticenergy.h | 25 v[0][i] = wdetJ * 0.5 * s.U.density * Dot3(s.Y.velocity, s.Y.velocity); in MonitorTotalKineticEnergy() 35 v[4][i] = wdetJ * gas.mu * Dot3(vorticity, vorticity); in MonitorTotalKineticEnergy()
|
| H A D | bc_slip.h | 29 const CeedScalar vel_normal = Dot3(s.Y.velocity, normal); in Slip() 79 const CeedScalar vel_normal = Dot3(s.Y.velocity, normal); in Slip_Jacobian() 85 const CeedScalar dvel_normal = Dot3(ds.Y.velocity, normal); in Slip_Jacobian()
|
| H A D | channel.h | 115 const CeedScalar E_kinetic = .5 * rho_in * Dot3(s_exact.Y.velocity, s_exact.Y.velocity); in Channel_Inflow() 122 const CeedScalar u_normal = Dot3(norm, s_exact.Y.velocity); in Channel_Inflow() 163 const CeedScalar u_normal = Dot3(norm, u); // Normal velocity in Channel_Outflow()
|
| H A D | bc_outflow.h | 58 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow() 134 const CeedScalar u_normal = Dot3(s_int.Y.velocity, normal); in RiemannOutflow_Jacobian() 135 const CeedScalar du_normal = Dot3(ds_int.Y.velocity, normal); in RiemannOutflow_Jacobian()
|
| H A D | gaussianwave.h | 42 …const CeedScalar e_kinetic = 0.5 * S_infty.U.density * Dot3(S_infty.Y.velocity, S_infty.Y.velocity… in IC_GaussianWave()
|
| H A D | stg_shur14.h | 375 const CeedScalar E_kinetic = .5 * rho * Dot3(u, u); in StgShur14Inflow() 390 const CeedScalar u_normal = Dot3(normal, u); in StgShur14Inflow() 448 CeedScalar dE_kinetic = .5 * drho * Dot3(velocity, velocity); in StgShur14Inflow_Jacobian() 458 const CeedScalar u_normal = Dot3(normal, velocity); in StgShur14Inflow_Jacobian()
|
| H A D | blasius.h | 209 CeedScalar dE_kinetic = .5 * drho * Dot3(s.Y.velocity, s.Y.velocity); in Blasius_Inflow_Jacobian() 219 const CeedScalar u_normal = Dot3(normal, s.Y.velocity); in Blasius_Inflow_Jacobian()
|
| H A D | densitycurrent.h | 104 for (CeedInt i = 0; i < 3; i++) rr[i] -= dc_axis[i] * Dot3(dc_axis, rr); in Exact_DC()
|
| H A D | stabilization.h | 90 velocity_term = Dot3(s.Y.velocity, gij_uj); in Tau_diagPrim()
|
| H A D | eulervortex.h | 547 const CeedScalar face_normal = Dot3(normal, mean_velocity); in TravelingVortex_Inflow() 603 const CeedScalar face_normal = Dot3(normal, mean_velocity); in Euler_Outflow() 612 const CeedScalar u_normal = Dot3(normal, u); // Normal velocity in Euler_Outflow()
|
| H A D | newtonian.h | 230 …_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], Dot3(s.U.momentum, g)}; in RHSFunction_Newtonian() 295 …_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], Dot3(s.U.momentum, g)}; in IFunction_Newtonian_Integrand() 406 …ce[5] = {0, ds.U.density * g[0], ds.U.density * g[1], ds.U.density * g[2], Dot3(ds.U.momentum, g)}; in IJacobian_Newtonian_Integrand() 630 Grad_v[k][j - 1][i] = -wdetJ * Dot3(dXdx[k], Fdiff[j]); in DivDiffusiveFluxVolumeRHS_NS()
|
| H A D | utils.h | 55 CEED_QFUNCTION_HELPER CeedScalar Dot3(const CeedScalar *u, const CeedScalar *v) { return u[0] * v[0… in Dot3() function
|
| /honee/problems/ |
| H A D | bc_freestream.c | 357 CeedScalar u_left0 = Dot3(left0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 358 CeedScalar u_right0 = Dot3(right0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 373 CeedScalar du_left = Dot3(dleft0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 374 CeedScalar du_right = Dot3(dright0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 391 CeedScalar u_left1 = Dot3(left1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 392 CeedScalar u_right1 = Dot3(right1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
|
| H A D | newtonian.c | 744 const CeedScalar e_kinetic = 0.5 * Dot3(u, u); in UnitTests_Newtonian()
|