Solution (CADETProcess.solution)

Solution (CADETProcess.solution)#

Module to store and plot solution of simulation.

SolutionBase(name, time, solution, c_min)

Base class for solutions of component systems.

SolutionIO(name, time, solution, c_min)

Solution representing streams at the inlet or outlet of a UnitOperation.

SolutionBulk(name, time, solution, c_min)

Solution in the bulk phase of the UnitOperation.

SolutionParticle(name, time, solution, c_min)

Solution in the particle liquid phase of the UnitOperation.

SolutionSolid(n_bound, name, time, solution, ...)

Solution in the particle solid phase of the UnitOperation.

SolutionVolume(name, time, solution, c_min)

Volume solution (of e.g. CSTR).

Method to slice a Solution:

slice_solution(solution_original[, ...])

Slice a Solution object along specified dimensions, components or both.