forked from deepflameCFD/deepflame-dev
-
Notifications
You must be signed in to change notification settings - Fork 61
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 #297 from haixiao-stack/master
whx-change
- Loading branch information
Showing
118 changed files
with
3,748 additions
and
1 deletion.
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
Binary file not shown.
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,75 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
| ========= | | | ||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
| \\ / O peration | Version: 4.1 | | ||
| \\ / A nd | Web: www.OpenFOAM.org | | ||
| \\/ M anipulation | | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
version 2.0; | ||
format ascii; | ||
class volScalarField; | ||
location "0"; | ||
object c; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 2 -2 0 0 0 0]; | ||
|
||
internalField uniform 1907; | ||
|
||
boundaryField | ||
{ | ||
wallTube | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
outlet | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletPilot | ||
{ | ||
type fixedValue; | ||
value uniform -170863.69815950916; | ||
} | ||
|
||
inletAir | ||
{ | ||
type fixedValue; | ||
value uniform 35298.7; | ||
} | ||
|
||
wallOutside | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletCH4 | ||
{ | ||
type fixedValue; | ||
value uniform -714081.00107; | ||
} | ||
|
||
axis | ||
{ | ||
type empty; | ||
} | ||
|
||
frontAndBack_pos | ||
{ | ||
type wedge; | ||
} | ||
frontAndBack_neg | ||
{ | ||
type wedge; | ||
} | ||
|
||
|
||
} | ||
|
||
|
||
// ************************************************************************* // |
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,69 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 7 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
version 2.0; | ||
format ascii; | ||
class volScalarField; | ||
location "0"; | ||
object N2; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
internalField uniform 0.77; | ||
|
||
boundaryField | ||
{ | ||
inletCH4 | ||
{ | ||
type fixedValue; | ||
value uniform 0.6473; | ||
} | ||
|
||
wallOutside | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
wallTube | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletPilot | ||
{ | ||
type fixedValue; | ||
value uniform 0.7342; | ||
} | ||
|
||
inletAir | ||
{ | ||
type fixedValue; | ||
value uniform 0.77; | ||
} | ||
|
||
outlet | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
frontAndBack_pos | ||
{ | ||
type wedge; | ||
} | ||
|
||
frontAndBack_neg | ||
{ | ||
type wedge; | ||
} | ||
} | ||
|
||
|
||
// ************************************************************************* // |
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,69 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 7 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
version 2.0; | ||
format ascii; | ||
class volScalarField; | ||
location "0"; | ||
object T; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 1 0 0 0]; | ||
|
||
internalField uniform 300; | ||
|
||
boundaryField | ||
{ | ||
inletCH4 | ||
{ | ||
type fixedValue; | ||
value uniform 294; | ||
} | ||
|
||
wallOutside | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
wallTube | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletPilot | ||
{ | ||
type fixedValue; | ||
value uniform 1880; | ||
} | ||
|
||
inletAir | ||
{ | ||
type fixedValue; | ||
value uniform 291; | ||
} | ||
|
||
outlet | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
frontAndBack_pos | ||
{ | ||
type wedge; | ||
} | ||
|
||
frontAndBack_neg | ||
{ | ||
type wedge; | ||
} | ||
} | ||
|
||
|
||
// ************************************************************************* // |
Binary file not shown.
Binary file not shown.
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,75 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
| ========= | | | ||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
| \\ / O peration | Version: 4.1 | | ||
| \\ / A nd | Web: www.OpenFOAM.org | | ||
| \\/ M anipulation | | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
version 2.0; | ||
format ascii; | ||
class volScalarField; | ||
location "0"; | ||
object Z; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
internalField uniform 0; | ||
|
||
boundaryField | ||
{ | ||
wallTube | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
outlet | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletPilot | ||
{ | ||
type fixedValue; | ||
value uniform 0.042944785276073615; | ||
} | ||
|
||
inletAir | ||
{ | ||
type fixedValue; | ||
value uniform 0; | ||
} | ||
|
||
wallOutside | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletCH4 | ||
{ | ||
type fixedValue; | ||
value uniform 0.1561; | ||
} | ||
|
||
axis | ||
{ | ||
type empty; | ||
} | ||
|
||
frontAndBack_pos | ||
{ | ||
type wedge; | ||
} | ||
frontAndBack_neg | ||
{ | ||
type wedge; | ||
} | ||
|
||
|
||
} | ||
|
||
|
||
// ************************************************************************* // |
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,74 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
| ========= | | | ||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | ||
| \\ / O peration | Version: 4.1 | | ||
| \\ / A nd | Web: www.OpenFOAM.org | | ||
| \\/ M anipulation | | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
version 2.0; | ||
format ascii; | ||
class volScalarField; | ||
location "0"; | ||
object Zcvar; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
internalField uniform 0; | ||
|
||
boundaryField | ||
{ | ||
wallTube | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
outlet | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletPilot | ||
{ | ||
type fixedValue; | ||
value uniform 0; | ||
} | ||
|
||
inletAir | ||
{ | ||
type fixedValue; | ||
value uniform 0; | ||
} | ||
|
||
wallOutside | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
inletCH4 | ||
{ | ||
type fixedValue; | ||
value uniform 0; | ||
} | ||
|
||
axis | ||
{ | ||
type empty; | ||
} | ||
|
||
frontAndBack_pos | ||
{ | ||
type wedge; | ||
} | ||
frontAndBack_neg | ||
{ | ||
type wedge; | ||
} | ||
|
||
} | ||
|
||
|
||
// ************************************************************************* // |
Oops, something went wrong.