-2.4kV applied to lower(fuel side) electrode

This commit is contained in:
ignis 2018-01-24 16:38:07 +09:00
parent 80e57f1757
commit 91b8f9e7f7
14 changed files with 2225 additions and 1736 deletions

File diff suppressed because it is too large Load diff

View file

@ -30,8 +30,8 @@ inertSpecie N2;
chemistryReader foamChemistryReader;
foamChemistryFile "$FOAM_CASE/constant/GRI30/grimech30.foam";
foamChemistryFile "$FOAM_CASE/constant/gri-belhi/grimech30.foam";
foamChemistryThermoFile "$FOAM_CASE/constant/GRI30/thermo30.foam";
foamChemistryThermoFile "$FOAM_CASE/constant/gri-belhi/thermo30.foam";
// ************************************************************************* //

View file

@ -1,12 +1,12 @@
#!/bin/bash
#SBATCH -J 050ch4-gri # Job name
#SBATCH -J 050ch4-2.4kV # Job name
#SBATCH -o job.%j.out # Name of stdout output file (%j expands to jobId)
#SBATCH -n 100 # Total number of mpi tasks requested
#SBATCH --ntasks-per-node=10
#SBATCH -n 200 # Total number of mpi tasks requested
#SBATCH --ntasks-per-node=20
#SBATCH --mail-user=ignis@postech.ac.kr
#SBATCH --mail-type=ALL
# Launch MPI-based executable
mpirun reactingFoam -parallel
mpirun eReactingFoam -parallel

58
solution.gri30/De Normal file
View file

@ -0,0 +1,58 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object De;
}
dimensions [ 0 -1 -1 0 0 0 0 ];
internalField uniform 0;
boundaryField
{
coLow
{
type zeroGradient;
}
coUpp
{
type zeroGradient;
}
nzLow
{
type zeroGradient;
}
nzUpp
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

60
solution.gri30/H3O+ Normal file
View file

@ -0,0 +1,60 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object H3O+;
}
dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 0;
boundaryField
{
coUpp
{
type fixedValue;
value uniform 0;
}
coLow
{
type zeroGradient;
}
nzUpp
{
type fixedValue;
value uniform 0;
}
nzLow
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

60
solution.gri30/HCO+ Normal file
View file

@ -0,0 +1,60 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object HCO+;
}
dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 0;
boundaryField
{
coUpp
{
type fixedValue;
value uniform 0;
}
coLow
{
type zeroGradient;
}
nzUpp
{
type fixedValue;
value uniform 0;
}
nzLow
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

64
solution.gri30/Phi Normal file
View file

@ -0,0 +1,64 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object Phi;
}
dimensions [ 1 2 -3 0 0 -1 0 ];
internalField uniform 0;
boundaryField
{
nzLow
{
type uniformFixedValue;
uniformValue table 2 ( ( 0 0 ) ( 0.01 -2400 ) );
value uniform 0;
}
nzUpp
{
type fixedValue;
value uniform 0;
}
coLow
{
type uniformFixedValue;
uniformValue table 2 ( ( 0 0 ) ( 0.01 -2400 ) );
value uniform 0;
}
coUpp
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

60
solution.gri30/Te Normal file
View file

@ -0,0 +1,60 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object Te;
}
dimensions [ 0 0 0 1 0 0 0 ];
internalField uniform 300 ;
boundaryField
{
coLow
{
type zeroGradient;
}
coUpp
{
type zeroGradient;
}
nzLow
{
type fixedValue;
value uniform 300;
}
nzUpp
{
type fixedValue;
value uniform 300;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

62
solution.gri30/Ydefault Normal file
View file

@ -0,0 +1,62 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object Ydefault;
}
dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 0;
boundaryField
{
coLow
{
type fixedValue;
value uniform 0;
}
coUpp
{
type fixedValue;
value uniform 0;
}
nzLow
{
type fixedValue;
value uniform 0;
}
nzUpp
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

58
solution.gri30/mue Normal file
View file

@ -0,0 +1,58 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object mue;
}
dimensions [ -1 -3 2 0 0 1 0 ];
internalField uniform 0;
boundaryField
{
coLow
{
type zeroGradient;
}
coUpp
{
type zeroGradient;
}
nzLow
{
type zeroGradient;
}
nzUpp
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

60
solution.gri30/ne Normal file
View file

@ -0,0 +1,60 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object ne;
}
dimensions [ 0 -3 0 0 0 0 0 ];
internalField uniform 0;
boundaryField
{
coUpp
{
type zeroGradient;
}
coLow
{
type fixedValue;
value uniform 0;
}
nzUpp
{
type zeroGradient;
}
nzLow
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

58
solution.gri30/rhoq Normal file
View file

@ -0,0 +1,58 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class volScalarField;
location "0";
object rhoq;
}
dimensions [ 0 -3 1 0 0 1 0 ];
internalField uniform 0;
boundaryField
{
coLow
{
type zeroGradient;
}
coUpp
{
type zeroGradient;
}
nzLow
{
type zeroGradient;
}
nzUpp
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //

View file

@ -23,13 +23,13 @@ startTime 0;
stopAt endTime; // noWriteNow; // nextWrite; // writeNow; //
endTime 0.3;
endTime 0.5;
deltaT 1.0e-6;
writeControl adjustableRunTime; // clockTime; // timeStep; //
writeInterval 0.05; // 0.000078; //3600; // 400; // 10000; //
writeInterval 1000; // 10000; // 0.05; // 0.000078; //3600; //
purgeWrite 0;
@ -39,13 +39,13 @@ secondaryWriteControl timeStep; //clockTime; //
secondaryWriteInterval 501; // 3600; //
secondaryPurgeWrite 1;
*/
secondaryWriteControl clockTime; // timeStep; //
secondaryWriteInterval 600; // 1;
secondaryWriteInterval 3000; // 1;
secondaryPurgeWrite 2;
*/
writeFormat ascii;
@ -59,7 +59,7 @@ timePrecision 8;
runTimeModifiable true;
adjustTimeStep yes;
adjustTimeStep no;
maxCo 0.4;
@ -85,6 +85,7 @@ functions
fields
(
p
Phi
);
}
}

View file

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 100;
numberOfSubdomains 200;
// method manual;
method simple;
@ -24,7 +24,7 @@ method simple;
simpleCoeffs
{
// n ( 4 5 1 );
n ( 100 1 1 );
n ( 200 1 1 );
delta 0.001;
}