Next Article in Journal
Decomposition Mechanisms of Lignin-Related Aromatic Monomers in Solution Plasma
Next Article in Special Issue
Recent Advances in Cold Atmospheric Pressure Plasma for E. coli Decontamination in Food: A Review
Previous Article in Journal
Runaway Electrons in Gas Discharges: Insights from the Numerical Modeling
Previous Article in Special Issue
Advanced Diagnostics of Electrons Escaping from Laser-Produced Plasma
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

A Tutorial on One-Dimensional Numerical Simulation of Virtual Cathode Oscillation

Extreme Energy-Density Research Institute, Nagaoka University of Technology, Nagaoka 940-2188, Japan
Plasma 2025, 8(2), 13; https://doi.org/10.3390/plasma8020013
Submission received: 27 February 2025 / Revised: 14 March 2025 / Accepted: 27 March 2025 / Published: 1 April 2025
(This article belongs to the Special Issue Latest Review Papers in Plasma Science 2025)

Abstract

:
This review article is the continuation of a previous publication, by the same author, on one dimensional theory of space charge effect and virtual cathode. The virtual cathode is known to be unstable. However, the process of virtual cathode oscillation is very complicated both physically and mathematically. No satisfactory theoretical model exists that can fully describe the oscillatory behavior of the virtual cathode. On the other hand, computer simulations allow us to numerically observe this phenomenon and establish certain relations between the electron beam parameters and the virtual cathode characteristics. This article explains the detailed procedure of numerical modeling by dealing with the one-dimensional case as an example. A sample code written in the C language is attached at the end following the main text. This article is expected to serve as a reference for young researchers and students who are interested in computer simulations of intense particle beams and high-power microwave generation.

1. Introduction

A virtual cathode is space-charge-induced potential distribution that appears, to the charged particles, as a real cathode. Its effect becomes significant when the current of the charged particle beam exceeds a certain value [1,2,3]. Virtual cathode oscillation is a kind of periodic vibration in the amplitude and position of the virtual cathode. It is considered the source of microwave radiation from a device called a virtual cathode oscillator [4,5,6,7,8,9,10,11,12,13,14,15].
For a one-dimensional steady-state virtual cathode, a previous publication [1] has summarized most of the important physical concepts and mathematical formulation. However, for virtual cathode oscillation, there exists no satisfactory theory or model that can fully describe the time-dependent virtual cathode behavior, let alone its interaction with the microwaves.
In recent years, computer simulation has become a very effective tool for solving physical and engineering problems. Like in many other fields, we can apply this numerical tool to virtual cathode oscillation, which may allow us to overcome the difficulty that is caused by the complexity of the system. This tutorial article serves as a guiding document for the explanation and demonstration of a one-dimensional numerical simulation of virtual cathode oscillation.
For particle-beam- or plasma-related studies, there are commercially available software products that can be used to carry out multi-dimensional, electromagnetic, and relativistic particle-in-cell (PIC) simulations. These simulation tools are critical nowadays for the design and improvement of experimental devices, so they are considered essential for most of the research and development. The one-dimensional simulation described in this article is by no means an attempt to replace these software products in any way. Instead, it is intended as a supplement to the steady-state theory published in another tutorial article [1]. In addition, it is aimed at providing some general knowledge on numerical practices for students and young researchers.
The model of interest is shown in Figure 1. A uniform electron beam is injected into a drifting space defined by two parallel planes of equal electric potential. The drifting space is an ideal vacuum, and the injected electrons are the only particle species considered. The beam has a constant current density, and all electrons have the same initial kinetic energy. If we assume that the vertical size of the electron beam is much larger than the width of the drifting space, we can treat this situation in a one-dimensional manner.
Obviously, there is no experimental system that is truly one-dimensional. However, as in the steady-state analysis [1], one-dimensional approximation is a very important approach through which we can expect to achieve a better understanding of the process and further establish logical relations between some key parameters. In fact, from the physical point of view, we can consider multi-dimensional effects as quantitative deviations from the one-dimensional nature of the phenomenon.
Another approximation here is the omission of the magnetic field. Precisely speaking, charged particles interact with each other not only electrically but also magnetically, because charged particle movement generates a magnetic field. In addition, a magnetic field must be involved if we want to consider the interaction between the electron beam and the electromagnetic waves. However, for the space-charge-dominated one-dimensional model without considering microwave interaction, it is reasonable to assume that the magnetic field is not playing any important role here. In other words, the simulation model described in this article is electrostatic, which means that the electric potential is well defined at any point by the electric field and the boundary condition. It is noted that the electric field does indeed change in time, although Maxwell’s electromagnetic induction is not considered.
The basic equations and boundary conditions are given in Section 2 and are similar to those used in the steady-state theory [1] except for allowing the time dependency of every parameter and removing the connection between electron kinetic energy and electric potential. Section 3 describes the detailed methods for numerically solving the differential equations. Some additional explanations of the sample code, which is attached in Appendix A, are given in Section 4. Finally, Section 5 contains some examples of the simulation results, with brief discussions.

