Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_state.h49 CEED_QFUNCTION_HELPER CeedScalar HeatCapacityRatio(NewtonianIdealGasContext gas) { return gas->cp /… in HeatCapacityRatio()
51 CEED_QFUNCTION_HELPER CeedScalar GasConstant(NewtonianIdealGasContext gas) { return gas->cp - gas->… in GasConstant()
53 CEED_QFUNCTION_HELPER CeedScalar Prandtl(NewtonianIdealGasContext gas) { return gas->cp * gas->mu /… in Prandtl()
55 CEED_QFUNCTION_HELPER CeedScalar SoundSpeed(NewtonianIdealGasContext gas, CeedScalar T) { return sq… in SoundSpeed()
57 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIdealGasContext gas, CeedScalar T, CeedScalar u) { r… in Mach()
59 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIdealGasContext gas, const State s)… in TotalSpecificEnthalpy()
65 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, const Stat… in TotalSpecificEnthalpy_fwd()
71 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative(NewtonianIdealGasContext gas, S… in StatePrimitiveFromConservative()
82 …TION_HELPER StatePrimitive StatePrimitiveFromConservative_fwd(NewtonianIdealGasContext gas, State … in StatePrimitiveFromConservative_fwd()
98 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive(NewtonianIdealGasContext gas, StatePri… in StateEntropyFromPrimitive()
[all …]
H A Dstabilization.h28 CEED_QFUNCTION_HELPER void StabilizationMatrix(NewtonianIdealGasContext gas, State s, CeedScalar Ta… in StabilizationMatrix()
46 CEED_QFUNCTION_HELPER void Stabilization(NewtonianIdealGasContext gas, State s, CeedScalar Tau_d[3]… in Stabilization()
71 CEED_QFUNCTION_HELPER void Tau_diagPrim(NewtonianIdealGasContext gas, State s, const CeedScalar dXd… in Tau_diagPrim()
H A Driemann_solver.h101 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe(NewtonianIdealGasContext gas, State left, CeedScala… in ComputeHLLSpeeds_Roe()
121 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe_fwd(NewtonianIdealGasContext gas, State left, State… in ComputeHLLSpeeds_Roe_fwd()
163 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIdealGasContext gas, State left, S… in RiemannFlux_HLL()
195 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIdealGasContext gas, State lef… in RiemannFlux_HLL_fwd()
219 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star(NewtonianIdealGasContext gas, State s… in RiemannFlux_HLLC_Star()
237 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star_fwd(NewtonianIdealGasContext gas, Sta… in RiemannFlux_HLLC_Star_fwd()
275 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIdealGasContext gas, State left, … in RiemannFlux_HLLC()
302 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_fwd(NewtonianIdealGasContext gas, State le… in RiemannFlux_HLLC_fwd()
H A Dbc_freestream_type.h20 struct NewtonianIdealGasContext_ gas; member
H A Dtaylorgreen.h23 const NewtonianIdealGasContext gas = &context->gas; in ICsTaylorGreen() local
H A Dchannel.h39 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_Channel() local
71 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsChannel() local
94 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Channel_Inflow() local
H A Ddensitycurrent.h96 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_DC() local
139 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsDC() local
H A Dturb_stats_types.h41 struct NewtonianIdealGasContext_ gas; member
H A Dblasius.h108 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsBlasius() local
140 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow() local
194 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow_Jacobian() local
H A Dadvection.h227 …icalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State … in StatePhysicalGradientFromReference_ND()
292 NewtonianIdealGasContext gas; in IFunction_AdvectionGeneric() local
375 NewtonianIdealGasContext gas = &gas_struct; in MassFunction_AdvectionGeneric() local
430 NewtonianIdealGasContext gas = &gas_struct; in RHSFunction_AdvectionGeneric() local
H A Dturb_spanstats.h19 NewtonianIdealGasContext gas = &context->gas; in ChildStatsCollection() local
H A Dbc_freestream.h185 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow() local
254 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow_Jacobian() local
333 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow() local
395 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow_Jacobian() local
H A Ddifferential_filter.h30 struct NewtonianIdealGasContext_ gas; member
40 NewtonianIdealGasContext gas = &context->gas; in DifferentialFilter_RHS() local
H A Dnewtonian_types.h64 struct NewtonianIdealGasContext_ gas; member
H A Dstg_shur14.h287 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in ICsStg() local
476 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in StgShur14InflowStrongQF() local
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c258 static PetscErrorCode TestRiemannHLL_fwd(NewtonianIdealGasContext gas, CeedScalar rtol_0, CeedScala… in TestRiemannHLL_fwd()
320 static PetscErrorCode TestRiemannHLLC_fwd(NewtonianIdealGasContext gas, CeedScalar rtol_0, CeedScal… in TestRiemannHLLC_fwd()
382 static PetscErrorCode TestComputeHLLSpeeds_Roe_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestComputeHLLSpeeds_Roe_fwd()
457 static PetscErrorCode TestTotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestTotalSpecificEnthalpy_fwd()
504 static PetscErrorCode TestRowSetup_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestRowSetup_fwd()
545 static PetscErrorCode RiemannSolverUnitTests(NewtonianIdealGasContext gas, CeedScalar rtol) { in RiemannSolverUnitTests()
H A Dnewtonian.c51 …stState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdealGasContext gas, const … in TestState()
72 …ate_fwd(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdealGasContext gas, const … in TestState_fwd()
110 static PetscErrorCode UnitTests_Newtonian(User user, NewtonianIdealGasContext gas) { in UnitTests_Newtonian()
/libCEED/examples/fluids/src/
H A Ddifferential_filter.c186 NewtonianIdealGasContext gas; in DifferentialFilterSetup() local
H A Dsetuplibceed.c293 NewtonianIdealGasContext gas; in SetupLibceed() local