Jump to content

Merged cycle - Need to split


Recommended Posts

 

Hi all, questions. need help

 

I make a merge function using this formula (Below)

Which worked

for some capsule

image.png.860f733f6e6edbaacf44e0e83b140aad.png

image.png.f86b73000364e0d620695c4eefcbea6a.png

but on the first picture, you can see the 2 cycles were merged together.

should have 2 cycle. instead of 1

any ideas?

Link to comment
Share on other sites

Hi zaky,

the two cycles have been merged as I think the emptying of the second cycle starts directly or within 1h after the reaction phase of the previous cycle. Instead of using combinewith() and merge() you can try to use the join operator, which connects two conditions:

$e.join($f, 1mo).join($r, 1mo)

image.png.34b002ea65f05ec187480227ed19887e.png

Regards,

Thorsten

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...