2. One-Dimensional Model

Consider the situation shown in Figure 1, where an electron beam with constant initial electron kinetic energy and constant beam current density is injected into a drifting space. The width of the drifting space is D, and both boundaries are grounded. This is the same situation as that described in Section 3 of Ref. [1]. Apparently, for observing virtual cathode behavior, the injected beam current density must be higher than that given by Equation (51) of Ref. [1].

2.1. Basic Equations and Boundary Conditions

Electrostatic, non-relativistic, one-dimensional equations are shown below. They are mainly the Poisson equation for the fields and the equation of motion for the electrons.
E ( z , t ) z = e n ( z , t ) ε 0
E ( z , t ) = ϕ ( z , t ) z
e E m = d v d t
v = d z d t
Here, E, ϕ, n, v, z, and t represent the electric field, electric potential, electron density, electron velocity, spatial position, and time, respectively. In addition, the constants e, m, and ε0 are the unit charge, electron mass, and vacuum permittivity, respectively.
Compared with the steady-state model described in [1], it is worth noticing that the electron velocity is no longer linked with the electric potential, allowing different electrons with different velocities to exist at the same location. In addition, a new variable (t) has been introduced in order to allow for variation of the parameters with time.
The following are the boundary conditions.
(1) Both boundaries are grounded, namely
ϕ ( 0 ) = ϕ ( D ) = 0
(2) The injected beam current density, Jin, is constant:
J i n = e n i n v i n
where nin and vin are the initial electron density and velocity, respectively.
(3) Each injected electron has a constant initial kinetic energy of eV0, so the initial non-relativistic electron velocity is given by
v i n = 2 e V 0 m 1 / 2

2.2. Parameter Normalization

In order to normalize the parameters, we define the following normalization constants.
E 0 = V 0 d
ϕ 0 = V 0
n 0 = ε 0 V 0 e d 2
J 0 = ε 0 2 e m 1 / 2 V 0 3 / 2 d 2
v 0 = 2 e V 0 m 1 / 2
z 0 = d
t 0 = d m 2 e V 0
Here, d is defined by the following relation for given values of Jin and V0:
d = 4 ε 0 9 2 e m 1 / 2 V 0 3 / 2 J i n
The above equation indicates that d corresponds to the length of a space-charge-limited gap where an electron beam of current density Jin is accelerated by voltage V0.
Using the normalization constants of Equations (8)–(14), we can define the dimensionless quantities E′, ϕ′, n′, J′, v′, z′, and t′ by using
E = E E 0
ϕ = ϕ ϕ 0
n = n n 0
J = J J 0
v = v v 0
z = z z 0
t = t t 0
and, by submitting them into Equations (1)–(4), we obtain the following equations.
E z = n
E = ϕ z
2 d v d t = E
v = d z d t
In addition, the boundary conditions of Equations (5)–(7) are transformed to
ϕ ( 0 ) = ϕ ( D ) = 0
J i n = J i n J 0 = 4 9
v i n = v i n v 0 = 1
where D′ = D/d.
Furthermore, by using the expression for plasma frequency
ω p = n i n e 2 m ε 0 1 2
together with Equations (6), (7) and (15), Equation (14) can also be written as
t 0 = 2 3 ω p
This relation will be used later when we compare the oscillation frequency with the plasma frequency.
The numerical simulation described in this article is carried out only for the normalized parameters using Equations (23)–(26) with boundary conditions of Equations (27)–(29). In order to visualize the simulation results in physical quantities, one has to convert the normalized parameters to real parameters by using Equations (16)–(22). Since the condition factors, presumably V0 and Jin (which is represented by d through Equation (15)), only appear in the normalization relations, the simulation results for the normalized parameters can be considered general. In other words, if V0 or Jin changes, there is no need to rerun the simulation, we only need to reflect the change in the normalization relation and interpret the simulation results again using the new coefficients. For this reason, the simulation results shown in this article are believed to be effective for wide ranges of V0 (within non-relativistic limits) and Jin.

