macro_rules! connect_states {
($sys: ident, $(($s0: ident, $s1: ident, $c: ident)), +) => { ... };
}Expand description
assumes heat flow from source -> sink is positive sets flow variable values
macro_rules! connect_states {
($sys: ident, $(($s0: ident, $s1: ident, $c: ident)), +) => { ... };
}assumes heat flow from source -> sink is positive sets flow variable values