nozzle exit composition for Zst=0.050

This commit is contained in:
ignis 2018-03-05 17:20:19 +09:00
parent 584e10c699
commit 6936afc1f9
4 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ boundaryField
nzLow
{
type fixedValue;
value uniform 1;
value uniform 0.14046;
}
nzUpp
{

View file

@ -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
{

View file

@ -28,7 +28,7 @@ boundaryField
nzUpp
{
type fixedValue;
value uniform 0.301238;
value uniform 0.559989;
}
coLow
{

View file

@ -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