3. Numerical Method

To numerically solve the differential equations of Equations (23) and (24), we need to divide the simulation space into many small divisions (Δz′), and, in each of these divisions, we assume that every physical parameter (such as the field or the potential) has a single value. In other words, the originally continuous distribution of the parameter is represented by a series of discrete values.
Similarly, to numerically solve the differential equations of Equations (25) and (26), we need to divide the simulation time duration into many small intervals (Δt′), and, during each of these intervals, we assume that every physical parameter (such as the particle velocity and the field) remains constant. In other words, the originally smooth variation of the parameter is represented by a sequence of discontinuous values.
With these assumptions, the differential Equations (23)–(26) are converted to the following difference equations, which can be solved numerically given proper boundary and initial conditions.
Δ E Δ z = n
E = Δ ϕ Δ z
2 Δ v Δ t = E
v = Δ z Δ t
To be more specific, for a spatial division of index j, Equations (32) and (33) can be written as
E j + 1 E j Δ z = n j                 o r               E j + 1 = E j n j Δ z
E j + 1 = ϕ j + 1 ϕ j Δ z                     o r               ϕ j + 1 = ϕ j E j + 1 Δ z
where Ej+1 and Ej are the electric field at either end of the division, nj is the electron density, and ϕj+1 and ϕj are the electric potentials of this and the neighboring division, respectively.
On the other hand, for a particle of index k, Equations (34) and (35) can be written as
2 v k _ n e w v k _ o l d Δ t = E k                 o r               v k _ n e w = v k _ o l d E k Δ t 2
v k = z k _ n e w z k _ o l d Δ t                     o r               z k _ n e w = z k _ o l d + v k Δ t
where subscript “old” and “new” indicate the parameter value before and after the time interval Δt′, respectively, and Ek is the electric field acting on this particle. However, it is important to note that these equations are not solved for every electron, because their number is simply too large.
An important numerical approach commonly used in particle beam or plasma simulations is the concept of the so-called “macroparticle”. Because of the vast number of real particles (such as electrons or ions) in the real situation, which is absolutely hopeless for any computer to simulate, these particles are represented by a limited number of macroparticles; each of them embodies a large number of real particles, in this case being electrons. So, the difference equations of motion, Equations (38) and (39), are solved only for these macroparticles. Apparently, the more macroparticles we use, the better they can reproduce the real situation of a seemingly continuous electron beam.
To calculate Ek in Equation (38), we assume that the electric field varies linearly in each division from its value at one end (Ej) to that at the other end (Ej+1), which leads to
E k = E j + 1 [ z p ( j 1 ) Δ z ] + E j ( j Δ z z p ) Δ z
where j is the division index in which the macroparticle exits. The reason for using Equation (40) is to take into account the macroparticle position inside the division, instead of just using one of the boundary values.
Using the above equations, the simulation tracks all macroparticles by calculating their velocity and position step by step. For every time step, the new position of each macroparticle is calculated, and its contribution to the charge and current density distributions is added to the local division using
n j = n j q / Δ z
j j = j j + v q / Δ z
where subscript j is the division index in which the macroparticle is located, and q′ is the normalized charge of one macroparticle. It may look a bit confusing, since n′ is the number density, which is positive, but the sign of the second term in Equation (41) is minus because q′ is negative.
Finally, it is necessary to find the boundary value of E′ for a given distribution of n′. From Equation (23), we have
E ( D ) E ( 0 ) = 0 D d E d z d z = 0 D n ( z ) d z
Also, from Equations (24) and (27), we have
ϕ ( D ) ϕ ( 0 ) = 0 D E ( z ) d z = 0
Using a partial integration formula, we can write
E ( z )   z 0 D = 0 D E ( z ) d z + 0 D d E d z z d z
By combining Equations (43)–(45), we obtain
E ( 0 ) = E ( D ) + 0 D n ( z ) d z = 1 D 0 D n ( z ) ( D z ) d z
In the form of numerical integration, the above equation becomes
E j = 1 = 1 n s p a c e j = 1 n s p a c e n j ( n s p a c e j ) Δ z
where nspace is the total number of spatial divisions.

