Solvers#
Routines to solve different type of problems. We can distinguish four modules:
Routines
- SolveProblem(self, ProblemType)#
Solve the given ProblemType with the conditions and mixture specified in self
- Parameters
self (
struct
) – Data of the mixture, conditions, and databasesProblemType (
str
) – Tag of the problem to solve
- Returns
self (struct) – Data of the mixtures (initial and final), conditions, databases