Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
with operator
Posted 2020年10月16日 GMT-4 07:37 Electrochemistry, Results & Visualization, Studies & Solvers Version 5.4 2 Replies
Please login with a confirmed email address before reporting spam
Hi,
I am using comsol 5.4 and I am trying to simulate the pulse plating electrodeposition. I need to draw the coating thickness on a cut line. I used the "with" operator as below to draw the thickness.
(with(1,-siec.iloc_er1)*5.8[s]+with(2,-siec.iloc_er1)*1.2[s])/7.0[s]/rate_factor*plating_time
unfortunately, it did not work.
I also tried the other way. So I made two different studies and join them in results and then in 1D plot group I usewd the below expresion to draw them
((data1(-cd.iloc_er1)*0.005+data2(-cd.iloc_er1)*0.005)/0.01)/rate_factor*plating_time
which send an error of unknwon function or operator.
Could you please guide me?
Best regards,