Skip to content

Commit

Permalink
attrs defaults updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Oct 24, 2023
1 parent 3fa1f2d commit 6072389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion floris/simulation/wake_deflection/empirical_gauss.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class EmpiricalGaussVelocityDeflection(BaseModel):
"""
horizontal_deflection_gain_D: float = field(default=3.0)
vertical_deflection_gain_D: float = field(default=-1)
deflection_rate: float = field(default=15)
deflection_rate: float = field(default=30)
mixing_gain_deflection: float = field(default=0.0)
yaw_added_mixing_gain: float = field(default=0.0)

Expand Down
2 changes: 1 addition & 1 deletion floris/simulation/wake_velocity/empirical_gauss.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class EmpiricalGaussVelocityDeficit(BaseModel):
:style: unsrt
:filter: docname in docnames
"""
wake_expansion_rates: list = field(default=[0.01, 0.005])
wake_expansion_rates: list = field(default=[0.023, 0.008])
breakpoints_D: list = field(default=[10])
sigma_0_D: float = field(default=0.28)
smoothing_length_D: float = field(default=2.0)
Expand Down

0 comments on commit 6072389

Please sign in to comment.