Home
last modified time | relevance | path

Searched refs:NewtonianIGProperties (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 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 Dnewtonian_types.h26 } NewtonianIGProperties; typedef
30 NewtonianIGProperties gas;
H A Dnewtonian.h20 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 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 Dchannel.h31 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 Ddensitycurrent.h89 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_DC()
131 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsDC()
H A Dbc_outflow.h45 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 Dblasius.h101 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 Dbc_slip.h18 const NewtonianIGProperties gas = newt_ctx->gas; in Slip()
65 const NewtonianIGProperties gas = newt_ctx->gas; in Slip_Jacobian()
H A Dbc_freestream.h22 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream()
84 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream_Jacobian()
H A Dtaylorgreen.h29 const NewtonianIGProperties gas = context->newt_ctx.gas; in ICsTaylorGreen()
H A Dvelocity_gradient_projection.h16 NewtonianIGProperties gas = ((NewtonianIdealGasContext)ctx)->gas; in VelocityGradientProjectionRHS()
H A Dmonitor_totalkineticenergy.h15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorTotalKineticEnergy()
H A Dgaussianwave.h27 const NewtonianIGProperties gas = newt_ctx->gas; in IC_GaussianWave()
H A Dmonitor_cfl.h15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorCFL()
H A Dstg_shur14.h290 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 Dsgs_dd_training.h33 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSGS_DDAnisotropicTrainingDataNodal()
H A Dadvection.h210 …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 Dsgs_dd_model.h76 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 Ddifferential_filter.h36 NewtonianIGProperties gas = context->newt_ctx.gas; in DifferentialFilter_RHS()
/honee/problems/
H A Dbc_freestream.c17 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 Dnewtonian.c17 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 Dcflpe.h25 const NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection_CflPe()
H A Dturbulence.h47 NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection()

12