Daniel Smith
                                                                                                                                                    COMSOL Employee
                                                         
                            
                                                                                                                                                
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                6 years ago                            
                            
                                2019/08/12 12:45 GMT-4                            
                        
                        Updated:
                            
                                6 years ago                            
                            
                                2019/08/12 12:43 GMT-4                            
                        
                        
                                                    Hi Bruce, you can pass in Global variables or Results Parameters to the atxd3 operator, but not variables which are space dependent. In the attached example, in the Solution on Extra Dimension Plot Group, I use the expression:
comp1.atxd3(xpos,ypos,0.5,v)
xpos is a Global variable and ypos is defined as a Result Parameter. Results parameters can be useful, as you can animate the solution. For example, in Animation 1, we are sweeping over the Result Parameter ypos, basically creating an animation of the solution in the extra dimension while sweeping through the y-coordinate in the base geometry.
Dan
                                                 
                                                
                            Hi Bruce, you can pass in **Global** variables or **Results Parameters** to the atxd3 operator, but not variables which are space dependent. In the attached example, in the *Solution on Extra Dimension* Plot Group, I use the expression:
comp1.atxd3(xpos,ypos,0.5,v)
xpos is a Global variable and ypos is defined as a Result Parameter. Results parameters can be useful, as you can animate the solution. For example, in Animation 1, we are sweeping over the Result Parameter ypos, basically creating an animation of the solution in the extra dimension while sweeping through the y-coordinate in the base geometry.
Dan                        
                                                
                        
                                                
                                                                                                            
                                             
                        
                        
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                6 years ago                            
                            
                                2019/08/12 13:19 GMT-4                            
                        
                        Updated:
                            
                                6 years ago                            
                            
                                2019/08/12 13:17 GMT-4                            
                        
                        
                                                
                            Thanks Daniel!