Skip to content

Commit

Permalink
actually neutral
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Aug 7, 2024
1 parent 71fd2d5 commit 29e7e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ struct NeutralLogarithmicSimilarityProfile end
log(h / ℓ) - ψ(h / L)

@inline similarity_profile(::NeutralLogarithmicSimilarityProfile, ψ, h, ℓ, L) =
log(h / ℓ) - ψ(h / L)
log(h / ℓ)

#####
##### Fixed-point iteration for roughness length
Expand Down

0 comments on commit 29e7e96

Please sign in to comment.