Skip to content
Snippets Groups Projects
Commit 681948b4 authored by andy's avatar andy
Browse files

ENH: Updated chemistry solver tutorials

parent bbd0a8e0
Branches
Tags
No related merge requests found
Showing
with 12 additions and 12 deletions
...@@ -25,7 +25,7 @@ chemistrySolver ode; ...@@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.01; eps 0.01;
} }
......
...@@ -25,7 +25,7 @@ chemistrySolver ode; ...@@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.001; eps 0.001;
} }
......
...@@ -25,7 +25,7 @@ chemistrySolver ode; ...@@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 1e-03; eps 1e-03;
} }
......
...@@ -25,7 +25,7 @@ chemistrySolver ode; ...@@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 1e-04; eps 1e-04;
} }
......
...@@ -36,7 +36,7 @@ EulerImplicitCoeffs ...@@ -36,7 +36,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }
......
...@@ -38,7 +38,7 @@ EulerImplicitCoeffs ...@@ -38,7 +38,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }
......
...@@ -39,7 +39,7 @@ EulerImplicitCoeffs ...@@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }
......
...@@ -39,7 +39,7 @@ EulerImplicitCoeffs ...@@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }
......
...@@ -39,7 +39,7 @@ EulerImplicitCoeffs ...@@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }
......
...@@ -39,7 +39,7 @@ EulerImplicitCoeffs ...@@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }
......
...@@ -38,7 +38,7 @@ EulerImplicitCoeffs ...@@ -38,7 +38,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }
......
...@@ -29,7 +29,7 @@ Cmix Cmix [0 0 0 0 0] 1; ...@@ -29,7 +29,7 @@ Cmix Cmix [0 0 0 0 0] 1;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment