| /honee/qfunctions/ |
| H A D | newtonian_state.h | 42 CEED_QFUNCTION_HELPER CeedScalar HeatCapacityRatio(NewtonianIGProperties gas) { return gas.cp / gas… in HeatCapacityRatio() 44 CEED_QFUNCTION_HELPER CeedScalar GasConstant(NewtonianIGProperties gas) { return gas.cp - gas.cv; } in GasConstant() 46 CEED_QFUNCTION_HELPER CeedScalar Prandtl(NewtonianIGProperties gas) { return gas.cp * gas.mu / gas.… in Prandtl() 48 CEED_QFUNCTION_HELPER CeedScalar SoundSpeed(NewtonianIGProperties gas, CeedScalar T) { return sqrt(… in SoundSpeed() 50 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIGProperties gas, CeedScalar T, CeedScalar u) { retu… in Mach() 52 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIGProperties gas, const State s) { in TotalSpecificEnthalpy() 58 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, const State s… in TotalSpecificEnthalpy_fwd() 64 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative(NewtonianIGProperties gas, Stat… in StatePrimitiveFromConservative() 75 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative_fwd(NewtonianIGProperties gas, … in StatePrimitiveFromConservative_fwd() 91 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive(NewtonianIGProperties gas, StatePrimit… in StateEntropyFromPrimitive() [all …]
|
| H A D | stabilization.h | 24 CEED_QFUNCTION_HELPER void StabilizationMatrix(const NewtonianIGProperties gas, const State s, cons… in StabilizationMatrix() 40 CEED_QFUNCTION_HELPER void Stabilization(StabilizationType stab_type, const NewtonianIGProperties g… in Stabilization() 66 CEED_QFUNCTION_HELPER void Tau_diagPrim(TauDiagCoefficients tau_coeffs, NewtonianIGProperties gas, … in Tau_diagPrim()
|
| H A D | newtonian_types.h | 26 } NewtonianIGProperties; typedef 30 NewtonianIGProperties gas;
|
| H A D | newtonian.h | 20 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsNewtonianIG() 51 NewtonianIGProperties gas = context->gas; in MassFunction_Newtonian() 88 CEED_QFUNCTION_HELPER void InternalDampingLayer_Residual(const NewtonianIGProperties gas, const Sta… in InternalDampingLayer_Residual() 114 …oid InternalDampingLayer_IFunction_Integrand(const State s, const NewtonianIGProperties gas, CeedS… in InternalDampingLayer_IFunction_Integrand() 135 …ingLayer_IJacobian_Integrand(const State s, const State ds, const NewtonianIGProperties gas, CeedS… in InternalDampingLayer_IJacobian_Integrand() 201 const NewtonianIGProperties gas = context->gas; in RHSFunction_Newtonian() 278 … const CeedScalar x_i[3], const NewtonianIGProperties gas, in IFunction_Newtonian_Integrand() 322 const NewtonianIGProperties gas = context->gas; in IFunction_Newtonian() 388 …n_Integrand(const State s, const State ds, const State grad_ds[3], const NewtonianIGProperties gas, in IJacobian_Newtonian_Integrand() 431 const NewtonianIGProperties gas = context->gas; in IJacobian_Newtonian() [all …]
|
| H A D | riemann_solver.h | 97 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe(NewtonianIGProperties gas, State left, CeedScalar u… in ComputeHLLSpeeds_Roe() 117 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe_fwd(NewtonianIGProperties gas, State left, State dl… in ComputeHLLSpeeds_Roe_fwd() 159 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIGProperties gas, State left, Stat… in RiemannFlux_HLL() 191 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIGProperties gas, State left, … in RiemannFlux_HLL_fwd() 215 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star(NewtonianIGProperties gas, State side… in RiemannFlux_HLLC_Star() 233 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star_fwd(NewtonianIGProperties gas, State … in RiemannFlux_HLLC_Star_fwd() 271 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIGProperties gas, State left, Sta… in RiemannFlux_HLLC() 298 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_fwd(NewtonianIGProperties gas, State left,… in RiemannFlux_HLLC_fwd()
|
| H A D | channel.h | 31 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_Channel() 63 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsChannel() 86 NewtonianIGProperties gas = context->newt_ctx.gas; in Channel_Inflow()
|
| H A D | densitycurrent.h | 89 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_DC() 131 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsDC()
|
| H A D | bc_outflow.h | 45 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in RiemannOutflow() 114 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in RiemannOutflow_Jacobian() 193 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow() 255 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow_Jacobian()
|
| H A D | blasius.h | 101 const NewtonianIGProperties gas = context->newt_ctx.gas; in ICsBlasius() 132 const NewtonianIGProperties gas = context->newt_ctx.gas; in Blasius_Inflow() 184 const NewtonianIGProperties gas = context->newt_ctx.gas; in Blasius_Inflow_Jacobian()
|
| H A D | bc_slip.h | 18 const NewtonianIGProperties gas = newt_ctx->gas; in Slip() 65 const NewtonianIGProperties gas = newt_ctx->gas; in Slip_Jacobian()
|
| H A D | bc_freestream.h | 22 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream() 84 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream_Jacobian()
|
| H A D | taylorgreen.h | 29 const NewtonianIGProperties gas = context->newt_ctx.gas; in ICsTaylorGreen()
|
| H A D | velocity_gradient_projection.h | 16 NewtonianIGProperties gas = ((NewtonianIdealGasContext)ctx)->gas; in VelocityGradientProjectionRHS()
|
| H A D | monitor_totalkineticenergy.h | 15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorTotalKineticEnergy()
|
| H A D | gaussianwave.h | 27 const NewtonianIGProperties gas = newt_ctx->gas; in IC_GaussianWave()
|
| H A D | monitor_cfl.h | 15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorCFL()
|
| H A D | stg_shur14.h | 290 const NewtonianIGProperties gas = context->gas; in ICsStg() 341 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow() 420 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow_Jacobian() 481 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14InflowStrongQF()
|
| H A D | sgs_dd_training.h | 33 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSGS_DDAnisotropicTrainingDataNodal()
|
| H A D | advection.h | 210 …PhysicalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIGProperties gas, State… in StatePhysicalGradientFromReference_ND() 278 NewtonianIGProperties gas = {0}; in IFunction_AdvectionGeneric() 356 NewtonianIGProperties gas = {0}; in MassFunction_AdvectionGeneric() 413 NewtonianIGProperties gas = {0}; in RHSFunction_AdvectionGeneric()
|
| H A D | sgs_dd_model.h | 76 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSgsDDNodal_Fused() 120 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSgsDDNodal_Sequential_Inputs()
|
| H A D | differential_filter.h | 36 NewtonianIGProperties gas = context->newt_ctx.gas; in DifferentialFilter_RHS()
|
| /honee/problems/ |
| H A D | bc_freestream.c | 17 static PetscErrorCode RiemannSolverUnitTests(NewtonianIGProperties gas, CeedScalar rtol); 217 static PetscErrorCode TestRiemannHLL_fwd(NewtonianIGProperties gas, CeedScalar rtol_0, CeedScalar r… in TestRiemannHLL_fwd() 279 static PetscErrorCode TestRiemannHLLC_fwd(NewtonianIGProperties gas, CeedScalar rtol_0, CeedScalar … in TestRiemannHLLC_fwd() 341 static PetscErrorCode TestComputeHLLSpeeds_Roe_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestComputeHLLSpeeds_Roe_fwd() 416 static PetscErrorCode TestTotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestTotalSpecificEnthalpy_fwd() 463 static PetscErrorCode TestRowSetup_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestRowSetup_fwd() 504 static PetscErrorCode RiemannSolverUnitTests(NewtonianIGProperties gas, CeedScalar rtol) { in RiemannSolverUnitTests()
|
| H A D | newtonian.c | 17 static PetscErrorCode UnitTests_Newtonian(Honee honee, NewtonianIGProperties gas); 674 …e TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIGProperties gas, const… in TestState() 695 …stState_fwd(StateVariable state_var_A, StateVariable state_var_B, NewtonianIGProperties gas, const… in TestState_fwd() 733 static PetscErrorCode UnitTests_Newtonian(Honee honee, NewtonianIGProperties gas) { in UnitTests_Newtonian()
|
| /honee/qfunctions/spanstats/ |
| H A D | cflpe.h | 25 const NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection_CflPe()
|
| H A D | turbulence.h | 47 NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection()
|