gaussian

gaussian

Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimMD licenses.

Function for a Gaussian.

gaussian Parameters

width (float vector)

Width of the Gaussian.

origin (float)

Origin of the center of the Gaussian.

velocity (float)

Velocity of the pulse.

amplitude (float vector)

Amplitude of the wave.

Example gaussian Block

<STFunc relMacroFluxFunc>
  kind = gaussian
  widths = [1. 0. 1.]
  origin = [0. 0. 0.]
  velocity = [0. 1.e5 0.]
  amplitude = 1.
</STFunc>