em_dc_resistance
Calculate exact DC resistance of a uniform conductor from length, area, and conductivity. Add voltage to also get current and Joule power in one step.
Instructions
Exact DC resistance of a uniform conductor (NO solver) — R = L/(σ·A), the
closed-form anchor the Elmer em_conduction_submit gate reproduces to machine
precision. With voltage_v the Ohm/Joule pair is included (I = V/R, P = V·I).
σ from conductivity_s_m or a conductor name.
Returns {resistance_ohm, conductivity_s_m, length_m, area_m2, current_a?, joule_w?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area_mm2 | Yes | ||
| conductor | No | ||
| length_mm | Yes | ||
| voltage_v | No | ||
| conductivity_s_m | No |