-
Notifications
You must be signed in to change notification settings - Fork 849
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
[WIP] Change for sliding plane when relative frame is used #2311
Open
FabianYan2010
wants to merge
23
commits into
su2code:develop
Choose a base branch
from
FabianYan2010:Feature_SlidingPlane_RelFrame
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5,087
−4
Open
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d9b04db
adapt the interpolation method NearestNeighbor to turbo applications …
4461aa4
Merge branch 'develop' into turbo_features_fabian
bigfooted 76510d8
For interface data broadcasting, we rotate the velocity vector from r…
4477eff
Update transfer coefficient every time step for when rotating frame i…
5727ae6
For interface data broadcasting, we rotate the velocity vector from r…
f798a6b
For interface data broadcasting, we rotate the velocity vector from r…
d040cc4
For interface data broadcasting, we rotate the velocity vector from r…
c3fe7d2
Update transfer coefficient every time step for when rotating frame i…
81ed71e
New testcase proposed for this feature.
4d32555
Merge branch 'su2code:master' into turbo_features_fabian
FabianYan2010 5f2f6ef
update Merge branch 'master' of https://github.com/FabianYan2010/SU2
1fbc798
Master branch was accidentally changed.
a00878b
clear tabs
2a1dd3b
Merge branch 'develop' into Feature_SlidingPlane_RelFrame
FabianYan2010 1bb6796
change authorship
4fc50db
update test case
90a8859
change authorship
3f5d63d
upload the grids and initial solution of the new test case
be20596
Merge branch 'Feature_SlidingPlane_RelFrame' of https://github.com/Fa…
9d889bf
remove solution and grid files from code repo
cbbf1bf
add a cofig option for this feature
d53ae94
remove unused variable
059cc0c
add new option in test case config
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
TestCases/turbomachinery/axial_stage_full_annulus_unsteady/rotor_FA_Unsteady.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% % | ||
% SU2 configuration file % | ||
% Case description: 2D Axial stage % | ||
% Author: S. Vitale % | ||
% Institution: Delft University of Technology % | ||
% Date: Feb 28th, 2017 % | ||
% File Version 5.0.0"cardinal" % | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Change authorship and get the credit that you deserve... Can you also add all new testcases to the regression tests, at least put it into parallel_regression.py |
||
% % | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% | ||
% ----------------------- DYNAMIC MESH DEFINITION -----------------------------% | ||
% | ||
% Type of dynamic mesh (NONE, ROTATING_FRAME) | ||
GRID_MOVEMENT= ROTATING_FRAME | ||
% | ||
% | ||
% Angular velocity vector (rad/s) about the motion origi. Example 1250 RPM -> 130.89969389957471 rad/s | ||
ROTATION_RATE= 0.0 0.0 -1800.0 | ||
% | ||
% Mesh input file | ||
MESH_FILENAME= rotor35_Full.su2 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check notice
Code scanning / CodeQL
Unused local variable Note