4. Programming Details

Based on the above-explained model and method, we can make a program for the numerical simulation. A sample code is shown in Appendix A, which is written in the C language. There are, of course, many other computer languages that can be used for the same purpose.
The core of the simulation code is a loop for repetitive calculation, which represents the time evolution of the events, including the calculations of the spatial parameters (E′, ϕ′, and n′) and the particle parameters (v′ and z′). The initial condition starts from an empty space with no macroparticles inside. As time advances, macroparticles are injected from the boundary, and all the spatial and particle parameters are calculated step by step.
More specifically, for every cycle of the main loop, the following calculations are carried out.
-
All active macroparticles in the simulation area are moved for one time step, using Equations (38) and (39).
-
The particle density and current density profiles are obtained by using Equations (41) and (42), after all macroparticles are taken into account.
-
The electric field and potential are calculated for every division, using Equations (36) and (37), with boundary values given by Equation (47).
-
A new macroparticle is injected at the boundary.
Computer memory is required for storing all the spatial parameters and particle parameters separately. In the sample code, this memory is overwritten in every cycle of the main loop so that only the new values are stored for every spatial division and every macroparticle.
As macroparticle injections continue, their total number keeps increasing for a while at the beginning of the simulation. However, after a certain time, some macroparticles start exiting the region at either boundary, and the total number of active macroparticles starts to stabilize within a certain range. Therefore, the total number of active macroparticles is not predetermined, and its value may vary during the simulation process.
It is important to make sure that the total number of macroparticles does not overflow the computer memory that has been allocated by the simulation code. There are several possible ways to do this. In the sample code shown in Appendix A, the memory resources are recycled by allowing new particles to reuse memory that has been released by particles that have already exited the region.
The following values are used in the sample code, although they are neither mandatory nor universal.
(1)
Normalized time step, Δt′ = 10−3;
(2)
Normalized spatial division, Δz′ = 10−3;
(3)
Normalized macroparticle charge, q′ = J′in × Δt′= − 4/9 × 10−3.
Theoretically speaking, the smaller these values are, the more accurate the calculation results can be expected to be, although the calculation will consume more computer resources and computing time. Conversely, large values may lead to unexpected calculation errors or even calculation instability. For each of the above quantities, a critical value exists, which can be found by using numerical computation theory for a desired computation accuracy. However, in this tutorial article, we do not intend to go into the computation theory. We suggest a simpler approach instead. When we change one of the values by several times (or an order of magnitude), if the calculation results do not change noticeably, we can assume that the values we used are in the proper range. From this point of view, the values shown above are considered to be proper.
A more practical factor here is that the modern computers are very powerful and are equipped with a large quantity of fast memory; therefore, for the one-dimensional simulation described here, the computer resources and computation time are really not so important. In fact, depending on the computer environment, using the above values, an execution of the sample code (Appendix A) can hardly take more than one minute.
The sample code given in Appendix A has been tested for the following environments:
-
Visual Studio 2022 (17.13) on Microsoft Windows 11;
-
Visual Studio Code (1.97) on Microsoft Windows 11;
-
Visual Studio Code (1.97) on MacOS Sequoia 15.3.
Depending on the operating system, the VS code needs an additional C-language extension and compiler.

5. Examples of Simulation Results

