Home
last modified time | relevance | path

Searched refs:stress (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/
H A Dbc_outflow.h68 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in RiemannOutflow() local
71 KMUnpack(kmstress, stress); in RiemannOutflow()
72 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow()
77 FluxTotal_RiemannBoundary(F_inviscid_normal, stress, Fe, normal, Flux); in RiemannOutflow()
149 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in RiemannOutflow_Jacobian() local
153 KMUnpack(kmstress, stress); in RiemannOutflow_Jacobian()
154 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian()
208 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in PressureOutflow() local
211 KMUnpack(kmstress, stress); in PressureOutflow()
212 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()
[all …]
H A Dnewtonian.h213 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in RHSFunction_Newtonian() local
216 KMUnpack(kmstress, stress); in RHSFunction_Newtonian()
217 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in RHSFunction_Newtonian()
224 FluxTotal(F_inviscid, stress, Fe, Flux); in RHSFunction_Newtonian()
281 CeedScalar strain_rate[6], stress[3][3], F_visc_energy[3], F_total[5][3]; in IFunction_Newtonian_Integrand() local
288 KMUnpack(kmstress, stress); in IFunction_Newtonian_Integrand()
289 ViscousEnergyFlux(gas, s.Y, grad_s, stress, F_visc_energy); in IFunction_Newtonian_Integrand()
291 FluxTotal(F_inviscid, stress, F_visc_energy, F_total); in IFunction_Newtonian_Integrand()
392 …CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dF_visc_energy[3], d… in IJacobian_Newtonian_Integrand() local
399 KMUnpack(kmstress, stress); in IJacobian_Newtonian_Integrand()
[all …]
H A Dnewtonian_state.h477 CEED_QFUNCTION_HELPER void FluxTotal(const StateConservative F_inviscid[3], const CeedScalar stress in FluxTotal()
481 for (CeedInt k = 0; k < 3; k++) Flux[k + 1][j] = F_inviscid[j].momentum[k] - stress[k][j]; in FluxTotal()
486 …uxTotal_Boundary(const StateConservative F_inviscid[3], const CeedScalar stress[3][3], const CeedS… in FluxTotal_Boundary()
492 Flux[k + 1] += (F_inviscid[j].momentum[k] - stress[k][j]) * normal[j]; in FluxTotal_Boundary()
498 …mannBoundary(const StateConservative F_inviscid_normal, const CeedScalar stress[3][3], const CeedS… in FluxTotal_RiemannBoundary()
505 Flux[k + 1] -= stress[k][j] * normal[j]; in FluxTotal_RiemannBoundary()
553 …NewtonianStress(NewtonianIGProperties gas, const CeedScalar strain_rate[6], CeedScalar stress[6]) { in NewtonianStress()
556 stress[i] = gas.mu * (2 * strain_rate[i] + gas.lambda * div_u * (i < 3)); in NewtonianStress()
560 …(NewtonianIGProperties gas, StatePrimitive Y, const State grad_s[3], const CeedScalar stress[3][3], in ViscousEnergyFlux()
563 …Fe[i] = -Y.velocity[0] * stress[0][i] - Y.velocity[1] * stress[1][i] - Y.velocity[2] * stress[2][i… in ViscousEnergyFlux()
[all …]
H A Dblasius.h163 const CeedScalar stress[3][3] = { in Blasius_Inflow() local
170 FluxTotal_Boundary(Flux_inviscid, stress, Fe, normal, Flux); in Blasius_Inflow()
/honee/doc/
H A Dtheory.md19 …})^T + \lambda (\nabla \cdot \bm{u})\bm{I}_3)$ is the Cauchy (symmetric) stress tensor, with $\mu$…
390 This filtering operation results in an extra stress-like term, $\bm{\tau}^r$, representing the effe…
410 To close the problem, the subgrid stress must be defined.
411 For implicit LES, the subgrid stress is set to zero and the numerical properties of the discretized…
412 For explicit LES, it is defined by a subgrid stress model.
423 - Type of subgrid stress model to use. Currently only `data_driven` is available
525 … \bm{d}^n, \phi^n\}_{n=1}^N$, the Cholesky decomposition of the Reynolds stress tensor $\bm{C}$ (s…