//Created by libAntimony v2.4 model cons_law1__interface(V_min, V, min_to_sec, dw_per_ml) // Assignment Rules: V := (V_min * dw_per_ml) / min_to_sec; // Variable initializations: V_min = ; min_to_sec = ; dw_per_ml = ; end model *cons_law1____main() // Sub-modules, and any changes to those submodules: interface: cons_law1__interface(V_min, V, min_to_sec, dw_per_ml); end