Searched defs:rho (Results 1 – 11 of 11) sorted by relevance
| /honee/examples/postprocess/ |
| H A D | vortexshedding.py | 8 def coeff(force, rho=1, u=1, D=1, zspan=0.2): argument
|
| /honee/qfunctions/ |
| H A D | eulervortex.h | 81 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local 176 …_HELPER void ConvectiveFluxJacobian_Euler(CeedScalar dF[3][5][5], const CeedScalar rho, const Ceed… in ConvectiveFluxJacobian_Euler() 277 const CeedScalar rho = q[0][i]; in Euler() local 398 const CeedScalar rho = q[0][i]; in IFunction_Euler() local 594 const CeedScalar rho = q[0][i]; in Euler_Outflow() local
|
| H A D | shocktube.h | 85 CeedScalar rho, P, u[3] = {0.}; in Exact_ShockTube() local 109 …_HELPER void ConvectiveFluxJacobian_Euler(CeedScalar dF[3][5][5], const CeedScalar rho, const Ceed… in ConvectiveFluxJacobian_Euler() 226 const CeedScalar rho = q[0][i]; in EulerShockTube() local
|
| H A D | stg_shur14.h | 254 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess() local 296 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg() local 356 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow() local 487 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF() local
|
| H A D | stabilization.h | 76 const CeedScalar rho = s.U.density; in Tau_diagPrim() local
|
| H A D | channel.h | 153 const CeedScalar rho = q[0][i]; in Channel_Outflow() local
|
| H A D | newtonian_state.h | 94 const CeedScalar rho = Y.pressure / (GasConstant(gas) * Y.temperature); in StateEntropyFromPrimitive() local 235 const CeedScalar rho = exp(log_rho); in StateConservativeFromEntropy_fwd() local
|
| H A D | advection.h | 507 const CeedScalar rho = q[0][i]; in Advection_InOutFlowGeneric() local
|
| /honee/problems/ |
| H A D | bc_freestream.c | 221 const CeedScalar rho = 1.2; in TestRiemannHLL_fwd() local 283 const CeedScalar rho = 1.2; in TestRiemannHLLC_fwd() local 345 const CeedScalar rho = 1.2; in TestComputeHLLSpeeds_Roe_fwd() local 420 const CeedScalar rho = 1.2; in TestTotalSpecificEnthalpy_fwd() local
|
| H A D | channel.c | 98 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL() local
|
| H A D | newtonian.c | 740 const CeedScalar rho = 1.2 * kg / Cube(m); in UnitTests_Newtonian() local
|