In the sample code, shown in Appendix A of this article, the simulation results are written into several text files. The values of the time-varying parameters, including the total number of active macroparticles, numbers of macroparticles exiting at either boundary, and position and amplitude of the minimum potential, are saved once every 10 time steps. In addition, at the end of the simulation, the spatial parameters (E′, ϕ′, n′, and J′) and the particle parameters (v′ and z′) are saved in separate files. These files are convenient for visualizing the simulation results after the execution of the computation.

5.1. When Beam Current Density Is Relatively Low

This is the case described in Section 3.1 of Ref. [1]. Here, “relatively low” means that the beam current is lower than the limiting value so that all electrons can go through the gap without reflection. In other words, there is no virtual cathode. If we assume that the limiting current density is Jmax, from Equations (49) and (51) of Ref. [1], we can write
J i n J m a x = D 2 8
The value of the above equation is determined by the gap width for a given injected beam current density. It can also be considered as the ratio of the injected current to the limiting value for a given gap width. In any case, this is the only free variable for which we can change its value in the simulation and see its effects on the results.
For example, when D′ = 2.8, the value of Equation (48) is smaller than 1, which means that the injected beam current density is “relatively low”. In this case, the simulation results are shown in Figure 2. It can be seen from Figure 2c that the total number of active macroparticles stabilizes near a fixed value after a certain time, when the status in the gap has reached a steady state. For the stabilized state, the spatial distributions of the electric potential and electron velocity are shown in Figure 2a and Figure 2b, respectively.
For comparison, the steady-state theoretical results [1] are also shown with blue lines in Figure 2a,b. In addition, Figure 3 compares the relation between the injected beam current density (Jin) and the potential minimum (ϕp), where the theoretical curve is a replot of Figure 4 of Ref. [1]. We see from these figures that the simulation results for the stabilized states (without a virtual cathode) agree well with the one-dimensional analytical theory, indicating that the simulation model is properly representing the physical phenomenon.

5.2. When Beam Current Density Is Higher Than the Limiting Value

To have the virtual cathode, we only need to let the value of Equation (48) be higher than 1, which corresponds to the situation described by Section 3.2 of Ref. [1]. For example, when D′ = 3, the simulation results are as shown in Figure 4. In order to visualize the time-dependent variation of the potential distribution and the particle phase-space distribution, these profiles are plotted for t′ = 31, 33, 35, and 37 in Figure 4a–d, respectively. In addition, the total number of active macroparticles is plotted in Figure 4e, from which we can see clear periodic oscillation of a certain frequency. The virtual cathode behavior seen in Figure 4 is certainly not what can be described by the steady-state theory. This is exactly why numerical simulation is required.
The time-dependent oscillation can be better seen in the Video Abstract. The video file (1D_VC.mp4) was made by combining the sample code with a Visual Studio C# Form. The C# part did nothing but display the simulation results on the screen, and the real-time frames were captured during the simulation by using the Xbox Game Bar on Windows 11.
During the virtual cathode oscillation, the reflected electron beam and the transmitted electron beam are both modulated. This can be seen from Figure 5, where the time histories of the reflected current density (Jre) and transmitted current density (Jtr) are plotted. The strong modulation of the reflected beam is physically associated with microwave radiation from the virtual cathode oscillator [14].
If the microwave interaction indeed occurs in the region between the virtual cathode and the injection plane, the average current density in this region should become important. Although the current density of each spatial division is known at any time, its average value across a certain region is not calculated in the sample code. Adding this calculation to the program is relatively simple, and the result obtained by a modified code is shown in Figure 6. The reason for taking the average across the region between z′ = 0 and z′ = 1 is because the virtual cathode is generally found in the area near z′ = 1, albeit oscillating. From Figure 6, we see that the average current density starts at a value of about −4/9, which equals that of the injected beam. After the beginning of the virtual cathode oscillation, however, a large amplitude of oscillation is observed and the average value of the current is significantly reduced. This oscillating current is considered as a potential source of microwave radiation in the virtual cathode oscillator.

5.3. Oscillation Characteristics

