p equation solver, chemistry solver and igniting fvOption update

This commit is contained in:
ignis 2018-11-11 06:11:16 +09:00
parent f7c8209752
commit 78241e1eee
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; // EulerImplicit; // chemistrySolver EulerImplicit; // ode; //
chemistryThermo psi; chemistryThermo psi;
} }

View file

@ -19,11 +19,11 @@ source1
{ {
type fixedTemperatureConstraint; type fixedTemperatureConstraint;
active true; active true;
timeStart 0.0;
duration 0.1;
fixedTemperatureConstraintCoeffs fixedTemperatureConstraintCoeffs
{ {
timeStart 0.0;
duration 0.1;
selectionMode cellSet; selectionMode cellSet;
cellSet ignitionCells; cellSet ignitionCells;
@ -32,7 +32,7 @@ source1
2 2
( (
(0 300) (0 300)
(0.01 2250) (0.05 2000)
) )
; ;
} }

View file

@ -39,7 +39,7 @@ solvers
"(U|h|k|epsilon)" "(U|h|k|epsilon)"
{ {
solver PBiCG; solver PBiCGStab;
preconditioner DILU; preconditioner DILU;
tolerance 1e-6; tolerance 1e-6;
relTol 0.1; relTol 0.1;