gri-belhi and eReactingFoam settings

Conflicts:
	job.mpi
This commit is contained in:
ignis 2018-02-27 01:22:00 +09:00
parent 58bce5e442
commit 651a9ab833
4 changed files with 1682 additions and 1733 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-1step # Job name
#SBATCH -J 050ch4-0.0kV # 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 -n 80 # 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

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.02; // 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
);
}
}