Home
last modified time | relevance | path

Searched refs:grad_s (Results 1 – 6 of 6) sorted by relevance

/honee/qfunctions/
H A Dnewtonian.h67 State grad_s[3] = {{{0.}}}; in MassFunction_Newtonian() local
71 Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff, stab); in MassFunction_Newtonian()
210 State grad_s[3]; in RHSFunction_Newtonian() local
211 StatePhysicalGradientFromReference(Q, i, gas, s, STATEVAR_CONSERVATIVE, Grad_q, dXdx, grad_s); in RHSFunction_Newtonian()
214 KMStrainRate_State(grad_s, strain_rate); in RHSFunction_Newtonian()
217 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in RHSFunction_Newtonian()
248 … Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff_i, stab); in RHSFunction_Newtonian()
277 CEED_QFUNCTION_HELPER void IFunction_Newtonian_Integrand(const State s, const State grad_s[3], cons… in IFunction_Newtonian_Integrand()
286 KMStrainRate_State(grad_s, strain_rate); in IFunction_Newtonian_Integrand()
289 ViscousEnergyFlux(gas, s.Y, grad_s, stress, F_visc_energy); in IFunction_Newtonian_Integrand()
[all …]
H A Dmonitor_totalkineticenergy.h20 State grad_s[3]; in MonitorTotalKineticEnergy() local
23 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in MonitorTotalKineticEnergy()
26 KMStrainRate_State(grad_s, kmstrain_rate); in MonitorTotalKineticEnergy()
34 Vorticity(grad_s, vorticity); in MonitorTotalKineticEnergy()
H A Dadvection.h212 State *grad_s) { in StatePhysicalGradientFromReference_ND() argument
220 grad_s[k] = StateFromQ_fwd(gas, s, dqi, state_var); in StatePhysicalGradientFromReference_ND()
223 grad_s[2] = StateFromU(gas, U); in StatePhysicalGradientFromReference_ND()
233 grad_s[k] = StateFromQ_fwd(gas, s, dqi, state_var); in StatePhysicalGradientFromReference_ND()
286 State grad_s[3]; in IFunction_AdvectionGeneric() local
287 …tePhysicalGradientFromReference_ND(dim, Q, i, gas, s, STATEVAR_CONSERVATIVE, grad_q, dXdx, grad_s); in IFunction_AdvectionGeneric()
289 const CeedScalar Grad_E[3] = {grad_s[0].U.E_total, grad_s[1].U.E_total, grad_s[2].U.E_total}; in IFunction_AdvectionGeneric()
299 div_u += grad_s[k].Y.velocity[j]; in IFunction_AdvectionGeneric()
316 for (CeedInt i = 0; i < dim; i++) Fe[i] = -context->diffusion_coeff * grad_s[i].U.E_total; in IFunction_AdvectionGeneric()
421 State grad_s[3]; in RHSFunction_AdvectionGeneric() local
[all …]
H A Dvelocity_gradient_projection.h24 State grad_s[3]; in VelocityGradientProjectionRHS() local
25 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, (CeedScalar *)Grad_q, dXdx, grad_s); in VelocityGradientProjectionRHS()
28 VelocityGradient(grad_s, grad_velocity); in VelocityGradientProjectionRHS()
H A Dnewtonian_state.h511 CEED_QFUNCTION_HELPER void VelocityGradient(const State grad_s[3], CeedScalar grad_velocity[3][3]) { in VelocityGradient()
512 grad_velocity[0][0] = grad_s[0].Y.velocity[0]; in VelocityGradient()
513 grad_velocity[0][1] = grad_s[1].Y.velocity[0]; in VelocityGradient()
514 grad_velocity[0][2] = grad_s[2].Y.velocity[0]; in VelocityGradient()
515 grad_velocity[1][0] = grad_s[0].Y.velocity[1]; in VelocityGradient()
516 grad_velocity[1][1] = grad_s[1].Y.velocity[1]; in VelocityGradient()
517 grad_velocity[1][2] = grad_s[2].Y.velocity[1]; in VelocityGradient()
518 grad_velocity[2][0] = grad_s[0].Y.velocity[2]; in VelocityGradient()
519 grad_velocity[2][1] = grad_s[1].Y.velocity[2]; in VelocityGradient()
520 grad_velocity[2][2] = grad_s[2].Y.velocity[2]; in VelocityGradient()
[all …]
H A Dbc_outflow.h65 State grad_s[3]; in RiemannOutflow() local
66 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s_int, state_var, Grad_q, dXdx, grad_s); in RiemannOutflow()
69 KMStrainRate_State(grad_s, strain_rate); in RiemannOutflow()
72 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow()
205 State grad_s[3]; in PressureOutflow() local
206 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in PressureOutflow()
209 KMStrainRate_State(grad_s, strain_rate); in PressureOutflow()
212 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()