Skip to content
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

Feature custom source #162

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8,601 changes: 8,601 additions & 0 deletions py_wrapper/custom_source/mesh_cavity_65x65.su2

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions py_wrapper/turbulent_premixed_psi/psi.geo
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
//+
Point(1) = {0, 0, 0, 1.0};
//+
Point(2) = {0.32, 0, 0, 1.0};
//+
Point(3) = {0.32, 0.0375, 0, 1.0};
//+
Point(4) = {0, 0.0375, 0, 1.0};
//+
Point(5) = {0, 0.0125, 0, 1.0};
//+
Point(6) = {-0.1, 0.0125, 0, 1.0};
//+
Point(7) = {-0.1, 0.0, 0, 1.0};
//+
Point(8) = {0.32, 0.0125, -0, 1.0};
//+
Line(1) = {7, 6};
//+
Line(2) = {1, 7};
//+
Line(3) = {1, 5};
//+
Line(4) = {5, 6};
//+
Line(5) = {1, 2};
//+
Line(6) = {2, 8};
//+
Line(7) = {5, 8};
//+
Line(8) = {5, 4};
//+
Line(9) = {4, 3};
//+
Line(10) = {3, 8};
//+
Curve Loop(1) = {-2, 3, 4, -1};
//+
Plane Surface(1) = {1};
//+
Curve Loop(2) = {5, 6, -7, -3};
//+
Plane Surface(2) = {2};
//+
Curve Loop(3) = {-7, 8, 9, 10};
//+
Plane Surface(3) = {3};
//+
Physical Curve("inlet", 11) = {1};
//+
Physical Curve("outlet", 12) = {6, 10};
//+
Physical Curve("wall_top", 13) = {9};
//+
Physical Curve("wall_side", 14) = {8};
//+
Physical Curve("wall_pipe", 15) = {4};
//+
Physical Curve("symmetry", 16) = {2, 5};
//+
Physical Surface("interior", 17) = {1, 2, 3};
//+
Transfinite Curve {2, 4} = 40 Using Progression 1.1;
//+
Transfinite Curve {5, 7, 9} = 100 Using Progression 1.04;
//+
Transfinite Curve {1, 3, 6} = 30 Using Progression 0.96;
//+
Transfinite Curve {8, 10} = 30 Using Progression 1;
//+
Transfinite Surface {1};
//+
Transfinite Surface {2};
//+
Transfinite Surface {3};
//+
Recombine Surface {1, 3, 2};
//+
Recombine Surface {1, 2, 3};
14,351 changes: 14,351 additions & 0 deletions py_wrapper/turbulent_premixed_psi/psi.su2

Large diffs are not rendered by default.