Searched refs:dstress (Results 1 – 3 of 3) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 149 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in RiemannOutflow_Jacobian() local 152 KMUnpack(dkmstress, dstress); in RiemannOutflow_Jacobian() 154 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian() 159 FluxTotal_RiemannBoundary(dF_inviscid_normal, dstress, dFe, normal, dFlux); in RiemannOutflow_Jacobian() 276 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in PressureOutflow_Jacobian() local 279 KMUnpack(dkmstress, dstress); in PressureOutflow_Jacobian() 281 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian() 287 FluxTotal_Boundary(dF_inviscid, dstress, dFe, normal, dFlux); in PressureOutflow_Jacobian()
|
| H A D | newtonian.h | 392 …CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dF_visc_energy[3], d… in IJacobian_Newtonian_Integrand() local 398 KMUnpack(dkmstress, dstress); in IJacobian_Newtonian_Integrand() 400 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dF_visc_energy); in IJacobian_Newtonian_Integrand() 402 FluxTotal(dF_inviscid, dstress, dF_visc_energy, dF_total); in IJacobian_Newtonian_Integrand() 566 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in BoundaryIntegral_Jacobian() local 569 KMUnpack(dkmstress, dstress); in BoundaryIntegral_Jacobian() 571 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in BoundaryIntegral_Jacobian() 577 FluxTotal_Boundary(dF_inviscid, dstress, dFe, normal, dFlux); in BoundaryIntegral_Jacobian()
|
| H A D | newtonian_state.h | 568 … const CeedScalar stress[3][3], const CeedScalar dstress[3][3], CeedScalar dFe[3]) { in ViscousEnergyFlux_fwd() 570 …dFe[i] = -Y.velocity[0] * dstress[0][i] - dY.velocity[0] * stress[0][i] - Y.velocity[1] * dstress[… in ViscousEnergyFlux_fwd() 571 … Y.velocity[2] * dstress[2][i] - dY.velocity[2] * stress[2][i] - gas.k * grad_ds[i].Y.temperature; in ViscousEnergyFlux_fwd()
|