Skip to content

Commit

Permalink
change default coupling type to OneWay (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Oct 15, 2024
1 parent e294a4e commit 5007d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DataStructs/ERF_DataStruct.H
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ struct SolverChoice {


// Which type of multilevel coupling
coupling_type = CouplingType::TwoWay; // Default
coupling_type = CouplingType::OneWay; // Default
pp.query_enum_case_insensitive("coupling_type",coupling_type);

// Which type of windfarm model
Expand Down

0 comments on commit 5007d9f

Please sign in to comment.