Skip to content

Shock Shape

1
2
3
4
5
6
7
8
from flow_theory.shock import compute_shock_shape

result = compute_shock_shape(
    mach=6.0,
    gamma=1.4,
    nose_radius=0.01,
    n_points=201,
)

::: flow_theory.shock.shape.ShockShapeResult

::: flow_theory.shock.shape.compute_shock_shape