1step solution to initial condition, select GRI, turn off ignitionCells

This commit is contained in:
ignis 2018-01-24 04:15:38 +09:00
parent 2ec6037736
commit 989de85bb9
18 changed files with 531976 additions and 723 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/methane-1step/reactions";
foamChemistryFile "$FOAM_CASE/constant/GRI30/grimech30.foam";
foamChemistryThermoFile "$FOAM_CASE/constant/methane-1step/thermo.compressibleGas";
foamChemistryThermoFile "$FOAM_CASE/constant/GRI30/thermo30.foam";
// ************************************************************************* //

View file

@ -1,6 +1,6 @@
#!/bin/bash
#SBATCH -J 050ch4-1step # Job name
#SBATCH -J 050ch4-gri # 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

40879
solution.1step/CH4 Normal file

File diff suppressed because it is too large Load diff

40879
solution.1step/CO2 Normal file

File diff suppressed because it is too large Load diff

40879
solution.1step/H2O Normal file

File diff suppressed because it is too large Load diff

40879
solution.1step/N2 Normal file

File diff suppressed because it is too large Load diff

40879
solution.1step/O2 Normal file

File diff suppressed because it is too large Load diff

40879
solution.1step/T Normal file

File diff suppressed because it is too large Load diff

40876
solution.1step/U Normal file

File diff suppressed because it is too large Load diff

70
solution.1step/Ydefault Normal file
View file

@ -0,0 +1,70 @@
/*--------------------------------*- 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.0038885";
object H;
}
dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 0;
boundaryField
{
nzLow
{
type fixedValue;
value uniform 0;
}
nzUpp
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
walls
{
type zeroGradient;
}
coLow
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
coUpp
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
}
// ************************************************************************* //

40064
solution.1step/dQ Normal file

File diff suppressed because it is too large Load diff

43113
solution.1step/h Normal file

File diff suppressed because it is too large Load diff

70
solution.1step/p Normal file
View file

@ -0,0 +1,70 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "1";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 101325;
boundaryField
{
nzLow
{
type zeroGradient;
}
nzUpp
{
type zeroGradient;
}
coLow
{
type totalPressure;
rho none;
psi none;
gamma 1;
p0 uniform 101325;
value uniform 101325;
}
coUpp
{
type totalPressure;
rho none;
psi none;
gamma 1;
p0 uniform 101325;
value uniform 101325;
}
outlet
{
type totalPressure;
rho none;
psi none;
gamma 1;
p0 uniform 101325;
value uniform 101325;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //

160494
solution.1step/phi Normal file

File diff suppressed because it is too large Load diff

60
solution.1step/qc Normal file
View file

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

View file

@ -23,13 +23,13 @@ startTime 0;
stopAt endTime; // noWriteNow; // nextWrite; // writeNow; //
endTime 1.0;
endTime 0.3;
deltaT 1.0e-6;
writeControl adjustableRunTime; // clockTime; // timeStep; //
writeInterval 0.1; // 0.000078; //3600; // 400; // 10000; //
writeInterval 0.05; // 0.000078; //3600; // 400; // 10000; //
purgeWrite 0;

View file

@ -18,7 +18,7 @@ FoamFile
source1
{
type fixedTemperatureConstraint;
active true;
active false;
timeStart 0.0;
duration 0.1;
selectionMode cellSet;