Ivar KJELBERG
                                                                                                                                                    COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
                                                         
                            
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                20 nov 2012, 01:26 GMT-5                            
                        
                        
                                                    Hi
check the doc, the max(myfield) give you the value max(myfield,x) the x coordinates etc, you need to call your max(9 operator 4 times in 3D to get the full info
--
Good luck
Ivar                                                
                                                
                            Hi
check the doc, the max(myfield) give you the value max(myfield,x) the x coordinates etc, you need to call your max(9 operator 4 times in 3D to get the full info
--
Good luck
Ivar                        
                                                
                                                                                                            
                                             
                                            
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                20 nov 2012, 03:54 GMT-5                            
                        
                        
                                                    Thank you Ivar,
However I get errors.
I am trying to find the maximum value of the magnetic flux density (r-component) which is mf.Br.
I write max(mf.Br) to find out the maximum value but I get error message saying that the number of parameters does not match.
I try to find out the r-coordinate and type max(mf.Br,r) and get a value but this is the wrong value because I have exported all the field values and their coordinates via a report and can see all the values.
Where can I see the doc? I am using university license. Can it be so that I don't have access to the doc?
Thank you for your reply.
Kamil                                                
                                                
                            Thank you Ivar,
However I get errors.
I am trying to find the maximum value of the magnetic flux density (r-component) which is mf.Br.
I write max(mf.Br) to find out the maximum value but I get error message saying that the number of parameters does not match.
I try to find out the r-coordinate and type max(mf.Br,r) and get a value but this is the wrong value because I have exported all the field values and their coordinates via a report and can see all the values.
Where can I see the doc? I am using university license. Can it be so that I don't have access to the doc?
Thank you for your reply.
Kamil                        
                                                
                                                                                                            
                                             
                                            
                            
                                                                                        
                                Ivar KJELBERG
                                                                                                                                                    COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
                                                         
                            
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                20 nov 2012, 07:45 GMT-5                            
                        
                        
                                                    Hi
I do not believe there is any difference betzween uni or industrial licence, on the functionality of the software.
But certainly it could be the version 4.0 was an early/first major release version not really ironed out
--
Good luck
Ivar                                                
                                                
                            Hi
I do not believe there is any difference betzween uni or industrial licence, on the functionality of the software.
But certainly it could be the version 4.0 was an early/first major release version not really ironed out
--
Good luck
Ivar                        
                                                
                                                                                                            
                                             
                                            
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                3 feb 2014, 09:16 GMT-5                            
                        
                        
                                                    I have exactly the same problem.
I have a 1D Plot - Line Graph and I want to plot the "normalized" data, I mean, I want to plot:
    mf.Bz/max(mf.Bz), so that the maximum is 1. But this doesn't work: 'max' function requires 2 inputs.
Any suggestion?                                                
                                                
                            I have exactly the same problem.
I have a 1D Plot - Line Graph and I want to plot the "normalized" data, I mean, I want to plot:
    mf.Bz/max(mf.Bz), so that the maximum is 1. But this doesn't work: 'max' function requires 2 inputs.
Any suggestion?                        
                                                
                                                                                                            
                                             
                        
                        
                            
                                                                                        
                                Magnus Ringh
                                                                                                                                                    COMSOL Employee
                                                         
                            
                                                                                                                                                
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                5 feb 2014, 05:31 GMT-5                            
                        
                        
                                                    Hi,
You can use a Maximum coupling operator, which you add from the Definitions node under the Component node. In its settings window, define its source as the same boundaries that you plot mf.Bz along. Notice the name of the maximum operator; by default it is maxop1. After re-solving or updating the solution, you can then plot mf.Bz/maxop1(mf.Bz), which will be "normalized" so that all values are between -1 and 1.
Best regards,
Magnus Ringh, COMSOL                                                
                                                
                            Hi,
You can use a Maximum coupling operator, which you add from the Definitions node under the Component node. In its settings window, define its source as the same boundaries that you plot mf.Bz along. Notice the name of the maximum operator; by default it is maxop1. After re-solving or updating the solution, you can then plot mf.Bz/maxop1(mf.Bz), which will be "normalized" so that all values are between -1 and 1.
Best regards,
Magnus Ringh, COMSOL