Skip to content

Gauss Curl Hybrid Model #199

Answered by bayc
Liam1398 asked this question in Q&A
Apr 28, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hello, that input file is to re-create specific cases from the GCH journal article. Perhaps the easiest way to ensure you are using the GCH model for your simulations is to build your input.json file from the floris/examples/example_input.json file. The wake model parameters defined in there are for the GCH model, in particular:

"velocity_model": "gauss_legacy",
"wake_velocity_parameters": {
  "gauss_legacy": {
    "calculate_VW_velocities": true,
    "eps_gain": 0.2,
    "ka": 0.38,
    "kb": 0.004,
    "use_yaw_added_recovery": true
  }
},
"deflection_model": "gauss",
"wake_deflection_parameters": {
  "gauss": {
    "dm": 1.0,
    "eps_gain": 0.2,
    "use_secondary_steering": true
  }
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Liam1398
Comment options

@bayc
Comment options

bayc Apr 28, 2021
Maintainer

Answer selected by paulf81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants