Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable FSI ramping parameters #1210

Merged
merged 2 commits into from
Sep 16, 2023
Merged

Conversation

psakievich
Copy link
Contributor

Add 3 booleans to disable the fsi ramping for split meshes with gaps between the blades. In those cases we should no longer need to ramp spatially. We should keep temporal ramping on always except for targeted tests, but this gives a clear way to turn it off.

  • enable_temporal_ramping: false
  • enable_span_ramping: false
  • enable_theta_ramping: false

All of these are defaulted to true and they are optional parameters i.e. no input decks are backwards compatible.

Add 3 booleans to disable the fsi ramping
- `enable_temporal_ramping: false`
- `enable_span_ramping: false`
- `enable_theta_ramping: false`
@ashesh2512
Copy link
Contributor

no input decks are backwards compatible? Or they are all backward compatible, since these are optional?

@psakievich
Copy link
Contributor Author

they are all backwards compatible. all old input decks will still run without these parameters

@psakievich psakievich merged commit b167c66 into master Sep 16, 2023
3 checks passed
@psakievich psakievich deleted the f/paramsDisableRamp branch September 16, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants