CADETProcess.solution.SolutionBulk#
- class CADETProcess.solution.SolutionBulk(name, time, component_system, solution, c_min)[source]#
Solution in the bulk phase of the
UnitOperation.Dimensions: NCOL * NRAD * NCOMP
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
- c_min
component_coordinatesnp.ndarray: Indices of the components.
- component_system
coordinatesdict[str, np.ndarray]: Coordinates of the Solution.
cycle_timefloat: Cycle time.
local_purity_componentsnp.ndarray: Local purity of each component.
local_purity_speciesnp.ndarray: Local purity of components.
missing_parameterslist: Parameters that are required but not set.
n_compint: Number of components.
- name
ncolint: Number of axial discretization points.
nradint: Number of radial discretization points.
ntint: Number of time steps.
parametersdict: Parameters of the instance.
polynomial_parametersdict: Polynomial parameters of the instance.
required_parameterslist: Parameters that have no default value.
sized_parametersdict: Sized parameters of the instance.
- solution
solution_shapetuple[int]: (Expected) shape of the solution.
- time
total_concentrationnp.ndarray: Total concentration (sum) of all components.
total_concentration_componentsnp.ndarray: Total concentration of components (sum of species).
Methods
Verify if all required parameters are set.
plot([start, end, components, x_axis_in_minutes])Plot bulk solution for each component.
plot_at_position(z[, start, end, ...])Plot bulk solution over space at given time.
plot_at_time(t[, components])Plot bulk solution over space at given time.
Update the solution.
Update the transforms.