Is there a way to calculate fields during a downstream trace?
I start with an original value that is a flow value. I would like to substract device field values (heat demand) from that original flow value - and update edge fields with this new value-when the trace meets a device storing that value. The flow value will get smaller and smaller down the trace, as it passes the devices, and will be applied to edges down the trace (to simulate a diminishing flow). Can I somehow use propagator for that or is there another way?
thanks,