Skip to content

Conversation

@Ti-Max
Copy link

@Ti-Max Ti-Max commented Jan 21, 2026

Fixes DEV-1282

@razielgn
Copy link
Contributor

Please refetch the schema and pipe it through jq -S to minimize the diff. Also leave out changes at the bottom, inside servers.

Comment on lines +133 to +139
format!(
"{}",
sim.params
.boundary_layer_treatment
.unwrap_or(BoundaryLayerTreatment::WallFunctions)
.to_string()
),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
format!(
"{}",
sim.params
.boundary_layer_treatment
.unwrap_or(BoundaryLayerTreatment::WallFunctions)
.to_string()
),
sim.params.boundary_layer_treatment.as_ref().map(ToString::to_string).unwrap_or_default(),

@Ti-Max Ti-Max force-pushed the feat-boudary-layer-treatment-param branch from 3328d73 to 195b25d Compare January 21, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants