powerflux_patch

Calculate the power flux through a rectangular patch.

Contents

Syntax

power = powerflux_patch(E_cell, H_cell, normal_axis, intercept)
power = powerflux_patch(E_cell, H_cell, normal_axis, intercept, rect)

Parameters

Input

Output

Example

[E, H] = maxwell_run({ARGUMENTS});
power = powerflux_patch(E, H, Axis.z, 0, [0 200; 0 100]);

See Also

powerflux_box, maxwell_run