-
Notifications
You must be signed in to change notification settings - Fork 845
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
Fix marker engine inflow #2278
Fix marker engine inflow #2278
Conversation
Added mach number evaluation for the engine boundaries. Decoupled the engine marker evaluation frequency from screen write frequency
Defining the option BC_EVAL_FREQ, for setting the evaluation frequency for the Engine and Actuator markers
Defining option BC_EVAL_FREQ, to set the evaluation frequency for Engine and Actuator Disk Markers
Test case for marker_engine_inflow
…estCases/engine/marker_engine_inflow/inv_channel_engine_inflow.cfg
TestCases/engine/marker_engine_inflow/inv_channel_engine_inflow.cfg
Outdated
Show resolved
Hide resolved
Co-authored-by: Pedro Gomes <[email protected]>
Co-authored-by: Pedro Gomes <[email protected]>
Co-authored-by: Pedro Gomes <[email protected]>
Changed the mesh to an existing mesh in the repository
Changing the mesh file to an existing mesh
Co-authored-by: Nijso <[email protected]>
Co-authored-by: Nijso <[email protected]>
Co-authored-by: Nijso <[email protected]>
TestCases/engine/marker_engine_inflow/inv_channel_engine_inflow.cfg
Outdated
Show resolved
Hide resolved
Changed Case Description, Author, Date and File Version
Hello I am sorry if it is obvious but is there way to tell where the code style checks fails on the files? Looking at the the details section , only thing I can understand is that it failed to trim some trailing white spaces. |
If you install the precommit hook it will take care of formatting for you https://su2code.github.io/docs_v7/Style-Guide/ |
@BerkeCan97 can you run pre-commit on the files? We can then continue merging this. |
Done, sorry it took so long. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this file is not used in one of the *_regression.py files we should remove it.
Co-authored-by: Pedro Gomes <[email protected]>
Proposed Changes
Related Work
Fix for issue #2274 .
PR Checklist
Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.
pre-commit run --all
to format old commits.