| H A D | bc_outflow.h | 68 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in RiemannOutflow() local 71 KMUnpack(kmstress, stress); in RiemannOutflow() 72 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow() 77 FluxTotal_RiemannBoundary(F_inviscid_normal, stress, Fe, normal, Flux); in RiemannOutflow() 149 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in RiemannOutflow_Jacobian() local 153 KMUnpack(kmstress, stress); in RiemannOutflow_Jacobian() 154 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian() 208 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in PressureOutflow() local 211 KMUnpack(kmstress, stress); in PressureOutflow() 212 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow() [all …]
|