Searched refs:sound_speed (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | shocktube.h | 156 …dScalar Tau_x[3], const CeedScalar dXdx[3][3], const CeedScalar u[3], const CeedScalar sound_speed, in Tau_spatial() argument 162 CeedScalar fastest_wave = fabs(u[i]) + sound_speed; in Tau_spatial() 337 const CeedScalar sound_speed = sqrt(gamma * P / rho); in EulerShockTube() local 339 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in EulerShockTube()
|
| H A D | eulervortex.h | 209 …dScalar Tau_x[3], const CeedScalar dXdx[3][3], const CeedScalar u[3], const CeedScalar sound_speed, in Tau_spatial() argument 215 CeedScalar fastest_wave = fabs(u[i]) + sound_speed; in Tau_spatial() 353 const CeedScalar sound_speed = sqrt(gamma * P / rho); in Euler() local 355 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in Euler() 479 const CeedScalar sound_speed = sqrt(gamma * P / rho); in IFunction_Euler() local 481 Tau_spatial(Tau_x, dXdx, u, sound_speed, c_tau); in IFunction_Euler()
|