Metadata-Version: 2.1
Name: dld_array_generator
Version: 1.0.3
Summary: Python package to generate parameterized DLD arrays.
Home-page: https://github.com/mkals/dld_array_generator
Author: Morten Kals
Author-email: dev@mkals.no
License: UNKNOWN
Description: # DLD Array Generator
        
        A package to generate DLD arrays in DXF format. All distances in micrometers, angles in degrees.
        
        The array is parameterized by attributes of the `DLD_Array` class. Initializing an instance sets up an array with default values. Each of the attrbutes (outlined below) can then be set as desired. When the configurtation is complete, call `generate(filename)` to output the array as in a `.dxf` file format.
        
        See example usage in [here](dld_array_generator_example.py).
        
        ## Channel attributes:
            C_D = total channel length
            C_L = channel width
            C_N = number of channel bend pairs
            C_separation = distance between parralell channel segments
        
        ## Turn attributes:
            T_N = number of walls in turns
            T_W = thckness of walls in turns
        
        ## DLD-array unit cell attributes:
            D_D = center-to-center downstram pilar distance
            D_L = center-to-center lateral pilar distance
            D = pilar dimater
            theta = array angle
        
        ## IO port attributes:
            IO_D = diameter of inlets/outlets
            IO_F = filet radius for inlets/oulets
            IO_L = IO stem length
        
            O_LP = percentage width of left outlet
            O_S = separation of outlets
            O_BR = bend radius
            O_D = downstream distance for outlet before bend
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
