Analysis & Postprocessing

Postprocessing results

91 Topics 251 Posts
  • Far Field Viewer and Radiation Evaluator

    3
    0 Votes
    3 Posts
    299 Views

    Thank you.
    How can I display the big green arrow that shows the max direction. There was an option "Show Max Direction" (see screenshot above).

  • 0 Votes
    5 Posts
    441 Views

    Dear supporter,
    It did actually speed the process up quite a bit.
    Thanks a bunch.

  • SAR statistics per solid

    2
    1 Votes
    2 Posts
    328 Views

    @Spuky you are looking for the "SAR Statistics" algorithm, in the Dosimetry tools. It is computed directly from the E-field and is different from using the "Statistics" algorithm on the "local SAR" field.

    b68d7134-8261-434e-8c4f-e58c36892e21-image.png

  • Post analysis in python code

    2
    0 Votes
    2 Posts
    377 Views

    after the line sensor_extractor.Update() you can access the data using either:

    sensor_extractor["v"].Data.GetComponent(0) (if 1D data) sensor_extractor["v"].Data.Field(0) (if 3D data)

    these return the numpy array holding the raw data. Type dir(sensor_extractor["v"].Data) in the Console to get a list of available functions that can be useful for Data objects.

  • 0 Votes
    3 Posts
    494 Views

    @Spuky

    Hi, the Workbench does not allow "dragging" input or output connections (yet). However, if you select an algorithm (which you can do in the Workbench), you can change its "Input Connection" in the "Properties" window:

    2019-09-13 08_30_15-_patch_mmWave.smash - Sim4Life.png

  • Power Balance - Lumped Elements Losses

    3
    0 Votes
    3 Posts
    299 Views

    Hi Sylvain,

    Thank you for your reply ! Indeed, it seems that one of my components was holding so much current at the end of the simulation. After I increased the number of periods, the results were more consistent. However, even before, the global convergence level was better than -25 dB. This is why I thought I could trust my results since the solver-log said that my results could be trusted in the frequency range of interest.

  • How to setup a monopolar RFA for liver tumor

    11
    0 Votes
    11 Posts
    804 Views

    I seem to encounter a new problem with the simulation of this project. The goal is to have a 3 electrode model that emits RF radiation into a tumor. While the 2 electrode model works fine, meaning that both electrodes have E-field and SAR values, the 3 electrode model doesn't and I can't seem to find the problem. I tried to set it up exactly like the 2 electrode one, but it doesn't work. I get either 1 electrode working or 2 depending on the setup. Could you please have a look and maybe find the problem in my model?

    First 2 pictures are of the 2 electrode model (working) and the last 2 of the 3 electrode model in which only the Electrode-Insulator pair is working and gives SAR values. I know that the settings aren't the same, but even if I set it up exactly the same way as the 2 electrode model, the same problem appears.

    !Screenshot_4.png Screenshot_3.png Screenshot_2.png Screenshot_1.png

  • Doing combined analysis on separate simulations

    10
    0 Votes
    10 Posts
    1k Views

    @montanaro ,
    Ohh that is maybe a better solution to the current problem, awesome:)

  • 0 Votes
    3 Posts
    261 Views

    Okay awesome, I think this will do the trick 🙂

  • "To-Python"-function yields AssertionError

    3
    0 Votes
    3 Posts
    285 Views

    Yes, deleting the line you mentioned has solved the problem. Thank you again for your help Sylvain.

  • Surface viewer

    3
    0 Votes
    3 Posts
    304 Views

    @Sylvain

    Thank you, I think that has solved my problem

  • 0 Votes
    3 Posts
    256 Views

    Thanks,
    Why the dimension of the axis are different and so how to reshape the SAR with different dimension of axis vectors ?

  • 0 Votes
    5 Posts
    343 Views

    Actually the temperature rise is very lower than what is measured in the lab and I'm wondering what is the reason.

    I extract the max temperature at a point using a line passing through the point (I find lines of the intersection of the 3 slices xy-xz-yz at max). But the value is much smaller than the value which a point sensor gives and also the max value which the color scale bar shows. What is the reason?

  • 0 Votes
    1 Posts
    157 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • 0 Votes
    1 Posts
    149 Views
    No one has replied
  • Inquiry about plane wave simulation

    7
    0 Votes
    7 Posts
    371 Views

    The 10 g PsSAR can not be calculated as well. The density of Gel in the simulation is 1000 kg/m^3, the length of a cube with 10 g should be about 20 mm. what the max step value should be based on the cube length? I did the simulation with the max step 0.1 mm and it seems it should be able to calculate 10 g PsSSAR. But it still can not calculate it and gives the error.

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    9 Views
  • 0 Votes
    1 Posts
    448 Views
    No one has replied
  • 0 Votes
    3 Posts
    247 Views

    Thanks for your reply.