Solution (CADETProcess.solution)

Solution (CADETProcess.solution)#

Module to store and plot solution of simulation.

SolutionBase(name, time, component_system, ...)

Base class for solutions of component systems.

SolutionIO(name, time, component_system, ...)

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

SolutionBulk(name, time, component_system, ...)

Solution in the bulk phase of the UnitOperation.

SolutionParticle(name, time, ...)

Solution in the particle liquid phase of the UnitOperation.

SolutionSolid(name, time, component_system, ...)

Solution in the particle solid phase of the UnitOperation.

SolutionVolume(name, time, component_system, ...)

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.

slice_solution_front(solution_original[, ...])

Slice the front of a given solution.