Skip to content

Geometry

Set the geometry model and reference dimensions used by the workflow.

Key Type Default Description
type str - Geometry kind (e.g., cone, flat plate)
theta_deg float - Half-angle [deg]
r_nose float - Nose radius [m]
l_ref float 1 Reference length [m]
is_body_fitted bool false Whether the grid is body-fitted

Example

1
2
3
4
5
6
[geometry]
type           = 2
theta_deg      = 7.0
r_nose         = 5e-05
l_ref          = 1.0
is_body_fitted = true