Home
last modified time | relevance | path

Searched defs:rho (Results 1 – 11 of 11) sorted by relevance

/honee/examples/postprocess/
H A Dvortexshedding.py8 def coeff(force, rho=1, u=1, D=1, zspan=0.2): argument
/honee/qfunctions/
H A Deulervortex.h81 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 Dshocktube.h85 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 Dstg_shur14.h254 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 Dstabilization.h76 const CeedScalar rho = s.U.density; in Tau_diagPrim() local
H A Dchannel.h153 const CeedScalar rho = q[0][i]; in Channel_Outflow() local
H A Dnewtonian_state.h94 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 Dadvection.h507 const CeedScalar rho = q[0][i]; in Advection_InOutFlowGeneric() local
/honee/problems/
H A Dbc_freestream.c221 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 Dchannel.c98 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL() local
H A Dnewtonian.c740 const CeedScalar rho = 1.2 * kg / Cube(m); in UnitTests_Newtonian() local