scalar product of two vector fields

Hi all,

had two simulations using the EQS solvers, with slightly different settings, and I made sure they have the same discretization. I want to compute the scalar product of the J fields of two simulations. How can I go about this?

Thanks

Hi Gia,

There is no tool that computes the scalar product for the J-fields from two sensors/simulation. However, you can try to access the fields from Python and compute the product yourself.

You can extract the J-field in the UI, and then right-click the lowers algorithm in your Analysis tree and select ToPython. This will help you with writing a script to extract certain quantities.

Best,
Habib