Processing math: 4%
Advanced Search+
Dingchen LI, Chuan LI, Jiawei LI, Wendi YANG, Menghan XIAO, Ming ZHANG, Kexun YU. Study on the interaction mechanism of double-blade corona discharge with a large discharge gap[J]. Plasma Science and Technology, 2023, 25(4): 045404. DOI: 10.1088/2058-6272/aca460
Citation: Dingchen LI, Chuan LI, Jiawei LI, Wendi YANG, Menghan XIAO, Ming ZHANG, Kexun YU. Study on the interaction mechanism of double-blade corona discharge with a large discharge gap[J]. Plasma Science and Technology, 2023, 25(4): 045404. DOI: 10.1088/2058-6272/aca460

Study on the interaction mechanism of double-blade corona discharge with a large discharge gap

More Information
  • Corresponding author:

    Chuan LI, E-mail: lichuan@hust.edu.cn

  • Received Date: October 23, 2022
  • Revised Date: November 16, 2022
  • Accepted Date: November 16, 2022
  • Available Online: December 05, 2023
  • Published Date: February 07, 2023
  • Multi-source corona discharge is a commonly used method to generate more charged particles, but the interaction mechanism between multiple discharge sources, which largely determines the overall discharge effect, has still not been studied much. In this work, a large-space hybrid model based on a hydrodynamic model and ion-transport model is adopted to study the interaction mechanism between discharge sources. Specifically, the effects of the number of electrodes, voltage level, and electrode spacing on the discharge characteristics are studied by taking a double-blade electrode as an example. The calculation results show that, when multiple discharge electrodes operate simultaneously, the superimposed electric field includes multiple components from the electrodes, making the ion distribution and current different from that under a single-blade electrode. The larger the distance between discharge electrodes, the weaker the interaction. When the electrode spacing d is larger than 4 cm, the interaction can be ignored. The results can guide the design of large discharge gap array electrodes to achieve efficient discharge.

  • Supervised learning and semi-supervised learning algorithms have been widely applied to prediction and fitting in fusion plasma research [18], like disruption prediction [13], inversion reconstruction [4], simulation [5, 6], and event recognition [7, 8]. These algorithms learn from abundant diagnostic data marked with plasma events, like plasma disruption or L-H transition, and then repeat similar behaviors by given data, avoiding complicated or incomprehensible dynamical methods. The hierarchical clustering and k-mean method was implemented in the National Spherical Torus Experiment to identify characteristic evolution patterns of an edge localized mode event [8], indicating that clustering analysis is a powerful tool for classification and identification of events.

    The k-means clustering algorithm [9], as a prototype-based cluster analysis method, can classify samples into diverse clusters by the prototype points (like weighted center points). Samples of the same type, gathering around center points, are divided into isolated clusters, which is similar to classification and identification of plasma events which occur in diverse parameter regions. Hence, this algorithm is expected to identify and label various plasma activities to avoid using the scientist's time to label abundant and various plasma events. Based on the above thinking, a semi-supervised learning algorithm, the k-means cluster analysis method, is utilized to survey the diagnostic data of the J-TEXT plasma events. The k-means clustering algorithm can cluster plasma events having similar features, which can be labelled by manually marking a few data. Applying the results of the clustering analysis, massive diagnostic data can be labelled with plasma events, which is beneficial to physics research on macroscopic magnetohydrodynamics (MHD) activities.

    In this work, the k-means algorithm is utilized to conduct diagnosis of signals on the J-TEXT device, and some interesting results have been obtained that several types of plasma events can be classified by this algorithm, and then a simple analytical model is proposed to describe these behaviors. This article is organized as follows: section 2 induces the k-means algorithm, section 3 depicts the classification and a simple analytical model for identification of plasma events, and the last section is a summary of this work.

    Assume a dataset X = {x1, x2, …, xi, …, xn}, where xi stands for a multi-dimensional sample, is a collection R = {R1, R2, …, Ri, …, Rk}. Ri is a cluster made up of certain data in X, and it can represent certain plasma events, like the rotating tearing mode (RTM), sawtooth oscillations (ST) or locked mode (LM). The k-means algorithm can classify X into k clusters by comparing the distances between xi and cj in the corresponding center collection C = {c1, c2, …, cj, …, ck} of R, and the center cj is determined by

    cj=xiRjxi|cj|. (1)

    Here, we employed the Euclidean distance to estimate the distance between xi and cj,

    Li,j= (2)

    where xi, l and cj, l are the sub-parameters of L-dimensional xi and cj, respectively. The criterion is that xi belongs to the cluster whose center is the nearest to xi.

    R\left(x_i\right)=\underset{k}{\arg \min }\left(\left\|x_i-c_k\right\|\right). (3)

    The center collection C can be determined by the iterative method: (a) randomly or manually select k elements in X as cluster centers in C; (b) determine distances between each point and k cluster centers by equation (2), divide all points into their nearest cluster and then update the centers by equation (1); (c) repeat step (b) until the centers have no change or the sum of squared error (SSE) reaches its minimum. Here, SSE is written as,

    \mathrm{SSE}=\sum\limits_{j=1}^k \sum\limits_{x_i \in R_j}\left\|x_i-c_j\right\|^2. (4)

    When the iteration terminates, we can finally derive the center collection C and event collection R. Given a few marked samples, the clusters in R can be labeled with diverse plasma events on the J-TEXT tokamak. J-TEXT is a medium size tokamak with a major radius R = 1.05 m and minor radius a = 0.255 m [10], and the J-TEXT plasma, with a circular cross section in typical discharges, is performed in the L-mode regime with ohmic heating and 500 kW ECRH.

    The database employs 236 available discharges during #1061280 to #1061750 and those discharges with no necessary diagnostic signals and failed plasma currents are eliminated. Three types of signals are selected as sample data, i.e. core soft x-ray emission intensity (Isxr) from the soft x-ray diagnostic (SXR) system [11], edge toroidal rotation velocity (Vφ) from the edge rotation measurement (ERD) [12], and the magnetic signal amplitude (bθ) from the Mirnov probe (MP) [13], remarkably reflecting the features of diverse plasma events. The raw signals of SXR and MP have the sampling rate of 500 kHz while the signal of ERD has that of 10−50 Hz. The magnetic signal b is calculated by the amplitude of raw magnetic signal x in time interval of about 1 ms,

    b_i=\max \left\{\left|x_{i-l}\right|, \cdots,\left|x_i\right|, \cdots,\left|x_{i+l}\right|\right\}, (4a)

    where l equals 250. l should be greater than the ratio of RTM time scale (usually greater than 1.5 kHz in J-TEXT) to the sampling time interval while overlarge l can reduce the temporal resolution of classification. Therefore, l should be within the region of 175 to 250 in J-TEXT. Soft x-ray emission intensity and the magnetic signal are down sampled with 1 kHz while edge toroidal rotation velocity of 1 kHz is derived by the linear interpolation.

    In comparison with applying Z-score and Sigmoid-function normalization methods, with employing min-max normalization the results of cluster analysis have the best accuracy and then this method is employed to uniform the dataset,

    X_i=\frac{X_i^*-\min \left\{X_i^*\right\}}{\max \left\{X_i^*\right\}-\min \left\{X_i^*\right\}}, (5)

    where X_{i}^{*} is the diagnostic signal of one kHz and Xi denotes normalized signals Isxr, Vφ or bθ, constituting the sample collection X. The database is randomly divided into two parts: 80% (189 discharges) as the train set and 20% (47 discharges) as the test set. Table 1 lists variate descriptions and their parameter ranges in the database. The line-averaged electron density ne is measured by far-infrared HCN interferometer [14]. The database contains very broad discharge parameters on J-TEXT, covering experimental research on plasma disruption, modulation of electron density, MHD research on applying resonant magnetic perturbations (RMPs) and electron cyclotron resonance heating (ECRH), and so on. In addition, to assess the results of cluster analysis, the total data is marked manually: identifying ST (RTM) by sawtooth (quasi-sinusoidal) oscillations in diagnostic signals, and LM by diverse effects such as increasing Vφ or radial magnetic field br, decreasing Isxr and even LM unlocking phenomena.

    Table  1.  Plasma parameter range of sample data.
    Signal description Minimum Maximum Variable name
    Plasma current 115 200 Ip (kA)
    Edge safety factor 2.6 5.4 qa (a.u.)
    Soft x-ray emission intensity 0.06 1.95 Isxr (a.u.)
    Edge toroidal rotation velocity −25 35 Vφ (km s−1)
    Mirnov signal amplitude 0.04 2.40 bθ (a.u.)
    Line-averaged electron density 0.6 4.84 ne (1019 m−3)
     | Show Table
    DownLoad: CSV

    Figure 1 shows a typical discharge applying the RMP system [15] in J-TEXT. In this discharge with plasma current Ip of 175 kA and toroidal magnetic field Bt of 1.74 T, RTM emerged spontaneously with bθ of obvious oscillations in figure 1(d). With applying the RMP system, RTM was locked at 0.3195 s, accompanied with increasing Vφ in figure 1(e). Afterwards, LM was maintained until 0.3824 s and then started to rotate. The re-rotating mode slowly reduced and vanished at 0.402 s. Subsequently, ST appeared in figure 1(c) until the discharge end.

    Figure  1.  A typical discharge applying RMP: (a) plasma current, (b) RMP current, (c) soft x-ray emission intensity, (d) the Mirnov probe signal and (e) edge toroidal rotation velocity. Rotating tearing mode (RTM), sawtooth oscillations (ST) and locked mode (LM) emerged in this discharge.

    In the k-means algorithm, the cluster number k needs to be set initially. There are several ways to take an appropriate k value. In this work, the 'elbow' method of the k-SSE curve is employed. Figure 2 shows k-SSE curve when scanning k from 2 to 9. As it is known, larger cluster numbers can reduce SSE and hence SSE is decreasing with increasing k. However, too large k may not conform to the actual situation. The appropriate k would be at the 'elbow' point. In figure 2, SSE has sharp decrease when k = 3 while those of k > 3 descend slowly. Therefore, k is set to 3 in this work.

    Figure  2.  SSE of cluster analysis with k = 2−9.

    The k-means clustering analysis output the event classification and cluster centers on table 2 with an accuracy rate of 98.09% in comparison with manually labelled categories. The confusion matrix between the manually labeled categories and train set categories is listed on table 3. 427 samples of LM are labelled as ST while 242 and 148 samples of ST labelled as RTM and LM, respectively. The failed marked samples occur mainly during an event transition process, like excitation of locked mode by RMP. The error is likely due to temporal resolution (the time-integrated signal, with time sampling interval of 10−100 ms) of ERD and the judgment method of the event boundaries between cluster algorithm and physical understanding: the cluster analysis prefers to divide plasma events by their middle distance while we can define RTM (LM) strictly by its amplitude (rotation velocity). When two clusters have different sizes, their boundary has unequal distances away from cluster centers, leading to discrepancy between the realistic and middle-line decision boundaries. In the k-means algorithm, the boundary problem is inevitable due to the decision method (the nearest distance) although the fuzzy k-means algorithm [16] maybe deal with the sample data near the boundary by distribution probability.

    Table  2.  The centers list of normalized sample data.
    Cluster Isxr Vφ bθ Label
    1 0.1427 0.3419 0.5824 RTM
    2 0.2583 0.1905 0.0671 ST
    3 0.0760 0.6649 0.0555 LM
     | Show Table
    DownLoad: CSV
    Table  3.  Confusion matrix between the manually labeled and train set categories.
    Cluster manual RTM ST LM
    RTM 12973 0 50
    ST 242 27849 148
    LM 54 427 6450
     | Show Table
    DownLoad: CSV

    The clustering result is verified in test set. By comparing distances between sample xi and three centers on table 2 based on equation (3), data in test set is identified and labelled as RTM, ST and LM with the accuracy rate of 98.05%. The results of identification are shown in figure 3. The confusion matrix between the manually labeled categories and predicted categories is listed on table 4. 172 samples of LM are falsely labelled as ST although RTM is identified accurately. The error is attributed to the above-mentioned boundary definition and temporal resolution of diagnosis.

    Figure  3.  (a) Classification of samples in test set, and (b) the responding Isxr, Vφ and bθ in test set. The magenta '+' sign denotes test error.
    Table  4.  Confusion matrix between the manually labeled and predicted categories.
    Test manual RTM ST LM
    RTM 2491 0 6
    ST 0 7553 41
    LM 0 172 1396
     | Show Table
    DownLoad: CSV

    The boundary of two clusters can be determined by solving the plane where each point has the same distance from their centers, and hence the boundary is actually on the middle plane Di, j between their centers ci and cj. The boundary of the ith cluster is made of the middle planes Di, j and Di, k. Di, j can be derived by solving the equation,

    \left\|d-c_i\right\|^2=\left\|d-c_j\right\|^2, (7)

    where d denotes any point \left\{d_{1}, d_{2}, d_{3}\right\} in plane Di, j, and ci (cj) denotes event center \left\{c_{i}^{1}, c_{i}^{2}, c_{i}^{3}\right\}\left(\left\{c_{i}^{1}, c_{j}^{2}, c_{j}^{3}\right\}\right). We substitute d, ci and cj back into equation (7), and then obtain the plane Di, j,

    \begin{aligned} & \left(c_i^1-c_j^1\right) d_1+\left(c_i^2-c_j^2\right) d_2+\left(c_i^3-c_j^3\right) d_3 \\ & -\frac{1}{2} \sum\limits_{k=1}^3\left[\left(c_i^k\right)^2-\left(c_j^k\right)^2\right]=0 . \end{aligned} (8)

    According to the centers on table 2, the functions of middle planes are

    \begin{array}{l} D_{1,2}\left(d_1, d_2, d_3\right): 0.1157 d_1-0.1514 d_2 \\ \;\;\;\; -0.5152 d_3+0.1844=0, \end{array} (9)
    \begin{array}{l} D_{2,3}\left(d_1, d_2, d_3\right): 0.1823 d_1-0.4745 d_2 \\ \;\;\;\; -0.0116 d_3+0.1717=0, \end{array} (10)
    \begin{array}{l} D_{1,3}\left(d_1, d_2, d_3\right): 0.0666 d_1-0.3231 d_2 \\ \;\;\;\; +0.5268 d_3-0.0127=0 . \end{array} (11)

    It should be noted that a portion of D1, 2 extends into the third cluster, and hence this part should be excluded by computing their distances from the centers. By the above method, the realistic boundaries (the green faces) are calculated and shown in figure 4 depicting plasma events distributed in train set spaces vividly. It is found in figure 4 that RTM occupies the space with larger bθ while ST and LM have a smaller bθ. Intuitively, there should be one simple method to identify RTM events: comparing critical value, instead of computing the distances from three centers. Here, the critical value c1 can be estimated by the bθ value \left(C_{i}^{3}\right) of three centers.

    c_1 \approx \frac{1}{2}\left[C_1^3+\frac{1}{2}\left(C_2^3+C_3^3\right)\right]=0.3218. (12)
    Figure  4.  The respective spatial regimes of diverse plasma events. Magenta dots locate at the centers. Green faces denote their boundaries.

    Clearly, one simple formula can be utilized to recognize RTM,

    \text { Case RTM: } b_\theta>c_1 \text {. } (13)

    ST and LM are separated by plane D2, 3, and hence equation (10) can be available to distinguish them. In equation (10), the third term on the left side can be ignored due to its coefficient being much less than the others. It is clear that equation (10) can be simplified as,

    d_2 \approx 0.3842 d_1+0.362. (14)

    By equation (14), we can approximately distinguish ST and RTM, and hence we can obtain,

    \text { Case LM: } V_\phi>c_2\left(b_\theta<c_1\right) \text {, } (15)
    \text { Case ST: } V_\phi<c_2\left(b_\theta<c_1\right) \text {, } (16)

    where c2 is 0.3842 I_{\mathrm{sxr}}+0.362 Formulas (13), (15) and (16) assemble an analytical model of identifying plasma events rapidly, as shown in figures 5 and 6. The criterion is consistent with the physical understanding: bθ will have obvious oscillations of a large amplitude when TM exists, while edge Vφ would change in the direction of plasma current when LM was triggered. Besides an intuitive explanation of the analytical model for its classification, the analytical model can be still utilized to identify the plasma event in specific scenarios of missing certain signals: RTM only by equation (13) and bθ; LM only by Vφ > c3, and ST only by Isxr > c4. c3 = 0.5138 and c4 = 0.4014 can be derived by substituting the maximum Isxr (0.3951) and maximum Vφ (0.5162) in clusters of ST and LM into equations (15) and (16), respectively. Hence, the case of Vφ > 0.5138 or Isxr > 0.4014 can be still accurately identified as LM or ST, though missing Isxr or Vφ, which can be also roughly verified in figure 5.

    Figure  5.  Plasma events distributed in (bθ, Vφ) and (bθ, Isxr) spaces.
    Figure  6.  Plasma events distributed in (Vφ, Isxr) space. LM and ST events were divided by the dashed magenta line.

    The analytical model is extremely close to the clustering method with an accuracy rate of 99.78%. Therefore, the model can be used to label plasma event in the actual discharge #1062247. In this discharge with ramping Ip from 160 to 200 kA and qa from 3.0 to 2.6, RMP is applied during the period of 0.16–0.426 s, and three events exist successively. It should be noted that Vφ calculated during plasma current ramp would be in great errors and hence its acquisition time is from 0.1 s to ~ 0.55 s in general, corresponding to the plasma flattop phase.

    According to the analytical model (c1 and c2) and normalization coefficients in table 1, we can compute the reference values for the discharge parameter, CRTM, and CLM, to identify plasma events,

    C_{\mathrm{RTM}}=\left(c_1+\min \left\{b_\theta\right\}\right)\left(\max \left\{b_\theta\right\}-\min \left\{b_\theta\right\}\right), (17)
    C_{\mathrm{LM}}=\left(c_2+\min \left\{V_\phi\right\}\right)\left(\max \left\{V_\phi\right\}-\min \left\{V_\phi\right\}\right) . (18)

    Then, we can obtain CRTM = 0.799 and CLM = 12.23Isxr − 5.239. The rotating tearing mode has a larger amplitude than CRTM and then is identified as RTM (the dark line in figure 7(d)). Afterward, the tearing mode is locked at 0.29 s by RMP, accompanied by increasing Vφ larger than CLM (the blue line in figure 7(e)), leading to the plasma event labelled as LM. After RMP is off, LM reduces its amplitude and then disappears. When Vφ decreases, sawtooth oscillations emerge (the red line in figure 7(e)) and are labelled as ST. In this discharge, plasma events are identified with the accuracy rate of 95%, and the error comes from the event transition process, probably attributed to boundary problems and sampling time intervals (20 ms) of ERD, as previously mentioned.

    Figure  7.  Recognition of plasma events in the fresh discharge #1062247: (a) plasma current, (b) RMP current, (c) soft x-ray emission intensity, (d) the Mirnov signal amplitude and (e) edge toroidal rotation velocity (dark squares). The cyan curves represent CRTM = 0.799 and CLM = 12.23Isxr − 5.239.

    It should be noted that attempts of adding more variables had been performed, and the results of clustering analysis revealed that Vφ, bθ and Isxr (ne) played a dominant impact, probably owing to them including event characteristics. When ne was absorbed into sample data, the results of clustering analysis were similar to the case without it, possibly due to ne having a similar evolution to Isxr [17]. Besides, too superfluous variables would not increase the accuracy, probably due to superfluous variates dimming the features of meaningful ones. Therefore, it is better to choose variables which are capable of significantly representing event characteristics.

    In this work, the k-means clustering algorithm is utilized to classify plasma events in the J-TEXT plasma, like the rotating tearing mode, sawtooth oscillations, and locked mode, and then one simple analytical model is proposed to identify these plasma events with a high accuracy rate by basic diagnosis signals having obvious features of plasma events. The analytical model can be applied to data markers of massive diagnostic data with plasma events, especially for research on controlling the tearing mode by RMP and RMP penetration in J-TEXT.

    In this algorithm, Euclidean distance is employed to measure the difference between plasma events, and the distance to centers of plasma events decides the type of events. Therefore, it is difficult for this method to exactly calculate the event borders or event transition processing. At present, this model can be appropriate only for the recognition of independent plasma events but struggles to distinguish the coexisting MHD activities, like sawtooth and edge located mode in H-mode plasma. In J-TEXT, large rotating and locked mode coexists rarely with sawtooth oscillations [18], except for precursor oscillations of sawteeth. In the future, much more research on k-means and even other cluster analysis algorithms may solve these two problems.

    This work is supported by National Natural Science Foundation of China (Nos. 52207158 and 51821005), and the Fundamental Research Funds for the Central Universities (HUST: No. 2022JYCXJJ012).

  • [1]
    Šerá B and Šerý M 2018 Plasma Sci. Technol. 20 044012 doi: 10.1088/2058-6272/aaacc6
    [2]
    Bussiahn R et al 2010 Appl. Phys. Lett. 96 143701 doi: 10.1063/1.3380811
    [3]
    Hage M et al 2022 Appl. Microbiol. Biotechnol. 106 81 doi: 10.1007/s00253-021-11715-y
    [4]
    Zhang M et al 2021 J. Phys. D: Appl. Phys. 54 255201 doi: 10.1088/1361-6463/abf0ef
    [5]
    Li D C et al 2022 Plasma Sci. Technol. 24 095502 doi: 10.1088/2058-6272/ac6be4
    [6]
    Mei D H et al 2016 Plasma Process. Polymers 13 544 doi: 10.1002/ppap.201500159
    [7]
    Li D C et al 2022 Plasma Chem. Plasma Process. 42 1249 doi: 10.1007/s11090-022-10279-7
    [8]
    Liu W Z et al 2020 Plasma Sources Sci. Technol. 29 115011 doi: 10.1088/1361-6595/abb6b4
    [9]
    Jiang M et al 2020 Plasma Sources Sci. Technol. 29 015020 doi: 10.1088/1361-6595/ab6755
    [10]
    Babaeva N Y and Kushner M J 2014 Plasma Sources Sci. Technol. 23 015007 doi: 10.1088/0963-0252/23/1/015007
    [11]
    Shi C A et al 2017 J. Food Eng. 211 39 doi: 10.1016/j.jfoodeng.2017.04.035
    [12]
    Qu J G et al 2020 Int. J. Heat Mass Transfer 163 120406 doi: 10.1016/j.ijheatmasstransfer.2020.120406
    [13]
    Qu J G et al 2021 Appl. Therm. Eng. 193 116946 doi: 10.1016/j.applthermaleng.2021.116946
    [14]
    Liang Y G et al 2020 Plasma Sci. Technol. 22 034003 doi: 10.1088/2058-6272/ab4f01
    [15]
    Bychkov V L and Maximov D S 2015 IEEE Trans. Plasma Sci. 43 4048 doi: 10.1109/TPS.2015.2497281
    [16]
    Luo B et al 2020 IEEE Trans. Dielect. Electr. Insul. 27 782 doi: 10.1109/TDEI.2019.008551
    [17]
    Chen S, van den Berg R G W and Nijdam S 2018 Plasma Sources Sci. Technol. 27 055021 doi: 10.1088/1361-6595/aabd5f
    [18]
    Chen S, Nobelen J C P Y and Nijdam S 2017 Plasma Sources Sci. Technol. 26 095005 doi: 10.1088/1361-6595/aa86b8
    [19]
    Li D C et al 2022 High Voltage 7 429 doi: 10.1049/hve2.12167
    [20]
    Li D C et al 2021 J. Phys. D: Appl. Phys. 54 355202 doi: 10.1088/1361-6463/ac08c8
    [21]
    Tran T N et al 2011 J. Phys. D: Appl. Phys. 44 015203 doi: 10.1088/0022-3727/44/1/015203
    [22]
    Chen S et al 2019 J. Phys. D: Appl. Phys. 52 365203 doi: 10.1088/1361-6463/ab2b2a
    [23]
    Georghiou G E et al 2005 J. Phys. D: Appl. Phys. 38 R303 doi: 10.1088/0022-3727/38/20/R01
    [24]
    Chuan L et al 2020 Plasma Sources Sci. Technol. 29 045011 doi: 10.1088/1361-6595/ab708b
    [25]
    Marčiulionis P 2020 J. Electrostat. 105 103446 doi: 10.1016/j.elstat.2020.103446
  • Related Articles

    [1]Runhui WU (邬润辉), Song CHAI (柴忪), Jiaqi LIU (刘佳琪), Shiyuan CONG (从拾源), Gang MENG (孟刚). Numerical simulation and analysis of lithium plasma during low-pressure DC arc discharge[J]. Plasma Science and Technology, 2019, 21(4): 44002-044002. DOI: 10.1088/2058-6272/aafbc7
    [2]Jun DENG (邓俊), Liming HE (何立明), Xingjian LIU (刘兴建), Yi CHEN (陈一). Numerical simulation of plasma-assisted combustion of methane-air mixtures in combustion chamber[J]. Plasma Science and Technology, 2018, 20(12): 125502. DOI: 10.1088/2058-6272/aacdef
    [3]Guobao FENG (封国宝), Wanzhao CUI (崔万照), Lu LIU (刘璐). Dynamic characteristics of charging effects on the dielectric constant due to E-beam irradiation: a numerical simulation[J]. Plasma Science and Technology, 2018, 20(3): 35001-035001. DOI: 10.1088/2058-6272/aa9d0d
    [4]Gui LI (李桂), Muyang QIAN (钱沐杨), Sanqiu LIU (刘三秋), Huaying CHEN (陈华英), Chunsheng REN (任春生), Dezhen WANG (王德真). A numerical simulation study on active species production in dense methane-air plasma discharge[J]. Plasma Science and Technology, 2018, 20(1): 14004-014004. DOI: 10.1088/2058-6272/aa8f3c
    [5]R. KHOSHKHOO, A. JAHANGIRIAN. Numerical Simulation of Stall Flow Control Using a DBD Plasma Actuator in Pulse Mode[J]. Plasma Science and Technology, 2016, 18(9): 933-942. DOI: 10.1088/1009-0630/18/9/10
    [6]A. K. FEROUANI, M. LEMERINI, L. MERAD, M. HOUALEF. Numerical Modelling Point-to-Plane of Negative Corona Discharge in N2 Under Non-Uniform Electric Field[J]. Plasma Science and Technology, 2015, 17(6): 469-474. DOI: 10.1088/1009-0630/17/6/06
    [7]ZHUANG Juan (庄娟), SUN Jizhong (孙继忠), SANG Chaofeng (桑超峰), WANG Dezhen (王德真). Numerical Simulation of VHF E®ects on Densities of Important Species for Silicon Film Deposition at Atmospheric Pressure[J]. Plasma Science and Technology, 2012, 14(12): 1106-1109. DOI: 10.1088/1009-0630/14/12/13
    [8]YANG Fei (杨飞), RONG Mingzhe (荣命哲), WU Yi (吴翊), SUN Hao (孙昊), MA Ruiguang (马瑞光), NIU Chunping (纽春萍). Numerical Simulation of the Eddy Current Effects in the Arc Splitting Process[J]. Plasma Science and Technology, 2012, 14(11): 974-979. DOI: 10.1088/1009-0630/14/11/05
    [9]ZHANG Ling(张玲), WANG Lijun (王立军), JIA Shenli(贾申利), YANG Dingge(杨鼎革), SHI Zongqian(史宗谦). Numerical simulation of high-current vacuum arc with consideration of anode vapor[J]. Plasma Science and Technology, 2012, 14(4): 285-292. DOI: 10.1088/1009-0630/14/4/04
    [10]DENG Yongfeng(邓永锋), TAN Chang(谭畅), HAN Xianwei(韩先伟), TAN Yonghua(谭永华). Numerical Simulation of the Self-Heating Effect Induced by Electron Beam Plasma in Atmosphere[J]. Plasma Science and Technology, 2012, 14(2): 89-93. DOI: 10.1088/1009-0630/14/2/01
  • Cited by

    Periodical cited type(2)

    1. Li, D., Li, C., Xiao, M. et al. Sustainable solutions for water scarcity: a review of electrostatic fog harvesting technology. Communications Engineering, 2025, 4(1): 34. DOI:10.1038/s44172-025-00381-x
    2. Li, D., Li, C., Liang, T. et al. Controllable droplet velocity: Exploration of droplet transport based on discharge plasma. Physics of Fluids, 2024, 36(12): 122020. DOI:10.1063/5.0244478

    Other cited types(0)

Catalog

    Figures(12)  /  Tables(2)

    Article views (56) PDF downloads (59) Cited by(2)

    /

    DownLoad:  Full-Size Img  PowerPoint
    Return
    Return