Home
last modified time | relevance | path

Searched refs:Fe (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/
H A Dnewtonian.h213 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in RHSFunction_Newtonian() local
217 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in RHSFunction_Newtonian()
224 FluxTotal(F_inviscid, stress, Fe, Flux); in RHSFunction_Newtonian()
501 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in BoundaryIntegral() local
505 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in BoundaryIntegral()
511 FluxTotal_Boundary(F_inviscid, stress, Fe, normal, Flux); in BoundaryIntegral()
612 CeedScalar stress[3][3], Fe[3], Fdiff[5][3]; in DivDiffusiveFluxVolumeRHS_NS() local
623 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in DivDiffusiveFluxVolumeRHS_NS()
626 FluxTotal(ZeroInviscidFluxes, stress, Fe, Fdiff); in DivDiffusiveFluxVolumeRHS_NS()
665 CeedScalar stress[3][3], Fe[3], Fdiff[5]; in DivDiffusiveFluxBoundaryRHS_NS() local
[all …]
H A Dbc_outflow.h68 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in RiemannOutflow() local
72 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow()
77 FluxTotal_RiemannBoundary(F_inviscid_normal, stress, Fe, normal, Flux); in RiemannOutflow()
208 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in PressureOutflow() local
212 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()
218 FluxTotal_Boundary(F_inviscid, stress, Fe, normal, Flux); in PressureOutflow()
H A Dnewtonian_state.h477 …Total(const StateConservative F_inviscid[3], const CeedScalar stress[3][3], const CeedScalar Fe[3], in FluxTotal()
482 Flux[4][j] = F_inviscid[j].E_total + Fe[j]; in FluxTotal()
486 …ndary(const StateConservative F_inviscid[3], const CeedScalar stress[3][3], const CeedScalar Fe[3], in FluxTotal_Boundary()
494 Flux[4] += (F_inviscid[j].E_total + Fe[j]) * normal[j]; in FluxTotal_Boundary()
498 …y(const StateConservative F_inviscid_normal, const CeedScalar stress[3][3], const CeedScalar Fe[3], in FluxTotal_RiemannBoundary()
507 Flux[4] += Fe[j] * normal[j]; in FluxTotal_RiemannBoundary()
561 CeedScalar Fe[3]) { in ViscousEnergyFlux()
563Fe[i] = -Y.velocity[0] * stress[0][i] - Y.velocity[1] * stress[1][i] - Y.velocity[2] * stress[2][i… in ViscousEnergyFlux()
H A Dadvection.h314 CeedScalar Fe[3], Fe_dXdx[3] = {0.}; in IFunction_AdvectionGeneric() local
316 for (CeedInt i = 0; i < dim; i++) Fe[i] = -context->diffusion_coeff * grad_s[i].U.E_total; in IFunction_AdvectionGeneric()
317 MatVecNM(dXdx, Fe, dim, dim, CEED_NOTRANSPOSE, Fe_dXdx); in IFunction_AdvectionGeneric()
451 CeedScalar Fe[3], Fe_dXdx[3] = {0.}; in RHSFunction_AdvectionGeneric() local
453 for (CeedInt i = 0; i < dim; i++) Fe[i] = -context->diffusion_coeff * grad_s[i].U.E_total; in RHSFunction_AdvectionGeneric()
454 MatVecNM(dXdx, Fe, dim, dim, CEED_NOTRANSPOSE, Fe_dXdx); in RHSFunction_AdvectionGeneric()
H A Dblasius.h168 const CeedScalar Fe[3] = {0}; // TODO: viscous energy flux needs grad temperature in Blasius_Inflow() local
170 FluxTotal_Boundary(Flux_inviscid, stress, Fe, normal, Flux); in Blasius_Inflow()