Home
last modified time | relevance | path

Searched refs:bl_height_factor (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dadvection_types.h77 CeedScalar bl_height_factor; // !< height of boundary layer IC relative to domain height member
H A Dadvection.h166 CeedScalar bl_height = ly * context->bl_height_factor; in Exact_AdvectionGeneric()
/honee/problems/
H A Dadvection.c416 PetscScalar bl_height_factor = 1.; in NS_ADVECTION() local
458 …_ic_bl_height_factor", "Height of boundary layer in IC", NULL, bl_height_factor, &bl_height_factor, in NS_ADVECTION()
517 setup_context->bl_height_factor = bl_height_factor; in NS_ADVECTION()
/honee/
H A DCHANGELOG.md17 - Add `-bl_height_factor` option for boundary layer IC in advection-diffusion equations, see !70