Skip to content

Analysis & Postprocessing

Postprocessing results

99 Topics 275 Posts
  • How to calculate the inductance of a simple coil?

    Moved
    5
    0 Votes
    5 Posts
    1k Views
    J

    Thank you very much for your answer!
    I was observing a mutual inductance in my simulations, but I wasn't sure why it was being generated. I guess I need to read up more on how boundary conditions for current sources are implemented in Sim4Life 🙂

  • Max modulation tool logic

    4
    1 Votes
    4 Posts
    562 Views
    SylvainS

    Thanks a lot for sharing your solution!

  • Induced Magnetic H-field

    1
    0 Votes
    1 Posts
    354 Views
    No one has replied
  • Optimization not running

    6
    0 Votes
    6 Posts
    629 Views
    H

    @dstoupis

    We just figured out an issue with the Sweeper and Optimizer in Sim4Life light 5.2.1.1375. We have starting on working on a fix which should be available in the coming few weeks.

    If you urgently need to use the features, you have the option to use an older version of Sim4Life light, e.g., 4.4. If you do not have the installer anymore, please drop us a light at s4l-support@zmt.swiss.

  • 0 Votes
    2 Posts
    239 Views
    SylvainS

    Are you perhaps using Sim4Life using Remote Desktop or TeamViewer, or something similar? There are sometimes issues with the graphics drivers when using those software, preventing the Workbench to work correctly. If that's the case, there should be some warnings/errors in the Console when you start Sim4Life, mentioning issues with OpenGL.

  • Electrode position optimization

    1
    1 Votes
    1 Posts
    173 Views
    No one has replied
  • Spherical Field Interpolator

    1
    0 Votes
    1 Posts
    175 Views
    No one has replied
  • Beam Tilt Problem

    2
    0 Votes
    2 Posts
    289 Views
    SylvainS

    Hi, I would advice you to look into the Tutorial examples related to 5G (in the FDTD or Optimization tutorial sections). They all include some analysis of beam patterns.
    The key ingredients are the "Far Field Sensor", the "Radiation Evaluator" and the "1D Filter"

  • Far Field Viewer and Radiation Evaluator

    3
    0 Votes
    3 Posts
    410 Views
    C

    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).

  • Inserting point sensors after running simulation NEURON

    5
    0 Votes
    5 Posts
    581 Views
    F

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

  • SAR statistics per solid

    2
    1 Votes
    2 Posts
    381 Views
    SylvainS

    @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
    442 Views
    SylvainS

    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
    637 Views
    SylvainS

    @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
    401 Views
    J

    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
    1k Views
    G

    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
    PeterStijnmanP

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

  • Memory issues when exporting large multiport simulations

    3
    0 Votes
    3 Posts
    365 Views
    PeterStijnmanP

    Okay awesome, I think this will do the trick 🙂

  • "To-Python"-function yields AssertionError

    3
    0 Votes
    3 Posts
    383 Views
    A

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

  • Surface viewer

    3
    0 Votes
    3 Posts
    388 Views
    M

    @Sylvain

    Thank you, I think that has solved my problem

  • What are different column in the temperature and SAR extracted file?

    3
    0 Votes
    3 Posts
    340 Views
    S

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