Compute the total current flowing between two electrodes in an Electro Quasistatic LF simulation
-
@gbgbha the evaluator would typically return a complex number, which should be interpreted as a phasor (at the frequency at which the fields were computed). Take the absolute value of that number to get the peak total current, divide by sqrt(2) to get the RMS.
-
@hitina typically, you would create the plane in the Model tab of Sim4Life, then use it in the Analysis tab. Use the "Model-Tree" window to drag and drop the plane (or any other CAD object, for that matter) into the Explorer tree of the Analysis tab.
This creates a grid (Surface mesh) out of the CAD object that can be used for further postprocessing. Note that its mesh resolution can be changed (you would typically do that later, so you can see how it affects the end results when you refresh the pipeline).
By selecting the "Surface mesh" and any other field quantity (e.g. J(x,y,z,f0)), you can then make use of the "Flux Evaluator" algorithm. Use the Ctrl key to select multiple items.I hope this helps.
-
-
@sylvain Thanks for your reply. I try to create a plane and drag and drop the plane into the Explorer tree of the Analysis tab.I enable the J(x,y,z,f0) and click the Flux Evaluator button. The result shows errors as follow.
How can I use the created plane to compute the current?
Should I set the created plane as the target surface of the flux evaluator ? the error shows invalid target surface at input. looking forward to your reply. -
@hiTina it's not clear from your post whether you selected both the J field and the surface before clicking "Flux Evaluator".
What I mean is that you should see something like this in theOutput View
and then click "Flux Evaluator"
Once you've done that, the
Workbench
would show something like this:
-
-
@Sylvain
Hi, I followed the steps you described in this post to obtain the flux between two electodes in my simulation. The resulted Total Flux is (-1.22514 mA/m^2 m^2). I want to nolmalize the E-field in my simulation to have the current of 1 mA/m^2 m^2 between the electrodes. Could you please guide me on how to do that using the "Field Normalizer" at field data tools section?As seen in the attached picture, when I refresh the Field Normalizer, I get error.
-
@halder Thank you for your response. I want the total current of 1 mA flowing between my two electrodes. In this case, I should put the target value as (1 mA/area of the plane I have drawn between two electrodes)?
since my plane area is 182mm*220mm, then I should select the target value to be 0.024975 A/m2. Is this the correct approach?