Lines Matching refs:stress
208 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in RiemannOutflow() local
211 KMUnpack(kmstress, stress); in RiemannOutflow()
212 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow()
217 FluxTotal_RiemannBoundary(F_inviscid_normal, stress, Fe, normal, Flux); in RiemannOutflow()
289 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in RiemannOutflow_Jacobian() local
293 KMUnpack(kmstress, stress); in RiemannOutflow_Jacobian()
294 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian()
348 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in PressureOutflow() local
351 KMUnpack(kmstress, stress); in PressureOutflow()
352 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()
358 FluxTotal_Boundary(F_inviscid, stress, Fe, normal, Flux); in PressureOutflow()
416 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in PressureOutflow_Jacobian() local
420 KMUnpack(kmstress, stress); in PressureOutflow_Jacobian()
421 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()