Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dnewtonian_state.h16 CeedScalar E_total; member
27 U[4] = s.E_total; in UnpackState_U()
68 CeedScalar e_total = U.E_total / U.density; in StatePrimitiveFromConservative()
82 CeedScalar e_total = s.U.E_total / s.U.density; in StatePrimitiveFromConservative_fwd()
83 CeedScalar de_total = (dU.E_total - e_total * dU.density) / s.U.density; in StatePrimitiveFromConservative_fwd()
155 U.E_total = U.density * e_total; in StateConservativeFromPrimitive()
171 dU.E_total = dU.density * e_total + s.U.density * de_total; in StateConservativeFromPrimitive_fwd()
179 const CeedScalar e_internal = U.E_total - e_kinetic; in StateEntropyFromConservative()
194 const CeedScalar de_internal = dU.E_total - de_kinetic; in StateEntropyFromConservative_fwd()
220 U.E_total = U.density * (e_internal + e_kinetic); in StateConservativeFromEntropy()
[all …]
H A Dadvection.h289 const CeedScalar Grad_E[3] = {grad_s[0].U.E_total, grad_s[1].U.E_total, grad_s[2].U.E_total}; in IFunction_AdvectionGeneric()
304 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in IFunction_AdvectionGeneric()
310 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = -wdetJ * s.U.E_total * uX[j]; in IFunction_AdvectionGeneric()
316 for (CeedInt i = 0; i < dim; i++) Fe[i] = -context->diffusion_coeff * grad_s[i].U.E_total; in IFunction_AdvectionGeneric()
424 const CeedScalar Grad_E[3] = {grad_s[0].U.E_total, grad_s[1].U.E_total, grad_s[2].U.E_total}; in RHSFunction_AdvectionGeneric()
437 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in RHSFunction_AdvectionGeneric()
446 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = wdetJ * s.U.E_total * uX[j]; in RHSFunction_AdvectionGeneric()
453 for (CeedInt i = 0; i < dim; i++) Fe[i] = -context->diffusion_coeff * grad_s[i].U.E_total; in RHSFunction_AdvectionGeneric()
H A Driemann_solver.h227 side.U.E_total / side.U.density // in RiemannFlux_HLLC_Star()
250 side.U.E_total / side.U.density // in RiemannFlux_HLLC_Star_fwd()
260 … dside.U.E_total / side.U.density - side.U.E_total / Square(side.U.density) * dside.U.density // in RiemannFlux_HLLC_Star_fwd()
H A Dblasius.h156 s.U.E_total = s_int.U.E_total; in Blasius_Inflow()