Home
last modified time | relevance | path

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

/honee/problems/
H A Dblasius.c61 r[N] = h[0] - blasius->T_wall / S_infty.Y.temperature; in CompressibleBlasiusResidual()
151 CeedScalar T_wall = 288.; // K in NS_BLASIUS() local
167 …PetscCall(PetscOptionsScalar("-temperature_wall", "Temperature at wall", NULL, T_wall, &T_wall, NU… in NS_BLASIUS()
178 T_wall *= units->Kelvin; in NS_BLASIUS()
194 blasius_ctx->T_wall = T_wall; in NS_BLASIUS()
/honee/qfunctions/
H A Dblasius.h20 …CeedScalar T_wall; // !< Temperature at the w… member