log law wind profiles #1133
Answered
by
rafmudaf
samjkmartin
asked this question in
Q&A
-
I have read that log law velocity profiles are generally more accurate in the lower atmospheric boundary layer than power law profiles are. Is there a way to have log law profiles for the incoming wind conditions instead of power law profiles? |
Beta Was this translation helpful? Give feedback.
Answered by
rafmudaf
Jul 29, 2025
Replies: 1 comment 4 replies
-
Hi @samjkmartin it's nice to hear from you. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
samjkmartin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @samjkmartin it's nice to hear from you.
The power-law profile is set in FlowField.initialize_velocity_field and the exponent is a user input. The equation itself isn't available through the input file, but you could modify that line to use a log profile instead.