We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Components are correctly generated, but only meters are connected via channels.
LFR code:
Generated MINT:
The text was updated successfully, but these errors were encountered: