Home
last modified time | relevance | path

Searched refs:div_u (Results 1 – 3 of 3) sorted by relevance

/honee/qfunctions/
H A Dmonitor_totalkineticenergy.h28 CeedScalar div_u = kmstrain_rate[0] + kmstrain_rate[1] + kmstrain_rate[2]; in MonitorTotalKineticEnergy() local
31 v[2][i] = wdetJ * -gas.lambda * gas.mu * Square(div_u); in MonitorTotalKineticEnergy()
32 v[3][i] = wdetJ * s.Y.pressure * div_u; in MonitorTotalKineticEnergy()
H A Dadvection.h296 CeedScalar div_u = 0; in IFunction_AdvectionGeneric() local
299 div_u += grad_s[k].Y.velocity[j]; in IFunction_AdvectionGeneric()
304 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in IFunction_AdvectionGeneric()
431 CeedScalar div_u = 0; in RHSFunction_AdvectionGeneric() local
434 div_u += grad_s[k].Y.velocity[j]; in RHSFunction_AdvectionGeneric()
437 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in RHSFunction_AdvectionGeneric()
H A Dnewtonian_state.h554 CeedScalar div_u = strain_rate[0] + strain_rate[1] + strain_rate[2]; in NewtonianStress() local
556 stress[i] = gas.mu * (2 * strain_rate[i] + gas.lambda * div_u * (i < 3)); in NewtonianStress()