Searched refs:drho (Results 1 – 6 of 6) sorted by relevance
| /honee/qfunctions/ |
| H A D | blasius.h | 204 CeedScalar drho, dE, dP; in Blasius_Inflow_Jacobian() local 207 drho = dq[0][i]; in Blasius_Inflow_Jacobian() 208 CeedScalar dE_internal = drho * gas.cv * S_infty.Y.temperature; in Blasius_Inflow_Jacobian() 209 CeedScalar dE_kinetic = .5 * drho * Dot3(s.Y.velocity, s.Y.velocity); in Blasius_Inflow_Jacobian() 211 dP = drho * Rd * S_infty.Y.temperature; // interior rho with exterior T in Blasius_Inflow_Jacobian() 214 drho = 0; in Blasius_Inflow_Jacobian() 221 v[0][i] = -wdetJb * drho * u_normal; in Blasius_Inflow_Jacobian() 223 v[j + 1][i] = -wdetJb * (drho * u_normal * s.Y.velocity[j] + normal[j] * dP); in Blasius_Inflow_Jacobian()
|
| H A D | stg_shur14.h | 443 CeedScalar drho, dE, dP; in StgShur14Inflow_Jacobian() local 446 drho = dq[0][i]; in StgShur14Inflow_Jacobian() 447 CeedScalar dE_internal = drho * cv * theta0; in StgShur14Inflow_Jacobian() 448 CeedScalar dE_kinetic = .5 * drho * Dot3(velocity, velocity); in StgShur14Inflow_Jacobian() 450 dP = drho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow_Jacobian() 452 drho = 0; in StgShur14Inflow_Jacobian() 460 v[0][i] = -wdetJb * drho * u_normal; in StgShur14Inflow_Jacobian() 461 …for (int j = 0; j < 3; j++) v[j + 1][i] = -wdetJb * (drho * u_normal * velocity[j] + normal[j] * d… in StgShur14Inflow_Jacobian()
|
| H A D | shocktube.h | 229 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in EulerShockTube() local 246 du[j][k] = (dU[j][k] - drho[k] * u[j]) / rho; in EulerShockTube() 247 drhodx[j] += drho[k] * dXdx[k][j]; in EulerShockTube()
|
| H A D | eulervortex.h | 280 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in Euler() local 296 drhodx[j] += drho[k] * dXdx[k][j]; in Euler() 401 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in IFunction_Euler() local 417 drhodx[j] += drho[k] * dXdx[k][j]; in IFunction_Euler()
|
| H A D | newtonian_state.h | 108 …CeedScalar drho = (dY.pressure * s.Y.temperature - s.Y.pressure * dY.temperature) / (GasCon… in StateEntropyFromPrimitive_fwd() local 113 …const CeedScalar drho_div_p = (drho * s.Y.pressure - s.U.density * dY.pressure) / Square(s.Y.press… in StateEntropyFromPrimitive_fwd() 115 CeedScalar dentropy = dY.pressure / s.Y.pressure - gamma * drho / s.U.density; in StateEntropyFromPrimitive_fwd()
|
| /honee/problems/ |
| H A D | bc_freestream.c | 472 CeedScalar drho[5] = {0}; in TestRowSetup_fwd() local 474 drho[i] = rho0[i]; in TestRowSetup_fwd() 475 dR = RoeSetup_fwd(rho0[0], rho0[1], drho[0], drho[1]); in TestRowSetup_fwd()
|