Skip to content
Closed
Show file tree
Hide file tree
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
Binary file not shown.
13,537 changes: 13,537 additions & 0 deletions disc_adj_ffi/mixing_plane/circ_out.su2

Large diffs are not rendered by default.

3,281 changes: 3,281 additions & 0 deletions disc_adj_ffi/mixing_plane/solution_flow_0.csv

Large diffs are not rendered by default.

3,281 changes: 3,281 additions & 0 deletions disc_adj_ffi/mixing_plane/solution_flow_1.csv

Large diffs are not rendered by default.

115,297 changes: 115,297 additions & 0 deletions disc_adj_ffi/sliding_interface/circle_rans_ffd.su2

Large diffs are not rendered by default.

28,481 changes: 28,481 additions & 0 deletions disc_adj_ffi/sliding_interface/solution_flow_0.csv

Large diffs are not rendered by default.

28,481 changes: 28,481 additions & 0 deletions disc_adj_ffi/sliding_interface/solution_flow_1.csv

Large diffs are not rendered by default.

100,999 changes: 100,999 additions & 0 deletions disc_adj_turbomachinery/axial_stage_2D/axial_stage_2D.su2

Large diffs are not rendered by default.

22,021 changes: 22,021 additions & 0 deletions disc_adj_turbomachinery/axial_stage_2D/solution_adj_entg_0.csv

Large diffs are not rendered by default.

22,521 changes: 22,521 additions & 0 deletions disc_adj_turbomachinery/axial_stage_2D/solution_adj_entg_1.csv

Large diffs are not rendered by default.

22,021 changes: 22,021 additions & 0 deletions disc_adj_turbomachinery/axial_stage_2D/solution_flow_0.csv

Large diffs are not rendered by default.

22,521 changes: 22,521 additions & 0 deletions disc_adj_turbomachinery/axial_stage_2D/solution_flow_1.csv

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified disc_adj_turbomachinery/transonic_stator_2D/solution_flow.dat
Binary file not shown.
Binary file modified fea_fsi/stat_fsi/solution_beam_1.dat
Binary file not shown.
Binary file modified fea_fsi/stat_fsi/solution_flow_0.dat
Binary file not shown.
46 changes: 46 additions & 0 deletions flamelet/09_laminar_premixed_ch4_flame_unsteady/1d_chamber.geo
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
N=0.00002;
dy=5e-5;
//+
Point(1) = {0, 0, 0, N};
Point(2) = {0.01, 0, 0, 0.2*N};
Point(3) = {0.01, dy, 0, 0.2*N};
Point(4) = {0.0, dy, 0, N};
Point(9) = {0.0100+dy, 2*dy, 0, N};
Point(10) = {0.010, 2*dy, 0, N};
Point(11) = {0.0100+dy, 9*dy, 0, N};
Point(13) = {0.0100+8*dy, 0.00, 0, N};
Point(14) = {0.0100+8*dy, 2*dy, 0, N};
//+
Line(1) = {1, 4};
Line(2) = {4, 3};
Line(3) = {3, 2};
Line(4) = {2, 1};
Line(6) = {9, 11};
Line(10) = {13, 14};
Line(11) = {2, 13};
//+
Circle(5) = {3, 10, 9};
Circle(9) = {14, 9, 11};
//+
Transfinite Curve {3, 1} = 2 Using Progression 1;
Transfinite Curve {4, 2} = 1000 Using Progression 1;
//+
//+
Physical Curve("inlet", 12) = {1};
Physical Curve("symmetry_bottom", 13) = {4, 11};
Physical Curve("outlet", 14) = {9, 10};
Physical Curve("wall", 15) = {6, 5, 2};
//+
Curve Loop(1) = {2, 3, 4, 1};
//+
Plane Surface(1) = {1};
//+
Curve Loop(2) = {6, -9, -10, -11, -3, 5};
//+
Plane Surface(2) = {2};
//+
Transfinite Surface {1};
//+
Physical Surface("interior", 16) = {1, 2};
//+
Recombine Surface {1, 2};
Loading