Searched refs:grad_ds (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_freestream.h | 286 State grad_ds[3]; in RiemannOutflow_Jacobian() local 287 … StatePhysicalGradientFromReference_Boundary(Q, i, gas, s_int, state_var, Grad_dq, dXdx, grad_ds); in RiemannOutflow_Jacobian() 290 KMStrainRate_State(grad_ds, dstrain_rate); in RiemannOutflow_Jacobian() 294 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian() 413 State grad_ds[3]; in PressureOutflow_Jacobian() local 414 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_dq, dXdx, grad_ds); in PressureOutflow_Jacobian() 417 KMStrainRate_State(grad_ds, dstrain_rate); in PressureOutflow_Jacobian() 421 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()
|
| H A D | newtonian.h | 334 State grad_ds[3]; in IJacobian_Newtonian() local 335 StatePhysicalGradientFromReference(Q, i, context, s, state_var, Grad_dq, dXdx, grad_ds); in IJacobian_Newtonian() 338 KMStrainRate_State(grad_ds, dstrain_rate); in IJacobian_Newtonian() 342 ViscousEnergyFlux_fwd(context, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in IJacobian_Newtonian() 371 Stabilization(context, s, Tau_d, grad_ds, U_dot, dbody_force, dstab); in IJacobian_Newtonian() 477 State grad_ds[3]; in BoundaryIntegral_Jacobian() local 478 … StatePhysicalGradientFromReference_Boundary(Q, i, context, s, state_var, Grad_dq, dXdx, grad_ds); in BoundaryIntegral_Jacobian() 481 KMStrainRate_State(grad_ds, dstrain_rate); in BoundaryIntegral_Jacobian() 485 ViscousEnergyFlux_fwd(context, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in BoundaryIntegral_Jacobian()
|
| H A D | newtonian_state.h | 570 …Flux_fwd(NewtonianIdealGasContext gas, StatePrimitive Y, StatePrimitive dY, const State grad_ds[3], in ViscousEnergyFlux_fwd() 574 … Y.velocity[2] * dstress[2][i] - dY.velocity[2] * stress[2][i] - gas->k * grad_ds[i].Y.temperature; in ViscousEnergyFlux_fwd()
|