During the virtual cathode oscillation, the virtual cathode moves back and forth, and its amplitude oscillates up and down. As a result, for each cycle, the minimum potential (ϕp) and its position (zp) draw a closed loop on the ϕpzp plane. It is interesting to note that the shape of this loop depends on the value of D′, as shown in Figure 7. This result qualitatively agrees with simulation results obtained back in the 1980s [5].
From the simulation results shown in Figure 5, we can find the time-averaged values for both Jre/Jin and Jtr/Jin. The results are shown in Figure 8 by black and blue dots, respectively, that are compared with the steady-state theory [1] shown by solid lines. For different simulation runs, the value of D′ was changed, but this change was converted to that in Jin/Jmax by using Equation (48) for a better comparison with the theory. Figure 8 tells us that the result of virtual cathode oscillation significantly reduces the reflected electron beam current while almost doubling the amplitude of the transmitted beam current.
The oscillation frequency can be easily found by using the oscillation period. The results obtained with different values of D′ are shown in Figure 9, where Equation (31) was used in order to express the frequency in terms of ωp. Like in Figure 8, the values of D’ were converted to those of Jin/Jmax by using Equation (48) for practical purposes. As explained in Section 2, the parameter normalization allows us to interpret the simulation results in a more general way. For example, the results shown in Figure 9 tell us that virtual cathode oscillation should happen in an approximate frequency range of 1.6ωp~2.5ωp, as long as the one-dimensional and non-relativistic assumptions hold.

6. Conclusions

In this review article, a method of numerical simulation for one-dimensional virtual cathode oscillation was explained in detail. The basic equations are similar to those used in steady-state analytical theory, except for allowing for variation in the parameters with time and removing the connection between the electric potential and the electron velocity. The numerical methods were explained in a practical way, without involving computation theories for instability and accuracy.
A sample simulation program is attached as Appendix A to this article. Some technical details regarding the sample code are described, as this article intends to help readers to fully understand the program and to encourage them to write their own codes for similar studies.
A video file is attached to this PDF, which provides a smooth view of the time-dependent variation shown in Figure 4. It offers visual recognition for the phenomenon of virtual cathode oscillation.
The simulation approach described in this article is based on parameter normalization. Since most of the operational values that determine the condition (such as the voltage and the current) are hidden in the normalization relations, the simulation is considered general, which means that the results are effective for different condition parameters. For example, the one-dimensional simulation results given in this article tell us that, as the electron beam current increases, the transmitted beam current drops from ~40% to ~10% and the oscillation frequency increases from ~1.6ωp to ~2.5ωp.
This tutorial article guides readers through the process of one-dimensional simulation of virtual cathode oscillation. It has to be noted that the purpose of this article is more educational than scientific, because the model is so simplified that it is physically far away from any real situation we may encounter. Therefore, the simulation results obtained by this article can hardly be used to solve any real-world problem directly. The readers are specifically advised to keep in mind the following factors.
First, multi-dimensional effects are usually non-negligible. The one-dimensional approach described above is intended to demonstrate the method but not the results. Discrepancies are bound to occur in a real device, depending on how far its geometry is from what can be considered one-dimensional.
Second, an electrostatic model was used because of its consistency with the analytical theory [1]. However, an electromagnetic approach will be required if microwaves are involved or if high-frequency effects are considered. Variation of the electric field over time was allowed here, but electromagnetic induction was ignored because its variation is considered slow.
Third, the drifting space geometry used in this article is seldom seen in real devices, although it is convenient for one-dimensional simulation. In fact, the configuration can be easily changed by varying the boundary conditions. Interested readers are encouraged to run simulations with different boundary conditions, such as a biased gap.
Finally, the simulation model assumed a pure vacuum environment and mono-species situation. In a real experimental device, however, residual gas molecules can cause electron scattering and be ionized by electron bombardment. In addition, depending on the pulse length, ions and plasma originating from the electrode surfaces may play some roles that cannot be ignored.

Funding

This research received no external funding.

Conflicts of Interest

The author declares no conflict of interest.

Appendix A

Sample program for one-dimensional simulation of virtual cathode oscillator.
Plasma 08 00013 i001Plasma 08 00013 i002Plasma 08 00013 i003Plasma 08 00013 i004

