Home
last modified time | relevance | path

Searched refs:NewtonianIdealGasContext (Results 1 – 25 of 28) sorted by relevance

12

/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 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative_fwd(NewtonianIdealGasContext ga… 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 Dnewtonian.h21 CEED_QFUNCTION_HELPER void InternalDampingLayer(const NewtonianIdealGasContext context, const State… in InternalDampingLayer()
68 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in MassFunction_Newtonian()
157 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in RHSFunction_Newtonian()
228 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in IFunction_Newtonian()
317 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in IJacobian_Newtonian()
396 const NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in BoundaryIntegral()
461 const NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in BoundaryIntegral_Jacobian()
H A Dbc_slip.h16 const NewtonianIdealGasContext newt_ctx = (const NewtonianIdealGasContext)ctx; in Slip()
70 const NewtonianIdealGasContext newt_ctx = (const NewtonianIdealGasContext)ctx; in Slip_Jacobian()
H A Dvelocity_gradient_projection.h20 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in VelocityGradientProjectionRHS()
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 Ddensitycurrent.h96 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_DC()
139 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsDC()
H A Dchannel.h39 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_Channel()
71 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsChannel()
94 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Channel_Inflow()
H A Dturb_spanstats.h19 NewtonianIdealGasContext gas = &context->gas; in ChildStatsCollection()
74 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in ChildStatsCollectionMMSTest()
H A Dnewtonian_types.h22 typedef struct NewtonianIdealGasContext_ *NewtonianIdealGasContext; typedef
H A Dbc_freestream.h30 const NewtonianIdealGasContext newt_ctx = &context->newtonian_ctx; in Freestream()
96 const NewtonianIdealGasContext newt_ctx = &context->newtonian_ctx; in Freestream_Jacobian()
185 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow()
254 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow_Jacobian()
333 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow()
395 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow_Jacobian()
H A Dtaylorgreen.h23 const NewtonianIdealGasContext gas = &context->gas; in ICsTaylorGreen()
H A Dblasius.h108 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsBlasius()
140 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow()
194 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow_Jacobian()
H A Dgaussianwave.h33 const NewtonianIdealGasContext newt_ctx = &context->newt_ctx; in IC_GaussianWave()
H A Dadvection.h227 …ysicalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, Stat… in StatePhysicalGradientFromReference_ND()
292 NewtonianIdealGasContext gas; in IFunction_AdvectionGeneric()
375 NewtonianIdealGasContext gas = &gas_struct; in MassFunction_AdvectionGeneric()
430 NewtonianIdealGasContext gas = &gas_struct; in RHSFunction_AdvectionGeneric()
H A Ddifferential_filter.h40 NewtonianIdealGasContext gas = &context->gas; in DifferentialFilter_RHS()
H A Dstg_shur14.h287 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in ICsStg()
476 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in StgShur14InflowStrongQF()
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c21 static PetscErrorCode RiemannSolverUnitTests(NewtonianIdealGasContext gas, CeedScalar rtol);
23 PetscErrorCode FreestreamBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext ne… in FreestreamBCSetup()
133 PetscErrorCode OutflowBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext newto… in OutflowBCSetup()
258 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 Dgaussianwave.c25 NewtonianIdealGasContext newtonian_ig_ctx; in NS_GAUSSIAN_WAVE()
H A Dnewtonian.c51 …TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdealGasContext gas, cons… in TestState()
72 …State_fwd(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdealGasContext gas, cons… in TestState_fwd()
110 static PetscErrorCode UnitTests_Newtonian(User user, NewtonianIdealGasContext gas) { in UnitTests_Newtonian()
223 NewtonianIdealGasContext newtonian_ig_ctx; in NS_NEWTONIAN_IG()
481 NewtonianIdealGasContext newtonian_ctx; in PRINT_NEWTONIAN()
H A Ddensitycurrent.c24 NewtonianIdealGasContext newtonian_ig_ctx; in NS_DENSITY_CURRENT()
H A Dchannel.c23 NewtonianIdealGasContext newtonian_ig_ctx; in NS_CHANNEL()
H A Dblasius.c247 NewtonianIdealGasContext newtonian_ig_ctx; in NS_BLASIUS()
H A Dstg_shur14.c228 NewtonianIdealGasContext newtonian_ig_ctx; in SetupStg()
/libCEED/examples/fluids/
H A Dnavierstokes.h413 PetscErrorCode FreestreamBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext ne…
414 PetscErrorCode OutflowBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext newto…

12