Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dnewtonian.h219 StateConservative F_inviscid[3]; in RHSFunction_Newtonian() local
220 FluxInviscid(gas, s, F_inviscid); in RHSFunction_Newtonian()
224 FluxTotal(F_inviscid, stress, Fe, Flux); in RHSFunction_Newtonian()
282 StateConservative F_inviscid[3]; in IFunction_Newtonian_Integrand() local
290 FluxInviscid(gas, s, F_inviscid); in IFunction_Newtonian_Integrand()
291 FluxTotal(F_inviscid, stress, F_visc_energy, F_total); in IFunction_Newtonian_Integrand()
507 StateConservative F_inviscid[3]; in BoundaryIntegral() local
508 FluxInviscid(gas, s, F_inviscid); in BoundaryIntegral()
511 FluxTotal_Boundary(F_inviscid, stress, Fe, normal, Flux); in BoundaryIntegral()
H A Dnewtonian_state.h477 CEED_QFUNCTION_HELPER void FluxTotal(const StateConservative F_inviscid[3], const CeedScalar stress… in FluxTotal()
480 Flux[0][j] = F_inviscid[j].density; in FluxTotal()
481 for (CeedInt k = 0; k < 3; k++) Flux[k + 1][j] = F_inviscid[j].momentum[k] - stress[k][j]; in FluxTotal()
482 Flux[4][j] = F_inviscid[j].E_total + Fe[j]; in FluxTotal()
486 CEED_QFUNCTION_HELPER void FluxTotal_Boundary(const StateConservative F_inviscid[3], const CeedScal… in FluxTotal_Boundary()
490 Flux[0] += F_inviscid[j].density * normal[j]; in FluxTotal_Boundary()
492 Flux[k + 1] += (F_inviscid[j].momentum[k] - stress[k][j]) * normal[j]; in FluxTotal_Boundary()
494 Flux[4] += (F_inviscid[j].E_total + Fe[j]) * normal[j]; in FluxTotal_Boundary()
H A Dbc_outflow.h214 StateConservative F_inviscid[3]; in PressureOutflow() local
215 FluxInviscid(gas, s, F_inviscid); in PressureOutflow()
218 FluxTotal_Boundary(F_inviscid, stress, Fe, normal, Flux); in PressureOutflow()