Searched refs:Flux (Results 1 – 8 of 8) sorted by relevance
| /honee/qfunctions/ |
| H A D | newtonian_state.h | 425 …LPER void FluxInviscid(const NewtonianIGProperties gas, const State s, StateConservative Flux[3]) { in FluxInviscid() 427 Flux[i].density = s.U.momentum[i]; in FluxInviscid() 428 …for (CeedInt j = 0; j < 3; j++) Flux[i].momentum[j] = s.U.momentum[i] * s.Y.velocity[j] + s.Y.pres… in FluxInviscid() 429 Flux[i].E_total = (s.U.E_total + s.Y.pressure) * s.Y.velocity[i]; in FluxInviscid() 444 StateConservative Flux[3], Flux_dot_n = {0}; in FluxInviscidDotNormal() local 445 FluxInviscid(gas, s, Flux); in FluxInviscidDotNormal() 447 Flux_dot_n.density += Flux[i].density * normal[i]; in FluxInviscidDotNormal() 448 for (CeedInt j = 0; j < 3; j++) Flux_dot_n.momentum[j] += Flux[i].momentum[j] * normal[i]; in FluxInviscidDotNormal() 449 Flux_dot_n.E_total += Flux[i].E_total * normal[i]; in FluxInviscidDotNormal() 478 CeedScalar Flux[5][3]) { in FluxTotal() [all …]
|
| H A D | sgs_dd_model.h | 203 … int FluxSubgridStress(const StatePrimitive Y, const CeedScalar km_sgs[6], CeedScalar Flux[5][3]) { in FluxSubgridStress() 208 Flux[0][j] = 0.; in FluxSubgridStress() 209 for (CeedInt k = 0; k < 3; k++) Flux[k + 1][j] = sgs[k][j]; in FluxSubgridStress() 210 Flux[4][j] = Y.velocity[0] * sgs[0][j] + Y.velocity[1] * sgs[1][j] + Y.velocity[2] * sgs[2][j]; in FluxSubgridStress() 230 CeedScalar Flux[5][3]; in IFunction_NodalSgs() local 232 FluxSubgridStress(s.Y, km_sgs_i, Flux); in IFunction_NodalSgs() 236 …Grad_v[k][j][i] = -wdetJ * (dXdx[k][0] * Flux[j][0] + dXdx[k][1] * Flux[j][1] + dXdx[k][2] * Flux[… in IFunction_NodalSgs()
|
| H A D | bc_outflow.h | 76 CeedScalar Flux[5]; in RiemannOutflow() local 77 FluxTotal_RiemannBoundary(F_inviscid_normal, stress, Fe, normal, Flux); in RiemannOutflow() 79 for (CeedInt j = 0; j < 5; j++) v[j][i] = -wdetJb * Flux[j]; in RiemannOutflow() 217 CeedScalar Flux[5]; in PressureOutflow() local 218 FluxTotal_Boundary(F_inviscid, stress, Fe, normal, Flux); in PressureOutflow() 220 for (CeedInt j = 0; j < 5; j++) v[j][i] = -wdetJb * Flux[j]; in PressureOutflow()
|
| H A D | bc_slip.h | 36 CeedScalar Flux[5]; in Slip() local 37 UnpackState_U(flux, Flux); in Slip() 38 for (CeedInt j = 0; j < 5; j++) v[j][i] = -wdetJb * Flux[j]; in Slip()
|
| H A D | bc_freestream.h | 42 CeedScalar Flux[5]; in Freestream() local 43 UnpackState_U(flux, Flux); in Freestream() 44 for (CeedInt j = 0; j < 5; j++) v[j][i] = -wdetJb * Flux[j]; in Freestream()
|
| H A D | blasius.h | 169 CeedScalar Flux[5]; in Blasius_Inflow() local 170 FluxTotal_Boundary(Flux_inviscid, stress, Fe, normal, Flux); in Blasius_Inflow() 171 for (CeedInt j = 0; j < 5; j++) v[j][i] = -wdetJb * Flux[j]; in Blasius_Inflow()
|
| H A D | newtonian.h | 223 CeedScalar Flux[5][3]; in RHSFunction_Newtonian() local 224 FluxTotal(F_inviscid, stress, Fe, Flux); in RHSFunction_Newtonian() 227 …3; k++) Grad_v[k][j][i] = wdetJ * (dXdx[k][0] * Flux[j][0] + dXdx[k][1] * Flux[j][1] + dXdx[k][2] … in RHSFunction_Newtonian() 510 CeedScalar Flux[5]; in BoundaryIntegral() local 511 FluxTotal_Boundary(F_inviscid, stress, Fe, normal, Flux); in BoundaryIntegral() 513 for (CeedInt j = 0; j < 5; j++) v[j][i] = -wdetJb * Flux[j]; in BoundaryIntegral()
|
| /honee/doc/ |
| H A D | theory.md | 339 ### Divergence of Diffusive Flux Projection
|