Skip to content

Commit d2a3815

Browse files
committed
whx-change
1 parent caba74f commit d2a3815

File tree

118 files changed

+3748
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+3748
-1
lines changed

applications/solvers/dfLowMachFoam/dfLowMachFoam.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ int main(int argc, char *argv[])
149149
end = std::clock();
150150
time_monitor_flow += double(end - start) / double(CLOCKS_PER_SEC);
151151

152-
if(combModelName!="ESF" && combModelName!="flareFGM" )
152+
if(combModelName!="ESF" && combModelName!="flareFGM" && combModelName!="DeePFGM")
153153
{
154154
#include "YEqn.H"
155155

413 Bytes
Binary file not shown.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
| ========= | |
3+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4+
| \\ / O peration | Version: 4.1 |
5+
| \\ / A nd | Web: www.OpenFOAM.org |
6+
| \\/ M anipulation | |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
version 2.0;
11+
format ascii;
12+
class volScalarField;
13+
location "0";
14+
object c;
15+
}
16+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17+
18+
dimensions [0 2 -2 0 0 0 0];
19+
20+
internalField uniform 1907;
21+
22+
boundaryField
23+
{
24+
wallTube
25+
{
26+
type zeroGradient;
27+
}
28+
29+
outlet
30+
{
31+
type zeroGradient;
32+
}
33+
34+
inletPilot
35+
{
36+
type fixedValue;
37+
value uniform -170863.69815950916;
38+
}
39+
40+
inletAir
41+
{
42+
type fixedValue;
43+
value uniform 35298.7;
44+
}
45+
46+
wallOutside
47+
{
48+
type zeroGradient;
49+
}
50+
51+
inletCH4
52+
{
53+
type fixedValue;
54+
value uniform -714081.00107;
55+
}
56+
57+
axis
58+
{
59+
type empty;
60+
}
61+
62+
frontAndBack_pos
63+
{
64+
type wedge;
65+
}
66+
frontAndBack_neg
67+
{
68+
type wedge;
69+
}
70+
71+
72+
}
73+
74+
75+
// ************************************************************************* //
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: 7
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
version 2.0;
11+
format ascii;
12+
class volScalarField;
13+
location "0";
14+
object N2;
15+
}
16+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17+
18+
dimensions [0 0 0 0 0 0 0];
19+
20+
internalField uniform 0.77;
21+
22+
boundaryField
23+
{
24+
inletCH4
25+
{
26+
type fixedValue;
27+
value uniform 0.6473;
28+
}
29+
30+
wallOutside
31+
{
32+
type zeroGradient;
33+
}
34+
35+
wallTube
36+
{
37+
type zeroGradient;
38+
}
39+
40+
inletPilot
41+
{
42+
type fixedValue;
43+
value uniform 0.7342;
44+
}
45+
46+
inletAir
47+
{
48+
type fixedValue;
49+
value uniform 0.77;
50+
}
51+
52+
outlet
53+
{
54+
type zeroGradient;
55+
}
56+
57+
frontAndBack_pos
58+
{
59+
type wedge;
60+
}
61+
62+
frontAndBack_neg
63+
{
64+
type wedge;
65+
}
66+
}
67+
68+
69+
// ************************************************************************* //
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: 7
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
version 2.0;
11+
format ascii;
12+
class volScalarField;
13+
location "0";
14+
object T;
15+
}
16+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17+
18+
dimensions [0 0 0 1 0 0 0];
19+
20+
internalField uniform 300;
21+
22+
boundaryField
23+
{
24+
inletCH4
25+
{
26+
type fixedValue;
27+
value uniform 294;
28+
}
29+
30+
wallOutside
31+
{
32+
type zeroGradient;
33+
}
34+
35+
wallTube
36+
{
37+
type zeroGradient;
38+
}
39+
40+
inletPilot
41+
{
42+
type fixedValue;
43+
value uniform 1880;
44+
}
45+
46+
inletAir
47+
{
48+
type fixedValue;
49+
value uniform 291;
50+
}
51+
52+
outlet
53+
{
54+
type zeroGradient;
55+
}
56+
57+
frontAndBack_pos
58+
{
59+
type wedge;
60+
}
61+
62+
frontAndBack_neg
63+
{
64+
type wedge;
65+
}
66+
}
67+
68+
69+
// ************************************************************************* //
487 Bytes
Binary file not shown.
445 Bytes
Binary file not shown.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
| ========= | |
3+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4+
| \\ / O peration | Version: 4.1 |
5+
| \\ / A nd | Web: www.OpenFOAM.org |
6+
| \\/ M anipulation | |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
version 2.0;
11+
format ascii;
12+
class volScalarField;
13+
location "0";
14+
object Z;
15+
}
16+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17+
18+
dimensions [0 0 0 0 0 0 0];
19+
20+
internalField uniform 0;
21+
22+
boundaryField
23+
{
24+
wallTube
25+
{
26+
type zeroGradient;
27+
}
28+
29+
outlet
30+
{
31+
type zeroGradient;
32+
}
33+
34+
inletPilot
35+
{
36+
type fixedValue;
37+
value uniform 0.042944785276073615;
38+
}
39+
40+
inletAir
41+
{
42+
type fixedValue;
43+
value uniform 0;
44+
}
45+
46+
wallOutside
47+
{
48+
type zeroGradient;
49+
}
50+
51+
inletCH4
52+
{
53+
type fixedValue;
54+
value uniform 0.1561;
55+
}
56+
57+
axis
58+
{
59+
type empty;
60+
}
61+
62+
frontAndBack_pos
63+
{
64+
type wedge;
65+
}
66+
frontAndBack_neg
67+
{
68+
type wedge;
69+
}
70+
71+
72+
}
73+
74+
75+
// ************************************************************************* //
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
| ========= | |
3+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4+
| \\ / O peration | Version: 4.1 |
5+
| \\ / A nd | Web: www.OpenFOAM.org |
6+
| \\/ M anipulation | |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
version 2.0;
11+
format ascii;
12+
class volScalarField;
13+
location "0";
14+
object Zcvar;
15+
}
16+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17+
18+
dimensions [0 0 0 0 0 0 0];
19+
20+
internalField uniform 0;
21+
22+
boundaryField
23+
{
24+
wallTube
25+
{
26+
type zeroGradient;
27+
}
28+
29+
outlet
30+
{
31+
type zeroGradient;
32+
}
33+
34+
inletPilot
35+
{
36+
type fixedValue;
37+
value uniform 0;
38+
}
39+
40+
inletAir
41+
{
42+
type fixedValue;
43+
value uniform 0;
44+
}
45+
46+
wallOutside
47+
{
48+
type zeroGradient;
49+
}
50+
51+
inletCH4
52+
{
53+
type fixedValue;
54+
value uniform 0;
55+
}
56+
57+
axis
58+
{
59+
type empty;
60+
}
61+
62+
frontAndBack_pos
63+
{
64+
type wedge;
65+
}
66+
frontAndBack_neg
67+
{
68+
type wedge;
69+
}
70+
71+
}
72+
73+
74+
// ************************************************************************* //

0 commit comments

Comments
 (0)