p equation solver, chemistry solver and igniting fvOption update
This commit is contained in:
parent
f7c8209752
commit
78241e1eee
3 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ FoamFile
|
|||
|
||||
chemistryType
|
||||
{
|
||||
chemistrySolver ode; // EulerImplicit; //
|
||||
chemistrySolver EulerImplicit; // ode; //
|
||||
chemistryThermo psi;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@ source1
|
|||
{
|
||||
type fixedTemperatureConstraint;
|
||||
active true;
|
||||
timeStart 0.0;
|
||||
duration 0.1;
|
||||
|
||||
fixedTemperatureConstraintCoeffs
|
||||
{
|
||||
timeStart 0.0;
|
||||
duration 0.1;
|
||||
selectionMode cellSet;
|
||||
cellSet ignitionCells;
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ source1
|
|||
2
|
||||
(
|
||||
(0 300)
|
||||
(0.01 2250)
|
||||
(0.05 2000)
|
||||
)
|
||||
;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ solvers
|
|||
|
||||
"(U|h|k|epsilon)"
|
||||
{
|
||||
solver PBiCG;
|
||||
solver PBiCGStab;
|
||||
preconditioner DILU;
|
||||
tolerance 1e-6;
|
||||
relTol 0.1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue