Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h564 const CeedScalar rho_inlet = P_inlet / (R * T_inlet); in TravelingVortex_Inflow() local
567 const CeedScalar E_inlet = rho_inlet * (cv * T_inlet + E_kinetic_inlet); in TravelingVortex_Inflow()
571 v[0][i] -= wdetJb * rho_inlet * face_normal; in TravelingVortex_Inflow()
574 …for (CeedInt j = 0; j < 3; j++) v[j + 1][i] -= wdetJb * (rho_inlet * face_normal * mean_velocity[j… in TravelingVortex_Inflow()