Home
last modified time | relevance | path

Searched refs:T_wall (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/problems/ !
H A Dblasius.c64 r[N] = h[0] - blasius->T_wall / S_infty.Y.temperature; in CompressibleBlasiusResidual()
262 CeedScalar T_wall = 288.; // K in NS_BLASIUS() local
283 …PetscCall(PetscOptionsScalar("-temperature_wall", "Temperature at wall", NULL, T_wall, &T_wall, NU… in NS_BLASIUS()
309 T_wall *= Kelvin; in NS_BLASIUS()
332 blasius_ctx->T_wall = T_wall; in NS_BLASIUS()
/libCEED/examples/fluids/qfunctions/ !
H A Dblasius.h27 …CeedScalar T_wall; // !< Temperature at the w… member