diff --git a/0.org/CH4 b/0.org/CH4 index 9ffa3ec..c38600e 100644 --- a/0.org/CH4 +++ b/0.org/CH4 @@ -23,7 +23,7 @@ boundaryField nzLow { type fixedValue; - value uniform 1; + value uniform 0.14046; } nzUpp { diff --git a/0.org/N2 b/0.org/N2 index 3dfefa4..cefaf10 100644 --- a/0.org/N2 +++ b/0.org/N2 @@ -23,12 +23,12 @@ boundaryField nzLow { type fixedValue; - value uniform 0; + value uniform 0.85954; } nzUpp { type fixedValue; - value uniform 0.698762; + value uniform 0.440011; } coLow { diff --git a/0.org/O2 b/0.org/O2 index 633a747..ecadb76 100644 --- a/0.org/O2 +++ b/0.org/O2 @@ -28,7 +28,7 @@ boundaryField nzUpp { type fixedValue; - value uniform 0.301238; + value uniform 0.559989; } coLow { diff --git a/job.mpi b/job.mpi index 079d9e6..b0355f3 100644 --- a/job.mpi +++ b/job.mpi @@ -1,9 +1,9 @@ #!/bin/bash -#SBATCH -J 007ch4-1step # Job name +#SBATCH -J 050ch4-1step # 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 --ntasks-per-node=20 #SBATCH --mail-user=ignis@postech.ac.kr #SBATCH --mail-type=ALL