Edgar J. Kaiser
                                                                                                                                                    Certified Consultant
                                                         
                            
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                8 months ago                            
                            
                                19 févr. 2025, 13:26 UTC−5                            
                        
                        
                                                    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:
                            
                                8 months ago                            
                            
                                20 févr. 2025, 06:17 UTC−5                            
                        
                        
                                                    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:
                            
                                8 months ago                            
                            
                                21 févr. 2025, 10:30 UTC−5                            
                        
                        
                                                    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:
                            
                                8 months ago                            
                            
                                21 févr. 2025, 12:35 UTC−5                            
                        
                        
                                                    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:
                            
                                8 months ago                            
                            
                                25 févr. 2025, 05:17 UTC−5                            
                        
                        
                                                    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.