Computes symmetry source term for the conservative for of the combined two-fluid equations. The source just converts the combined two-fluid into two separate euler fluids and computes the source for each fluid separately. The result is then transformed back into the combined fluid.
model
(string)symmetryType
(string)ionGamma
(float)electronGamma
(float)mi
(float)me
(float)qi
(float)qe
(float)basementDensity
(float)basementPressure
(float)in
(string vector, required)10 primary variables
- \(\rho\) mass density
- \(\rho\,u_{x}\) x momentum density
- \(\rho\,u_{y}\) y momentum density
- \(\rho\,u_{z}\) z momentum density
- \(\rho_{c}\) total charge density
- \(j_{x}\) x current density
- \(j_{y}\) y current density
- \(j_{z}\) z current density
- \(e_{i}\) ion energy density
- \(e_{e}\) electron energy density
<Source axiSymSource>
kind = twoFluidSymSrc
symmetryType = cylindrical
model = twoFluidEqn
ionGamma = 1.666
electronGamma = 1.6666
qi = ION_CHARGE
qe = ELECTRON_CHARGE
mi = ION_MASS
me = ELECTRON_MASS
basementDensity = 0.0
basementPressure = 0.0
</Source>