Edgar J. Kaiser
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
6 months ago
19.02.2025, 19:26 MEZ
Hi Mark,
just a wild guess: could withsol() do the trick.
Cheers
Edgar
-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
Hi Mark,
just a wild guess: could withsol() do the trick.
Cheers
Edgar
Please login with a confirmed email address before reporting spam
Posted:
6 months ago
20.02.2025, 12:17 MEZ
Hi Edgar,
I did try looking into using "withsol()", but I still couldn't see how to develop an expression that drills down to an individual point within a dataset. The examples in the manual don't really relate to what I am trying to achieve.
Thanks for the idea though!
Will let you know if I find out a suitable method.
Mark
Hi Edgar,
I did try looking into using "withsol()", but I still couldn't see how to develop an expression that drills down to an individual point within a dataset. The examples in the manual don't really relate to what I am trying to achieve.
Thanks for the idea though!
Will let you know if I find out a suitable method.
Mark
Gunnar Andersson
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
6 months ago
21.02.2025, 16:30 MEZ
There's no expression syntax for referring to a point that has a certain value of chip_n. It might be possible to do what you want using a Point Evaluation in a Derived Values or an Evaluation Group: I think that the points are ordered in increasing order with respect to chip_n, and if they aren't, then you can evaluate chip_n in addition to the expression that you are interested in. This leaves you with a table of values. You can create a model method that extracts the values you're interested in. This is admittedly more complicated that a dedicated expression syntax would have been.
There's no expression syntax for referring to a point that has a certain value of chip_n. It might be possible to do what you want using a Point Evaluation in a Derived Values or an Evaluation Group: I think that the points are ordered in increasing order with respect to chip_n, and if they aren't, then you can evaluate chip_n in addition to the expression that you are interested in. This leaves you with a table of values. You can create a model method that extracts the values you're interested in. This is admittedly more complicated that a dedicated expression syntax would have been.
Edgar J. Kaiser
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
6 months ago
21.02.2025, 18:35 MEZ
Can a filter expression help in a point plot?
-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
Can a filter expression help in a point plot?
Please login with a confirmed email address before reporting spam
Posted:
6 months ago
25.02.2025, 11:17 MEZ
I think the best available solution is to use the at function.
For example, to evaluate mfnc.Bz at a position of (x1,y1,z1), you would use:
at3_spatial(x1,y1,z1,mfnc.Bz)
This is for a 3D model, you would use at1 or at2 for lower dimensions.
As alluded to above, I do not think the object model drills down to the granular level needed to expose the individual locations of a Cut Point grid dataset.
I think the best available solution is to use the ***at*** function.
For example, to evaluate mfnc.Bz at a position of ***(x1,y1,z1)***, you would use:
***at3_spatial(x1,y1,z1,mfnc.Bz)***
This is for a 3D model, you would use at1 or at2 for lower dimensions.
As alluded to above, I do not think the object model drills down to the granular level needed to expose the individual locations of a Cut Point grid dataset.