References

  1. Jiang, W. A Tutorial on the One-Dimensional Theory of Electron-Beam Space-Charge Effect and Steady-State Virtual Cathode. Plasma 2024, 7, 29–48. [Google Scholar] [CrossRef]
  2. Humphries, S., Jr. Chapter 5 Introduction to Beam-Generated Forces. In Charged Particle Beams; John Wiley and Sons: Hoboken, NJ, USA, 1990. [Google Scholar]
  3. Miller, R.B. Chapter 3 Propagation of Intense Beams in Vacuum. In An Introduction to the Physics of Intense Charged Particle Beams; Plenum Press: New York, NY, USA, 1982. [Google Scholar]
  4. Siman-Tov, M.; Leopold, J.G.; Krasik, Y.E. Self-oscillations in an over-injected electron diode—Experiment and analysis. Phys. Plasmas 2019, 26, 033113. [Google Scholar] [CrossRef]
  5. Sullivan, D.J.; Walsh, J.E.; Coutsias, E.A. Chapter 13 Virtual Cathode Oscillator—(Vircator) Theory. In High-Power Microwave Sources; Granatstein, V.L., Alexeff, I.A., Eds.; Artech House: Boston, MA, USA; London, UK, 1987. [Google Scholar]
  6. Benford, J.; Swegle, J.A.; Schamiloglu, E. Chapter 10 Vircators. In High Power Microwaves, 3rd ed.; CRC Press: Boca Raton, FL, USA, 2016. [Google Scholar]
  7. Valfells, A.; Feldman, D.W.; Virgo, M.; O’Shea, P.G. Effects of pulse-length and emitter area on virtual cathode formation in electron guns. Phys. Plasmas 2002, 9, 2377–2382. [Google Scholar] [CrossRef]
  8. Leopold, J.G.; Siman-Tov, M.; Goldman, A.; Krasik, Y.E. Over-injection and self-oscillations in an electron vacuum diode. Phys. Plasmas 2017, 24, 073136. [Google Scholar] [CrossRef]
  9. Mahaffey, R.A.; Sprangle, P.; Golden, J.; Kapetanakos, C.A. High-Power Microwave from a Nonisochronic Reflecting Electron System. Phys. Rev. Lett. 1977, 39, 843–846. [Google Scholar]
  10. Kwan, T.J.T. High-Efficiency, Magnetized, Virtual-Cathode Microwave Generator. Phys. Rev. Lett. 1986, 57, 1895–1898. [Google Scholar] [PubMed]
  11. Benford, J.; Price, D.; Sze, H.; Bromley, D. Interaction of a Vircator Microwave Generator with an Enclosing Resonant Cavity. J. Appl. Phys. 1987, 61, 2098–2100. [Google Scholar] [CrossRef]
  12. Jiang, W.; Masugata, K.; Yatsui, K. Mechanism of Microwave Generation by Virtual Cathode Oscillation. Phys. Plasmas 1995, 2, 982–986. [Google Scholar] [CrossRef]
  13. Jiang, W.; Woolverton, K.; Dickens, J.; Kristiansen, M. High Power Microwave Generation by a Coaxial Virtual Cathode Oscillator. IEEE Trans. Plasma Sci. 1999, 27, 1538–1542. [Google Scholar]
  14. Jiang, W.; Kristiansen, M. Theory of the Virtual Cathode Oscillator. Phys. Plasmas 2001, 8, 3781–3787. [Google Scholar]
  15. Selemir, V.D.; Dubinov, A.E.; Voronin, V.V.; Zhdanov, V.S. Key Ideas and Main Milestones of Research and Development of Microwave Generators with Virtual Cathode in RFNC-VNIIEF. IEEE Trans. Plasma Sci. 2020, 48, 1860–1867. [Google Scholar]
