Compute the total current flowing between two electrodes in an Electro Quasistatic LF simulation
-
The "Total Loss" approach works too. Be aware that it assumes that all the power dissipated by the system occurs via the Joule effect in conductive materials. In other words, it only accounts for Ohmic currents and neglects the contribution of Displacement current (like the current that flows between the two plates separated by air in a capacitor).
This means you can use this approach if you could have used the Ohmic Quasi-Static solver instead of the Quasi-Static one (since the former neglects displacement currents, while the latter does not).
For currents flowing between electrodes placed on a human body, displacement currents are typically negligible. -
Can I consider the current in the body during electrode stimulation like this? First, the simulation result can get the current density. Its unit is A/m². Assuming that the current current density is 100A/m², I want to calculate the current at a certain point in the muscle Intensity, I choose 1mm², then the current density at this time becomes 0.1mA/mm², can I consider the current intensity at the current position as 0.1mA?
-
Current intensity is defined for a given cross-section. Usually, it is used for wires, where the cross-section is obvious, and it relates to the "amount of current" passing through the wire. A bit like the amount of water passing under a bridge, for a river (referred to as volumetric flow rate, or "discharge").
For an infinitesimal point, it doesn't make much sense to speak of current intensity (or of flow rate, for the river analogy). The relevant quantity, in that case, is the flux of current (or water...), expressed in A/m2 (or volume/s/m2).I hope this helps.
-
@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?