Home
last modified time | relevance | path

Searched refs:newtonian_ctx (Results 1 – 13 of 13) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dblasius.h34 struct NewtonianIdealGasContext_ newtonian_ctx; member
77 CeedScalar mu = blasius->newtonian_ctx.mu; in BlasiusSolution()
83 CeedScalar Rd = GasConstant(&blasius->newtonian_ctx); in BlasiusSolution()
97 return StateFromY(&blasius->newtonian_ctx, Y); in BlasiusSolution()
108 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsBlasius()
109 const CeedScalar mu = context->newtonian_ctx.mu; in ICsBlasius()
137 CeedScalar(*jac_data_sur) = context->newtonian_ctx.is_implicit ? out[1] : NULL; in Blasius_Inflow()
140 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow()
170 FluxInviscid(&context->newtonian_ctx, s, Flux_inviscid); in Blasius_Inflow()
194 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow_Jacobian()
H A Dchannel.h29 struct NewtonianIdealGasContext_ newtonian_ctx; member
39 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()
95 const CeedScalar gamma = HeatCapacityRatio(&context->newtonian_ctx); in Channel_Inflow()
H A Ddensitycurrent.h32 struct NewtonianIdealGasContext_ newtonian_ctx; member
96 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_DC()
139 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsDC()
H A Dstg_shur14.h242 const CeedScalar mu = stg_ctx->newtonian_ctx.mu; in StgShur14Preprocess()
245 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Preprocess()
287 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in ICsStg()
343 const CeedScalar mu = stg_ctx->newtonian_ctx.mu; in StgShur14Inflow()
347 const CeedScalar cv = stg_ctx->newtonian_ctx.cv; in StgShur14Inflow()
348 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Inflow()
349 const CeedScalar gamma = HeatCapacityRatio(&stg_ctx->newtonian_ctx); in StgShur14Inflow()
417 const CeedScalar cv = stg_ctx->newtonian_ctx.cv; in StgShur14Inflow_Jacobian()
418 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Inflow_Jacobian()
419 const CeedScalar gamma = HeatCapacityRatio(&stg_ctx->newtonian_ctx); in StgShur14Inflow_Jacobian()
[all …]
H A Dbc_freestream_type.h14 struct NewtonianIdealGasContext_ newtonian_ctx; member
H A Dstg_shur14_type.h34 struct NewtonianIdealGasContext_ newtonian_ctx; member
H A Dbc_freestream.h28 CeedScalar(*jac_data_sur) = context->newtonian_ctx.is_implicit ? out[1] : NULL; in Freestream()
30 const NewtonianIdealGasContext newt_ctx = &context->newtonian_ctx; in Freestream()
96 const NewtonianIdealGasContext newt_ctx = &context->newtonian_ctx; in Freestream_Jacobian()
/libCEED/examples/fluids/problems/
H A Dblasius.c29 …PetscScalar Ma = Mach(&blasius->newtonian_ctx, S_infty.Y.temperature, U_infty), Pr = Prandtl(&blas… in CompressibleBlasiusResidual()
30 gamma = HeatCapacityRatio(&blasius->newtonian_ctx); in CompressibleBlasiusResidual()
338 blasius_ctx->newtonian_ctx = *newtonian_ig_ctx; in NS_BLASIUS()
H A Ddensitycurrent.c99 dc_ctx->newtonian_ctx = *newtonian_ig_ctx; in NS_DENSITY_CURRENT()
H A Dchannel.c94 channel_ctx->newtonian_ctx = *newtonian_ig_ctx; in NS_CHANNEL()
H A Dnewtonian.c481 NewtonianIdealGasContext newtonian_ctx; in PRINT_NEWTONIAN() local
484 …dQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM_HOST, &newtonian_ctx)); in PRINT_NEWTONIAN()
489 app_ctx->problem_name, StabilizationTypes[newtonian_ctx->stabilization])); in PRINT_NEWTONIAN()
490 …d(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &newtonian_ctx)); in PRINT_NEWTONIAN()
H A Dstg_shur14.c271 global_stg_ctx->newtonian_ctx = *newtonian_ig_ctx; in SetupStg()
H A Dbc_freestream.c109 freestream_ctx->newtonian_ctx = *newtonian_ig_ctx; in FreestreamBCSetup()