Figure 1. One-dimensional model for numerical simulation of virtual cathode oscillation.
Figure 1. One-dimensional model for numerical simulation of virtual cathode oscillation.
Plasma 08 00013 g001
Figure 2. Simulation results obtained by using the sample code: (a) the spatial distribution of the electric potential for t′ = 30, (b) a plot of all active macroparticles (each macroparticle is represented by a dot) in the phase space for t′ = 30, and (c) the total number of active macroparticles. The blue curves in (a,b) were obtained using steady-state theory from [1].
Figure 2. Simulation results obtained by using the sample code: (a) the spatial distribution of the electric potential for t′ = 30, (b) a plot of all active macroparticles (each macroparticle is represented by a dot) in the phase space for t′ = 30, and (c) the total number of active macroparticles. The blue curves in (a,b) were obtained using steady-state theory from [1].
Plasma 08 00013 g002
Figure 3. Simulation results (dots) compared with steady-state theory (curve) for the relation between the minimum potential and the injected beam current density, without virtual cathode formation.
Figure 3. Simulation results (dots) compared with steady-state theory (curve) for the relation between the minimum potential and the injected beam current density, without virtual cathode formation.
Plasma 08 00013 g003
Figure 4. Simulation results obtained for D′ = 3.0: (ad) the spatial distributions of the electric potential and macroparticle distribution in the phase space, obtained at different times, and (e) the total number of active macroparticles.
Figure 4. Simulation results obtained for D′ = 3.0: (ad) the spatial distributions of the electric potential and macroparticle distribution in the phase space, obtained at different times, and (e) the total number of active macroparticles.
Plasma 08 00013 g004aPlasma 08 00013 g004b
Figure 5. Simulation results for the (a) reflected current density and (b) transmitted current density, obtained from the same simulation as Figure 4. These current density values were obtained by counting the number of macroparticles that exited at either boundary.
Figure 5. Simulation results for the (a) reflected current density and (b) transmitted current density, obtained from the same simulation as Figure 4. These current density values were obtained by counting the number of macroparticles that exited at either boundary.
Plasma 08 00013 g005
Figure 6. The time history of the average electron current density between z′ = 0 and z′ = 1 for D′ = 3.0. This result was obtained by a modified program with added calculations taking the average across the region of z′ = 0~1.
Figure 6. The time history of the average electron current density between z′ = 0 and z′ = 1 for D′ = 3.0. This result was obtained by a modified program with added calculations taking the average across the region of z′ = 0~1.
Plasma 08 00013 g006
Figure 7. Traces of the potential minimum during virtual cathode oscillation, obtained with different values of D′: (a) D′ = 3.0, (b) D′ = 4.0, and (c) D′ = 5.0.
Figure 7. Traces of the potential minimum during virtual cathode oscillation, obtained with different values of D′: (a) D′ = 3.0, (b) D′ = 4.0, and (c) D′ = 5.0.
Plasma 08 00013 g007
Figure 8. The time-averaged reflected current density (black) and transmitted current density (blue) obtained for different values of the injected current density. The dots are the simulation results obtained in this article, and the solid lines are those of steady-state theory reported before [1].
Figure 8. The time-averaged reflected current density (black) and transmitted current density (blue) obtained for different values of the injected current density. The dots are the simulation results obtained in this article, and the solid lines are those of steady-state theory reported before [1].
Plasma 08 00013 g008
Figure 9. Simulation results for the virtual cathode oscillation frequency as a function of the injected beam current density.
Figure 9. Simulation results for the virtual cathode oscillation frequency as a function of the injected beam current density.
Plasma 08 00013 g009
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jiang, W. A Tutorial on One-Dimensional Numerical Simulation of Virtual Cathode Oscillation. Plasma 2025, 8, 13. https://doi.org/10.3390/plasma8020013

AMA Style

Jiang W. A Tutorial on One-Dimensional Numerical Simulation of Virtual Cathode Oscillation. Plasma. 2025; 8(2):13. https://doi.org/10.3390/plasma8020013

Chicago/Turabian Style

Jiang, Weihua. 2025. "A Tutorial on One-Dimensional Numerical Simulation of Virtual Cathode Oscillation" Plasma 8, no. 2: 13. https://doi.org/10.3390/plasma8020013

APA Style

Jiang, W. (2025). A Tutorial on One-Dimensional Numerical Simulation of Virtual Cathode Oscillation. Plasma, 8(2), 13. https://doi.org/10.3390/plasma8020013

Article Metrics

Back to TopTop