-
Notifications
You must be signed in to change notification settings - Fork 910
Adding new roughness boundary conditions for SST #2573
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
Open
marcosch27
wants to merge
11
commits into
su2code:develop
Choose a base branch
from
rois1995:feature_SST_RoughBCs
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.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b6c4c13
Boundary conditions for SST for rough walls
marcosch27 e517e4d
Fix formatting
marcosch27 8f633e5
Fix issues about rough SST BCs formulations
marcosch27 0d3eaad
Add SST Limiter Output
marcosch27 3b7b0ff
Revert SST Limiter Output changes
marcosch27 92f1940
Switch to regression branch
marcosch27 65d8ea5
Fix rough BCs options issues
marcosch27 129f7db
Added rough flatplate test cases
marcosch27 292af31
Fixed values regression test rough flat plate
marcosch27 26ce36f
Fix regression test roughness
marcosch27 1d14e38
Cleaned regression tests for rough flat plate and moved to parallel r…
marcosch27 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
109 changes: 109 additions & 0 deletions
109
TestCases/rans/flatplate/roughness/bc_aupoix/turb_SST_flatplate_roughBCAupoix.cfg
This file contains hidden or 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,109 @@ | ||
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
| % % | ||
| % SU2 configuration file % | ||
| % Case description: Turbulent flow over rough flat plate with zero pressure gradient % | ||
| % Author: Thomas D. Economon % | ||
| % Institution: Stanford University % | ||
| % Date: 2011.11.10 % | ||
| % File Version 8.3.0 "Harrier" % | ||
| % % | ||
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
|
||
| % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------% | ||
| % | ||
| SOLVER= RANS | ||
| KIND_TURB_MODEL= SST | ||
| WALL_ROUGHNESS = (wall, 400e-6) | ||
| KIND_ROUGHSST_MODEL = LIMITER_AUPOIX | ||
| MATH_PROBLEM= DIRECT | ||
| RESTART_SOL= NO | ||
| READ_BINARY_RESTART= YES | ||
|
|
||
| % ----------- COMPRESSIBLE AND INCOMPRESSIBLE FREE-STREAM DEFINITION ----------% | ||
| MACH_NUMBER= 0.2 | ||
| AOA= 0.0 | ||
| SIDESLIP_ANGLE= 0.0 | ||
| FREESTREAM_TEMPERATURE= 300.0 | ||
| REYNOLDS_NUMBER= 5000000.0 | ||
| REYNOLDS_LENGTH= 1.0 | ||
|
|
||
| % ---------------------- REFERENCE VALUE DEFINITION ---------------------------% | ||
| % | ||
| REF_ORIGIN_MOMENT_X = 0.25 | ||
| REF_ORIGIN_MOMENT_Y = 0.00 | ||
| REF_ORIGIN_MOMENT_Z = 0.00 | ||
| REF_LENGTH= 1.0 | ||
| REF_AREA= 2.0 | ||
|
|
||
| % -------------------- BOUNDARY CONDITION DEFINITION --------------------------% | ||
| % | ||
| MARKER_HEATFLUX= ( wall, 0.0 ) | ||
| MARKER_INLET= ( inlet, 302.4, 118309.784, 1.0, 0.0, 0.0 ) | ||
| MARKER_OUTLET= ( outlet, 115056.0, farfield, 115056.0 ) | ||
| MARKER_SYM= ( symmetry ) | ||
| MARKER_PLOTTING= ( wall ) | ||
| MARKER_MONITORING= ( wall ) | ||
|
|
||
| % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------% | ||
| % | ||
| NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES | ||
| CFL_NUMBER= 100.0 | ||
| CFL_ADAPT= YES | ||
| CFL_ADAPT_PARAM= ( 0.1, 2.0, 100.0, 1e5 ) | ||
| RK_ALPHA_COEFF= ( 0.66667, 0.66667, 1.000000 ) | ||
| ITER= 99999 | ||
|
|
||
| % ----------------------- SLOPE LIMITER DEFINITION ----------------------------% | ||
| % | ||
| VENKAT_LIMITER_COEFF= 0.1 | ||
| ADJ_SHARP_LIMITER_COEFF= 3.0 | ||
| REF_SHARP_EDGES= 3.0 | ||
| SENS_REMOVE_SHARP= NO | ||
|
|
||
| % -------------------------- MULTIGRID PARAMETERS -----------------------------% | ||
| % | ||
| MGLEVEL= 0 | ||
| % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------% | ||
| % | ||
| CONV_NUM_METHOD_FLOW= ROE | ||
| % | ||
| MUSCL_FLOW= YES | ||
| SLOPE_LIMITER_FLOW= NONE | ||
| JST_SENSOR_COEFF= ( 0.5, 0.02 ) | ||
| TIME_DISCRE_FLOW= EULER_IMPLICIT | ||
|
|
||
| % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------% | ||
| % | ||
|
|
||
| CONV_NUM_METHOD_TURB= SCALAR_UPWIND | ||
| MUSCL_TURB= NO | ||
| SLOPE_LIMITER_TURB= VENKATAKRISHNAN | ||
| TIME_DISCRE_TURB= EULER_IMPLICIT | ||
|
|
||
| % --------------------------- CONVERGENCE PARAMETERS --------------------------% | ||
| % | ||
| CONV_FIELD= RMS_DENSITY | ||
| CONV_RESIDUAL_MINVAL= -14 | ||
| CONV_STARTITER= 10 | ||
| CONV_CAUCHY_ELEMS= 100 | ||
| CONV_CAUCHY_EPS= 1E-6 | ||
| % | ||
|
|
||
| % ------------------------- INPUT/OUTPUT INFORMATION --------------------------% | ||
| % | ||
| MESH_FILENAME= mesh_flatplate_turb_137x97.su2 | ||
| MESH_FORMAT= SU2 | ||
| MESH_OUT_FILENAME= mesh_out.su2 | ||
| SOLUTION_FILENAME= solution_flow.dat | ||
| SOLUTION_ADJ_FILENAME= solution_adj.dat | ||
| TABULAR_FORMAT= CSV | ||
| CONV_FILENAME= history | ||
| RESTART_FILENAME= restart_flow.dat | ||
| RESTART_ADJ_FILENAME= restart_adj.dat | ||
| VOLUME_FILENAME= flow | ||
| VOLUME_ADJ_FILENAME= adjoint | ||
| GRAD_OBJFUNC_FILENAME= of_grad.dat | ||
| SURFACE_FILENAME= surface_flow | ||
| SURFACE_ADJ_FILENAME= surface_adjoint | ||
| OUTPUT_WRT_FREQ= 1000 | ||
| SCREEN_OUTPUT= (INNER_ITER, WALL_TIME, RMS_RES, LIFT, DRAG) |
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.
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.
Remember to revert this to develop