-
Notifications
You must be signed in to change notification settings - Fork 911
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
Merged
+457
−19
Merged
Changes from all commits
Commits
Show all changes
17 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 36055fe
[skip ci]
pcarruscag 5282d62
Merge branch 'develop' into feature_SST_RoughBCs
pcarruscag d7e9f6c
Apply suggestions from code review
pcarruscag 3f1875c
Apply suggestions from code review
pcarruscag 76aeae0
[skip ci]
pcarruscag b3bb7b5
Merge branch 'develop' into feature_SST_RoughBCs
pcarruscag 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
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= YES | ||
| 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 | ||
| MESH_FORMAT= SU2 | ||
| MESH_OUT_FILENAME= mesh_out | ||
| SOLUTION_FILENAME= restart_flow | ||
| SOLUTION_ADJ_FILENAME= restart_adj | ||
| TABULAR_FORMAT= CSV | ||
| CONV_FILENAME= history | ||
| RESTART_FILENAME= restart_flow | ||
| RESTART_ADJ_FILENAME= restart_adj | ||
| 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.
Uh oh!
There was an error while loading. Please reload this page.