From 584e10c699517e13e75d6f87f0ed07f343708580 Mon Sep 17 00:00:00 2001 From: ignis Date: Mon, 26 Feb 2018 04:01:48 +0900 Subject: [PATCH] bc update for Zst=0.07 and N2 coflow and time varying ignition cells temperature --- 0.org/CH4 | 36 +++++++++++++++++++----------------- 0.org/N2 | 38 ++++++++++++++++++++------------------ 0.org/O2 | 36 +++++++++++++++++++----------------- 0.org/T | 36 +++++++++++++++++++----------------- 0.org/U | 32 ++++++++++++++++++-------------- 0.org/Ydefault | 34 ++++++++++++++++++---------------- 0.org/alphat | 30 ++++++++++++++++++------------ 0.org/p | 38 ++++++++++++++++---------------------- job.mpi | 2 +- system/fvOptions | 9 ++++++++- 10 files changed, 156 insertions(+), 135 deletions(-) diff --git a/0.org/CH4 b/0.org/CH4 index 2a320f4..9ffa3ec 100644 --- a/0.org/CH4 +++ b/0.org/CH4 @@ -23,13 +23,31 @@ boundaryField nzLow { type fixedValue; - value uniform 0.14046; + value uniform 1; } nzUpp { type fixedValue; value uniform 0; } + coLow + { + type fixedValue; + value uniform 0; + } + coUpp + { + type fixedValue; + value uniform 0; + } + waLow + { + type zeroGradient; + } + waUpp + { + type zeroGradient; + } outlet { type inletOutlet; @@ -48,22 +66,6 @@ boundaryField { type empty; } - walls - { - type zeroGradient; - } - coLow - { - type inletOutlet; - inletValue uniform 0; - value uniform 0; - } - coUpp - { - type inletOutlet; - inletValue uniform 0; - value uniform 0; - } } diff --git a/0.org/N2 b/0.org/N2 index 387e7e2..3dfefa4 100644 --- a/0.org/N2 +++ b/0.org/N2 @@ -23,12 +23,30 @@ boundaryField nzLow { type fixedValue; - value uniform 0.85954; + value uniform 0; } nzUpp { type fixedValue; - value uniform 0.440011; + value uniform 0.698762; + } + coLow + { + type fixedValue; + value uniform 1; + } + coUpp + { + type fixedValue; + value uniform 1; + } + waLow + { + type zeroGradient; + } + waUpp + { + type zeroGradient; } outlet { @@ -48,22 +66,6 @@ boundaryField { type empty; } - walls - { - type zeroGradient; - } - coLow - { - type inletOutlet; - inletValue uniform 1; - value uniform 1; - } - coUpp - { - type inletOutlet; - inletValue uniform 1; - value uniform 1; - } } diff --git a/0.org/O2 b/0.org/O2 index 54b515e..633a747 100644 --- a/0.org/O2 +++ b/0.org/O2 @@ -28,7 +28,25 @@ boundaryField nzUpp { type fixedValue; - value uniform 0.559989; + value uniform 0.301238; + } + coLow + { + type fixedValue; + value uniform 0; + } + coUpp + { + type fixedValue; + value uniform 0; + } + waLow + { + type zeroGradient; + } + waUpp + { + type zeroGradient; } outlet { @@ -48,22 +66,6 @@ boundaryField { type empty; } - walls - { - type zeroGradient; - } - coLow - { - type inletOutlet; - inletValue uniform 0; - value uniform 0; - } - coUpp - { - type inletOutlet; - inletValue uniform 0; - value uniform 0; - } } diff --git a/0.org/T b/0.org/T index d650b19..1be6b33 100644 --- a/0.org/T +++ b/0.org/T @@ -16,7 +16,7 @@ FoamFile dimensions [ 0 0 0 1 0 0 0 ]; -internalField uniform 1200; +internalField uniform 300; boundaryField { @@ -30,6 +30,24 @@ boundaryField type fixedValue; value uniform 300; } + coLow + { + type fixedValue; + value uniform 300; + } + coUpp + { + type fixedValue; + value uniform 300; + } + waLow + { + type zeroGradient; + } + waUpp + { + type zeroGradient; + } outlet { type inletOutlet; @@ -48,22 +66,6 @@ boundaryField { type empty; } - walls - { - type zeroGradient; - } - coLow - { - type inletOutlet; - inletValue uniform 300; - value uniform 300; - } - coUpp - { - type inletOutlet; - inletValue uniform 300; - value uniform 300; - } } diff --git a/0.org/U b/0.org/U index cfb56db..3278f44 100644 --- a/0.org/U +++ b/0.org/U @@ -30,6 +30,24 @@ boundaryField type fixedValue; value uniform ( 0 -0.2 0 ); } + coLow + { + type fixedValue; + value uniform ( 0.0 0.2 0 ); + } + coUpp + { + type fixedValue; + value uniform ( 0 -0.2 0 ); + } + waLow + { + type slip; + } + waUpp + { + type slip; + } outlet { type pressureInletOutletVelocity; @@ -47,20 +65,6 @@ boundaryField { type empty; } - walls - { - type slip; - } - coLow - { - type pressureInletOutletVelocity; - value uniform ( 0 0 0 ); - } - coUpp - { - type pressureInletOutletVelocity; - value uniform ( 0 0 0 ); - } } diff --git a/0.org/Ydefault b/0.org/Ydefault index 75e7b01..36e8055 100644 --- a/0.org/Ydefault +++ b/0.org/Ydefault @@ -30,6 +30,24 @@ boundaryField type fixedValue; value uniform 0; } + coLow + { + type fixedValue; + value uniform 0; + } + coUpp + { + type fixedValue; + value uniform 0; + } + waLow + { + type zeroGradient; + } + waUpp + { + type zeroGradient; + } outlet { type inletOutlet; @@ -48,22 +66,6 @@ boundaryField { type empty; } - walls - { - type zeroGradient; - } - coLow - { - type inletOutlet; - inletValue uniform 0; - value uniform 0; - } - coUpp - { - type inletOutlet; - inletValue uniform 0; - value uniform 0; - } } diff --git a/0.org/alphat b/0.org/alphat index e1b7faa..f734e31 100644 --- a/0.org/alphat +++ b/0.org/alphat @@ -30,6 +30,24 @@ boundaryField type fixedValue; value uniform 0; } + coLow + { + type fixedValue; + value uniform 0; + } + coUpp + { + type fixedValue; + value uniform 0; + } + waLow + { + type zeroGradient; + } + waUpp + { + type zeroGradient; + } outlet { type zeroGradient; @@ -46,18 +64,6 @@ boundaryField { type empty; } - walls - { - type zeroGradient; - } - coLow - { - type zeroGradient; - } - coUpp - { - type zeroGradient; - } } diff --git a/0.org/p b/0.org/p index f895942..da9dd17 100644 --- a/0.org/p +++ b/0.org/p @@ -28,6 +28,22 @@ boundaryField { type zeroGradient; } + coLow + { + type zeroGradient; + } + coUpp + { + type zeroGradient; + } + waLow + { + type zeroGradient; + } + waUpp + { + type zeroGradient; + } outlet { type totalPressure; @@ -49,28 +65,6 @@ boundaryField { type empty; } - walls - { - 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; - } } diff --git a/job.mpi b/job.mpi index 506afd3..079d9e6 100644 --- a/job.mpi +++ b/job.mpi @@ -1,6 +1,6 @@ #!/bin/bash -#SBATCH -J 050ch4-1step # Job name +#SBATCH -J 007ch4-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 diff --git a/system/fvOptions b/system/fvOptions index a917133..468197a 100644 --- a/system/fvOptions +++ b/system/fvOptions @@ -27,7 +27,14 @@ source1 fixedTemperatureConstraintCoeffs { mode uniform; - temperature 2000; + // temperature 2000; + temperature table + 2 + ( + (0 300) + (0.01 2000) + ) + ; } }