Searched refs:newtonian_ctx (Results 1 – 13 of 13) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | blasius.h | 34 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 D | channel.h | 29 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 D | densitycurrent.h | 32 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 D | stg_shur14.h | 242 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 D | bc_freestream_type.h | 14 struct NewtonianIdealGasContext_ newtonian_ctx; member
|
| H A D | stg_shur14_type.h | 34 struct NewtonianIdealGasContext_ newtonian_ctx; member
|
| H A D | bc_freestream.h | 28 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 D | blasius.c | 29 …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 D | densitycurrent.c | 99 dc_ctx->newtonian_ctx = *newtonian_ig_ctx; in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 94 channel_ctx->newtonian_ctx = *newtonian_ig_ctx; in NS_CHANNEL()
|
| H A D | newtonian.c | 481 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 D | stg_shur14.c | 271 global_stg_ctx->newtonian_ctx = *newtonian_ig_ctx; in SetupStg()
|
| H A D | bc_freestream.c | 109 freestream_ctx->newtonian_ctx = *newtonian_ig_ctx; in FreestreamBCSetup()
|