-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
192 changed files
with
14,438 additions
and
28 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/.vim/.netrwhist
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,3 @@ | ||
let g:netrw_dirhistmax =10 | ||
let g:netrw_dirhistcnt =1 | ||
let g:netrw_dirhist_1='/home/openfoam/postProcessing/patchIntegrate(patch=inlet,field=alpha.gas)/0' |
47 changes: 47 additions & 0 deletions
47
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/CO2.gas
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,47 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 9 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volScalarField; | ||
object CO2.gas; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
#include "${FOAM_CASE}/constant/globalVars" | ||
|
||
internalField uniform 0; | ||
|
||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
inlet | ||
{ | ||
type fixedValue; | ||
value uniform $f_CO2; | ||
} | ||
|
||
outlet | ||
{ | ||
//type inletOutlet; | ||
//phi phi.gas; | ||
//inletValue $f_CO2; | ||
//value $f_CO2; | ||
type zeroGradient; | ||
} | ||
|
||
defaultFaces | ||
{ | ||
type zeroGradient; | ||
} | ||
} | ||
|
||
// ************************************************************************* // |
42 changes: 42 additions & 0 deletions
42
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/CO2.liquid
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,42 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 9 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volScalarField; | ||
object CO2.liquid; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
internalField uniform 0.0; | ||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
inlet | ||
{ | ||
type zeroGradient; | ||
//type fixedValue; | ||
//value uniform 0.0; | ||
} | ||
|
||
outlet | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
defaultFaces | ||
{ | ||
type zeroGradient; | ||
} | ||
} | ||
|
||
// ************************************************************************* // |
47 changes: 47 additions & 0 deletions
47
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/H2.gas
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,47 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 9 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volScalarField; | ||
object H2.gas; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
#include "${FOAM_CASE}/constant/globalVars" | ||
|
||
internalField uniform 0; | ||
|
||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
inlet | ||
{ | ||
type fixedValue; | ||
value uniform $f_H2; | ||
} | ||
|
||
outlet | ||
{ | ||
//type inletOutlet; | ||
//phi phi.gas; | ||
//inletValue $f_H2; | ||
//value $f_H2; | ||
type zeroGradient; | ||
} | ||
|
||
defaultFaces | ||
{ | ||
type zeroGradient; | ||
} | ||
} | ||
|
||
// ************************************************************************* // |
42 changes: 42 additions & 0 deletions
42
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/H2.liquid
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,42 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 9 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volScalarField; | ||
object H2.liquid; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
internalField uniform 0.0; | ||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
inlet | ||
{ | ||
type zeroGradient; | ||
//type fixedValue; | ||
//value uniform 0.0; | ||
} | ||
|
||
outlet | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
defaultFaces | ||
{ | ||
type zeroGradient; | ||
} | ||
} | ||
|
||
// ************************************************************************* // |
47 changes: 47 additions & 0 deletions
47
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/N2.gas
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,47 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 9 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volScalarField; | ||
object N2.gas; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
dimensions [0 0 0 0 0 0 0]; | ||
|
||
#include "${FOAM_CASE}/constant/globalVars" | ||
|
||
internalField uniform 1; | ||
|
||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
inlet | ||
{ | ||
type fixedValue; | ||
value uniform $f_N2; | ||
} | ||
|
||
outlet | ||
{ | ||
//type inletOutlet; | ||
//phi phi.gas; | ||
//inletValue $f_N2; | ||
//value $f_N2; | ||
type zeroGradient; | ||
} | ||
|
||
defaultFaces | ||
{ | ||
type zeroGradient; | ||
} | ||
} | ||
|
||
// ************************************************************************* // |
44 changes: 44 additions & 0 deletions
44
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/T.gas
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,44 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 9 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volScalarField; | ||
object T.gas; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 1 0 0 0]; | ||
|
||
internalField uniform 300; | ||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
inlet | ||
{ | ||
type fixedValue; | ||
value $internalField; | ||
} | ||
|
||
outlet | ||
{ | ||
type inletOutlet; | ||
phi phi.gas; | ||
inletValue $internalField; | ||
value $internalField; | ||
} | ||
|
||
defaultFaces | ||
{ | ||
type zeroGradient; | ||
} | ||
} | ||
|
||
// ************************************************************************* // |
43 changes: 43 additions & 0 deletions
43
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/T.liquid
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,43 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: 9 | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volScalarField; | ||
object T.liquid; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 0 0 1 0 0 0]; | ||
|
||
internalField uniform 300; | ||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
outlet | ||
{ | ||
type inletOutlet; | ||
phi phi.liquid; | ||
inletValue $internalField; | ||
value $internalField; | ||
} | ||
inlet | ||
{ | ||
type fixedValue; | ||
value $internalField; | ||
} | ||
defaultFaces | ||
{ | ||
type zeroGradient; | ||
} | ||
|
||
} | ||
|
||
// ************************************************************************* // |
47 changes: 47 additions & 0 deletions
47
OFsolvers/tutorial_cases/loop_reactor_pbe_dynmix_nonstat_headbranch/0.orig/U.gas
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,47 @@ | ||
/*--------------------------------*- C++ -*----------------------------------*\ | ||
========= | | ||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | ||
\\ / O peration | Website: https://openfoam.org | ||
\\ / A nd | Version: dev | ||
\\/ M anipulation | | ||
\*---------------------------------------------------------------------------*/ | ||
FoamFile | ||
{ | ||
format ascii; | ||
class volVectorField; | ||
object U.gas; | ||
} | ||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | ||
|
||
dimensions [0 1 -1 0 0 0 0]; | ||
|
||
internalField uniform (0 0.0 0); | ||
|
||
#include "${FOAM_CASE}/constant/globalVars" | ||
|
||
boundaryField | ||
{ | ||
#includeEtc "caseDicts/setConstraintTypes" | ||
|
||
inlet | ||
{ | ||
//type flowRateInletVelocity; | ||
//massFlowRate $mflowRateGas; | ||
//rho thermo:rho.gas; | ||
//value $internalField; | ||
type fixedValue; | ||
value uniform (0 $uGasPhase 0); | ||
} | ||
outlet | ||
{ | ||
type pressureInletOutletVelocity; | ||
phi phi.gas; | ||
value $internalField; | ||
} | ||
defaultFaces | ||
{ | ||
type slip; | ||
} | ||
} | ||
|
||
// ************************************************************************* // |
Oops, something went wrong.