Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing MINT channel connections #23

Open
ryu-bu opened this issue Apr 24, 2021 · 0 comments
Open

missing MINT channel connections #23

ryu-bu opened this issue Apr 24, 2021 · 0 comments

Comments

@ryu-bu
Copy link
Collaborator

ryu-bu commented Apr 24, 2021

Components are correctly generated, but only meters are connected via channels.

LFR code:

module transformation (
    finput B, C,
    foutput d_out
);

    // oil (carrier load) ignored
    // add plasmid and cell suspension
    flow mixture;
    assign mixture = B%500 + C%500;

    // mixer is a heat shock mixer
    #MAP "INCUBATOR" "~"
    assign d_out = ~mixture;

endmodule

Generated MINT:

DEVICE transformation

LAYER FLOW 

PORT port_1 portRadius=2000 ;
PORT port_2 portRadius=2000 ;
NOZZLE DROPLET GENERATOR nozzle_droplet_generator_1 ;
PORT port_3 portRadius=2000 ;
PORT port_4 portRadius=2000 ;
NOZZLE DROPLET GENERATOR nozzle_droplet_generator_2 ;
MIXER mixer_1 ;
INCUBATOR incubator_1 ;
PORT port_5 portRadius=2000 ;
PORT port_6 portRadius=2000 ;
PORT port_7 portRadius=2000 ;

CHANNEL channel_1 from port_1  to nozzle_droplet_generator_1 2 channelWidth=400  ;
CHANNEL channel_2 from port_2  to nozzle_droplet_generator_1 4 channelWidth=400  ;
CHANNEL channel_3 from port_3  to nozzle_droplet_generator_2 2 channelWidth=400  ;
CHANNEL channel_4 from port_4  to nozzle_droplet_generator_2 4 channelWidth=400  ; 

END LAYER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant