Skip to main content

Design space identification tool for plotting and analysing design spaces (2D and 3D).

Project description

dside

Documentation Status PyPI Downloads

Design space identification tool for plotting and analysing design spaces (2D and 3D). Constraints with respect to key performance indicators (KPIs) are used to categorize the samples. Concave hulls (alpha shape) are used to identify design space (DSp) and quantify the size of the space. Given nominal operating point (NOP), an acceptable operating region (AOR) can be quantified to find the maximum multivariate allowable disturbance that the process can still handle while satisfying all constraints (multivariate proven acceptable range - MPAR).

Installation

Currently, dside requires pandas, numpy, and matplotlib. dside can be installed with the following commands.

pip install dside

Quick Overview

Use this tool to visualize 2D and 3D design spaces, obtain mathematical representations of the design space boundary in the form of alpha shapes, calculate the size of the design space, and investigate nominal operating points in terms of performance and flexibility (acceptable ranges). Identification of multi-region spaces is possible.

import dside
# 1. Create instance of ds with data from DataFrame df
ds = dside.DSI(df)
# 2. Screen the points using the constraints (dictionary)
ds.screen(constraints)
# 3. Find DSp boundaries based on vnames (list of variable names)
ds.find_DSp(vnames)
# 4. Plot the design space and the samples
ds.plot(vnames)
# 5. Plot the nominal point and AOR based on point x (list/numpy array)
ds.find_AOR(x)
# 6. Save the results in detailed output.txt file
ds.send_output('output')

image image

Citation

Please cite the following publication if you are using dside for your own research.

@article{sachio2023dsp,
    title={A model-based approach towards accelerated process development: A case study on chromatography},
    author = {Steven Sachio and Cleo Kontoravdi and Maria M. Papathanasiou},
    journal = {Chemical Engineering Research and Design},
    volume = {197},
    pages = {800-820},
    year = {2023},
    issn = {0263-8762},
    doi = {https://doi.org/10.1016/j.cherd.2023.08.016},
    url = {https://www.sciencedirect.com/science/article/pii/S0263876223005166},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dside-2.3.1.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

dside-2.3.1-py3-none-any.whl (21.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page