Click or drag to resize

IExternalODESolver Interface


Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax
public interface IExternalODESolver
Request Example

The IExternalODESolver type exposes the following members.

Methods
 NameDescription
Public methodInitializeODEs Method that initializes the ODE to solve.
Public methodSolve Computes the solution of the ordinary differential equations.
Top
See Also