Hi Vincent,
You reply about extracting the eigenfrequency solutions was very helpful for me. Thank you.
I was wondering if you might be able to help me with a similar problem:
Comsol gives me two Eigenfrequencies (which are both extracted with your mphglobal command). I want to plot the normal magnetic field for both of these eigenfrequencies, however, when I use the following command sequency:
pg1 = model.result.create('pg1', 'PlotGroup2D');
surf1 = pg1.feature.create('surf1', 'Surface');
surf1.set('expr', 'emw.normH');
it automatically plots the first eigenfrequency (but I'm really only interested in the second solution).
Do you know how I can select which eigenfrequency to plot?
Thank you,
Chris
You reply about extracting the eigenfrequency solutions was very helpful for me. Thank you.
I was wondering if you might be able to help me with a similar problem:
Comsol gives me two Eigenfrequencies (which are both extracted with your mphglobal command). I want to plot the normal magnetic field for both of these eigenfrequencies, however, when I use the following command sequency:
pg1 = model.result.create('pg1', 'PlotGroup2D');
surf1 = pg1.feature.create('surf1', 'Surface');
surf1.set('expr', 'emw.normH');
it automatically plots the first eigenfrequency (but I'm really only interested in the second solution).
Do you know how I can select which eigenfrequency to plot?
Thank you,
Chris