Searched refs:rho_inlet (Results 1 – 1 of 1) sorted by relevance
564 const CeedScalar rho_inlet = P_inlet / (R * T_inlet); in TravelingVortex_Inflow() local567 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()