Skip to content

Commit a73b502

Browse files
committed
Changing case.py for Premixed FLame
1 parent ffbbcdf commit a73b502

File tree

18 files changed

+660
-67
lines changed

18 files changed

+660
-67
lines changed

Chemistry

Whitespace-only changes.

Premixed

Lines changed: 487 additions & 0 deletions
Large diffs are not rendered by default.

examples/1D_Premixed_Flame/case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"patch_icpp(1)%geometry": 1,
6565
"patch_icpp(1)%x_centroid": L / 2,
6666
"patch_icpp(1)%length_x": L,
67-
"patch_icpp(1)%vel(1)": "0",
67+
"patch_icpp(1)%vel(1)": 0.0,
6868
"patch_icpp(1)%pres": 1.01325e5,
6969
"patch_icpp(1)%alpha(1)": 1,
7070
"patch_icpp(1)%Y(1)": "(0.02851162527578208 + (1.882823170077901*10**(-5) - 0.02851162527578208) * 0.5*(1-tanh(1250*(x-0.04))))",
@@ -75,7 +75,7 @@
7575
"patch_icpp(1)%Y(7)": "(0.0 + (3.087047007163217*10**(-9) - 0.0) * 0.5*(1-tanh(1250*(x-0.04))))",
7676
"patch_icpp(1)%Y(8)": "(0.0 + (1.7396153620760586*10**(-9) - 0.0) * 0.5*(1-tanh(1250*(x-0.04))))",
7777
"patch_icpp(1)%Y(6)": "(0.0 + (0.2545911810163394 - 0.0) * 0.5*(1-tanh(1250*(x-0.04))))",
78-
"patch_icpp(1)%Y(9)": "0.0",
78+
"patch_icpp(1)%Y(9)": 0.0,
7979
"patch_icpp(1)%Y(10)": "(0.7452197771115008 + (0.7452197771115058 - 0.7452197771115008) * 0.5*(1-tanh(1250*(x-0.04))))",
8080
"patch_icpp(1)%alpha_rho(1)": "1.01325d0*10.0d0**(5.0d0)/(8.3144626d0*1000.0d0*(300 + (1600 - 300) * 0.5 * (1 - tanh(1250 * (x - 0.04))))* "
8181
+ "((0.02851162527578208 + (1.882823170077901*10**(-5) - 0.02851162527578208) * 0.5*(1-tanh(1250*(x-0.04))))/2.016 + ( 3.3821733749391013*10**(-8) * 0.5*(1-tanh(1250*(x-0.04))))/1.008 + "

tests/140C353C/golden-metadata.txt

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/2BDE2018/golden-metadata.txt

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/2BDE2018/golden.txt

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/41AD0140/golden-metadata.txt

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)