Searched refs:grad_ds (Results 1 – 3 of 3) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 146 State grad_ds[3]; in RiemannOutflow_Jacobian() local 147 … StatePhysicalGradientFromReference_Boundary(Q, i, gas, s_int, state_var, Grad_dq, dXdx, grad_ds); in RiemannOutflow_Jacobian() 150 KMStrainRate_State(grad_ds, dstrain_rate); in RiemannOutflow_Jacobian() 154 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian() 273 State grad_ds[3]; in PressureOutflow_Jacobian() local 274 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_dq, dXdx, grad_ds); in PressureOutflow_Jacobian() 277 KMStrainRate_State(grad_ds, dstrain_rate); in PressureOutflow_Jacobian() 281 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()
|
| H A D | newtonian.h | 388 …IJacobian_Newtonian_Integrand(const State s, const State ds, const State grad_ds[3], const Newtoni… in IJacobian_Newtonian_Integrand() 396 KMStrainRate_State(grad_ds, dstrain_rate); in IJacobian_Newtonian_Integrand() 400 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dF_visc_energy); in IJacobian_Newtonian_Integrand() 417 …Stabilization(context->stabilization, gas, s, Tau_d, grad_ds, dU_dot, dbody_force, zeroFlux, dstab… in IJacobian_Newtonian_Integrand() 444 State grad_ds[3]; in IJacobian_Newtonian() local 445 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, grad_dq, dXdx, grad_ds); in IJacobian_Newtonian() 448 IJacobian_Newtonian_Integrand(s, ds, grad_ds, gas, context, kmstress, Tau_d, v_i, grad_v_i); in IJacobian_Newtonian() 563 State grad_ds[3]; in BoundaryIntegral_Jacobian() local 564 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_dq, dXdx, grad_ds); in BoundaryIntegral_Jacobian() 567 KMStrainRate_State(grad_ds, dstrain_rate); in BoundaryIntegral_Jacobian() [all …]
|
| H A D | newtonian_state.h | 567 …rgyFlux_fwd(NewtonianIGProperties gas, StatePrimitive Y, StatePrimitive dY, const State grad_ds[3], 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()
|