66 resizeField(pivotIndices_);
87 odes_.jacobian(x0,
y0, li, dfdx_, dfdy_);
89 for (
label i=0; i<n_; i++)
91 for (
label j=0; j<n_; j++)
93 a_(i, j) = -dfdy_(i, j);
104 err_[i] = dydx0[i] + dx*dfdx_[i];
111 y[i] =
y0[i] + err_[i];
114 return normaliseError(
y0,
y, err_);
#define forAll(list, i)
Loop across all elements in list.
Macros for easy insertion into run-time selection tables.
Semi-implicit Euler ODE solver of order (0)1.
virtual bool resize()
Resize the ODE solver.
EulerSI(const ODESystem &ode, const dictionary &dict)
Construct from ODESystem.
virtual void solve(scalar &x, scalarField &y, const label li, scalar &dxTry) const
Inherit solve from ODESolver.
Abstract base-class for ODE system solvers.
virtual bool resize()=0
Resize the ODE solver.
Abstract base class for the systems of ordinary differential equations.
virtual scalar solve(const scalar x0, const scalarField &y0, const label li, const scalarField &dydx0, const scalar dx, scalarField &y) const =0
Solve a single step dx and return the error.
bool resize(const label n)
Resize the ODE solver.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An ODE solver for chemistry.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
addToRunTimeSelectionTable(polyPatch, mergedCyclicPolyPatch, word)
dimensionedScalar y0(const dimensionedScalar &ds)
void LUBacksubstitute(const scalarSquareMatrix &luMmatrix, const labelList &pivotIndices, List< Type > &source)
LU back-substitution with given source, returning the solution.
void LUDecompose(scalarSquareMatrix &matrix, labelList &pivotIndices)
LU decompose the matrix with pivoting.
defineTypeNameAndDebug(combustionModel, 0)