em_conduction_submit
Submits an asynchronous Elmer DC conduction job to calculate current, Joule heating, and effective resistance for a rectangular conductor under applied voltage.
Instructions
DC current conduction via Elmer's StatCurrentSolver (P3 M6 frontier),
asynchronous. Requires ElmerSolver; when absent this returns {ok:false, reason,
install} rather than raising. Builds a rectangular strip with voltage_v
across its ends and reads the electrode current, total Joule heating and
Elmer's effective resistance — all machine-exact against R = L/(σ·A)
(resistance_ratio = 1.000000 live).
Returns the degradation dict or {job_id, status, cache_hit}; poll job_result for {ok, current_a, joule_w, effective_resistance_ohm, resistance_exact_ohm, current_exact_a, resistance_ratio, case_dir}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nx | No | ||
| ny | No | ||
| width_m | No | ||
| length_m | No | ||
| conductor | No | copper | |
| voltage_v | No | ||
| conductivity_s_m | No |