Output the magnetic-field energy density $\\mathbf{H}^* \\cdot \\mathbf{B} / 2$
(sim)
| 5655 | |
| 5656 | |
| 5657 | def output_hpwr(sim): |
| 5658 | """ |
| 5659 | Output the magnetic-field energy density $\\mathbf{H}^* \\cdot \\mathbf{B} / 2$ |
| 5660 | """ |
| 5661 | sim.output_component(mp.H_EnergyDensity) |
| 5662 | |
| 5663 | |
| 5664 | def output_dpwr(sim): |
nothing calls this directly
no test coverage detected