-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2400 from su2code/centrifugal_load
FEA centrifugal forces
- Loading branch information
Showing
15 changed files
with
140 additions
and
86 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% SU2 configuration file % | ||
% Case description: Spinning Cylinder % | ||
% Author: Pedro Gomes % | ||
% Institution: SU2 Foundation % | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
SOLVER= ELASTICITY | ||
MATH_PROBLEM= DIRECT | ||
GEOMETRIC_CONDITIONS= SMALL_DEFORMATIONS | ||
MATERIAL_MODEL= LINEAR_ELASTIC | ||
|
||
ELASTICITY_MODULUS= 2E11 | ||
POISSON_RATIO= 0.3 | ||
MATERIAL_DENSITY= 7854 | ||
|
||
MARKER_SYM= ( x_minus, per_1, per_2 ) | ||
MARKER_PRESSURE= ( inner, 0, outer, 0, x_plus, 0 ) | ||
|
||
CENTRIFUGAL_FORCE= YES | ||
ROTATION_RATE= ( 1500, 0, 0 ) | ||
MOTION_ORIGIN= ( 0, 0, 0 ) | ||
|
||
LINEAR_SOLVER= CONJUGATE_GRADIENT | ||
LINEAR_SOLVER_PREC= ILU | ||
LINEAR_SOLVER_ERROR= 1E-8 | ||
LINEAR_SOLVER_ITER= 1000 | ||
|
||
SCREEN_OUTPUT= INNER_ITER, RMS_RES, LINSOL, VMS | ||
OUTPUT_WRT_FREQ= 1 | ||
INNER_ITER= 1 | ||
|
||
MESH_FILENAME= cylinder.su2 | ||
|
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
Oops, something went wrong.