maxwellianWorks with VSimBase, VSimEM, VSimPD, VSimPA, and VSimMD licenses.
An SVTFunc created using a Maxwellian function with
kind = maxwellian.
densityDensity of the plasma in the region of simulation.
velocityDimNumber of velocity coordinates.
densGrad_xx-derivative of the density function specified above.
densGrad_yy-derivative of the density function specified above.
densGrad_zz-derivative of the density function specified above.
vthermalThermal velocity of the particles (related to energy level).
vdrift_xSpecifies drift velocity of particles in x-direction.
vdrift_ySpecifies drift velocity of particles in y-direction.
vdrift_zSpecifies drift velocity of particles in z-direction.
Example showing that all parameters (except .. describe:: velocityDim`) are specified through STFuncs of kind .. describe:: expression` or .. attribute:: constantFunc`.
<SVTFunc equilibDist>
kind = maxwellian
velocityDim = 3
<STFunc density>
kind = expression
expression = DENSITY_P*x/LX
</STFunc>
<STFunc densGrad_x>
kind = expression
expression = DENSITY_P/LX
</STFunc>
<STFunc densGrad_y>
kind = constantFunc
amplitude = 0.
</STFunc>
<STFunc densGrad_z>
kind = constantFunc
amplitude = 0.
</STFunc>
<STFunc vthermal>
kind = constantFunc
amplitude = ELECTHERMSPEED
</STFunc>
<STFunc vdrift_z>
kind = constantFunc
amplitude = 0.
</STFunc>
</SVTFunc>