Home
last modified time | relevance | path

Searched defs:gas (Results 1 – 25 of 26) sorted by relevance

12

/honee/qfunctions/
H A Dnewtonian_state.h42 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 Dstabilization.h24 CEED_QFUNCTION_HELPER void StabilizationMatrix(const NewtonianIGProperties gas, const State s, cons… in StabilizationMatrix()
40 …CTION_HELPER void Stabilization(StabilizationType stab_type, const NewtonianIGProperties gas, cons… in Stabilization()
66 CEED_QFUNCTION_HELPER void Tau_diagPrim(TauDiagCoefficients tau_coeffs, NewtonianIGProperties gas, … in Tau_diagPrim()
H A Driemann_solver.h97 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 Dnewtonian.h20 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsNewtonianIG() local
51 NewtonianIGProperties gas = context->gas; in MassFunction_Newtonian() local
88 CEED_QFUNCTION_HELPER void InternalDampingLayer_Residual(const NewtonianIGProperties gas, const Sta… in InternalDampingLayer_Residual()
114 …void InternalDampingLayer_IFunction_Integrand(const State s, const NewtonianIGProperties gas, Ceed… in InternalDampingLayer_IFunction_Integrand()
135 …pingLayer_IJacobian_Integrand(const State s, const State ds, const NewtonianIGProperties gas, Ceed… in InternalDampingLayer_IJacobian_Integrand()
201 const NewtonianIGProperties gas = context->gas; in RHSFunction_Newtonian() local
278 … const CeedScalar x_i[3], const NewtonianIGProperties gas, in IFunction_Newtonian_Integrand()
322 const NewtonianIGProperties gas = context->gas; in IFunction_Newtonian() local
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() local
[all …]
H A Dchannel.h31 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_Channel() local
63 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsChannel() local
86 NewtonianIGProperties gas = context->newt_ctx.gas; in Channel_Inflow() local
H A Ddensitycurrent.h89 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_DC() local
131 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsDC() local
H A Dbc_outflow.h45 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in RiemannOutflow() local
114 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in RiemannOutflow_Jacobian() local
193 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow() local
255 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow_Jacobian() local
H A Dblasius.h101 const NewtonianIGProperties gas = context->newt_ctx.gas; in ICsBlasius() local
132 const NewtonianIGProperties gas = context->newt_ctx.gas; in Blasius_Inflow() local
184 const NewtonianIGProperties gas = context->newt_ctx.gas; in Blasius_Inflow_Jacobian() local
H A Dbc_slip.h18 const NewtonianIGProperties gas = newt_ctx->gas; in Slip() local
65 const NewtonianIGProperties gas = newt_ctx->gas; in Slip_Jacobian() local
H A Dsgs_dd_training.h33 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSGS_DDAnisotropicTrainingDataNodal() local
H A Dtaylorgreen.h29 const NewtonianIGProperties gas = context->newt_ctx.gas; in ICsTaylorGreen() local
H A Dvelocity_gradient_projection.h16 NewtonianIGProperties gas = ((NewtonianIdealGasContext)ctx)->gas; in VelocityGradientProjectionRHS() local
H A Dmonitor_totalkineticenergy.h15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorTotalKineticEnergy() local
H A Dbc_freestream.h22 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream() local
84 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream_Jacobian() local
H A Dstg_shur14.h290 const NewtonianIGProperties gas = context->gas; in ICsStg() local
341 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow() local
420 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow_Jacobian() local
481 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14InflowStrongQF() local
H A Dmonitor_cfl.h15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorCFL() local
H A Dadvection.h210 …ysicalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, in StatePhysicalGradientFromReference_ND()
278 NewtonianIGProperties gas = {0}; in IFunction_AdvectionGeneric() local
356 NewtonianIGProperties gas = {0}; in MassFunction_AdvectionGeneric() local
413 NewtonianIGProperties gas = {0}; in RHSFunction_AdvectionGeneric() local
H A Dgaussianwave.h27 const NewtonianIGProperties gas = newt_ctx->gas; in IC_GaussianWave() local
H A Dnewtonian_types.h30 NewtonianIGProperties gas; member
H A Dsgs_dd_model.h76 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSgsDDNodal_Fused() local
120 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSgsDDNodal_Sequential_Inputs() local
/honee/problems/
H A Dbc_freestream.c217 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 Dnewtonian.c674 …TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIGProperties gas, const C… in TestState()
695 …State_fwd(StateVariable state_var_A, StateVariable state_var_B, NewtonianIGProperties gas, const C… in TestState_fwd()
733 static PetscErrorCode UnitTests_Newtonian(Honee honee, NewtonianIGProperties gas) { in UnitTests_Newtonian()
H A Dblasius.c24 NewtonianIGProperties gas = blasius->newt_ctx.gas; in CompressibleBlasiusResidual() local
/honee/qfunctions/spanstats/
H A Dcflpe.h25 const NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection_CflPe() local
H A Dturbulence.h47 NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection() local

12