chemmisol 0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
chemmisol::solver::AbsoluteNewton Class Reference
Inheritance diagram for chemmisol::solver::AbsoluteNewton:
Inheritance graph
[legend]
Collaboration diagram for chemmisol::solver::AbsoluteNewton:
Collaboration graph
[legend]

Public Member Functions

X solve (const ChemicalSystem &system) const override
 

Member Function Documentation

◆ solve()

X chemmisol::solver::AbsoluteNewton::solve ( const ChemicalSystem system) const
overridevirtual

Finds and returns activities that correspond to the system to equilibrium, finding the root of F with the AbsoluteNewton method.

Parameters
systemChemical system to solve.
Returns
A complete vector of activities A, such that A[i] corresponds to the found activity of species with index i.

Implements chemmisol::solver::Solver.


The documentation for this class was generated from the following file: