Skip to content

Commit

Permalink
default to small NeuralFoil model size (comparable to "medium" from N…
Browse files Browse the repository at this point in the history
…F 0.1.x in accuracy)
  • Loading branch information
peterdsharpe committed Mar 12, 2024
1 parent dd55508 commit 0686b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aerosandbox/aerodynamics/aero_3D/aero_buildup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self,
airplane: Airplane,
op_point: OperatingPoint,
xyz_ref: Union[np.ndarray, List[float]] = None,
model_size: str = "medium",
model_size: str = "small",
include_wave_drag: bool = True,
):
"""
Expand Down

0 comments on commit 0686b5e

Please sign in to comment.