Skip to content

Active Control max velocity default value fix#233

Merged
baperry2 merged 3 commits intoAMReX-Combustion:developmentfrom
olivecha:ac_maxVel_fix
Aug 22, 2023
Merged

Active Control max velocity default value fix#233
baperry2 merged 3 commits intoAMReX-Combustion:developmentfrom
olivecha:ac_maxVel_fix

Conversation

@olivecha
Copy link
Copy Markdown
Contributor

@olivecha olivecha commented Aug 21, 2023

The default value for m_ctrl_velMax was set to -1.0 in PeleLM.H

The updated velocity in PeleLMFlowControler.cpp is not limited by the maximum velocity parameter if the parameter value is less than zero.

This result in the active_control.velMax input file parameter being truly optional (see issue #232).

Active control was able to converge without setting the active_control.velMax parameter:

image

@baperry2
Copy link
Copy Markdown
Collaborator

@baperry2 baperry2 self-requested a review August 21, 2023 22:08
Copy link
Copy Markdown
Collaborator

@baperry2 baperry2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again, this should be good assuming all the tests pass.

@baperry2 baperry2 linked an issue Aug 21, 2023 that may be closed by this pull request
@baperry2 baperry2 merged commit fbbe5a9 into AMReX-Combustion:development Aug 22, 2023
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.

Default value of active_control.velMax

2 participants