Siberian Aerospace Journal
Peer-review qurterly journal.
Editor-in-chief
- professor Sergei S. Aplesnin, PhD.
ORCID iD: 0000-0001-6176-4248
Publisher & Founder
- Reshetnev Siberian State University of Science and Technology
WEB: https://sibsau.ru/
About
The Mission of Siberian Journal of Science and Technology is to provide active development of scientific and technological activities in the field of aviation and space technology, engineering, management, computer engineering, computer science. All papers have open access.
The Journal policy is directed towards supporting the author’s trustworthiness and following the ethical principles including as it relates to authorship.
Types of manuscripts to be accepted for publication
- reviews
- results of original research
- short communications
- letters to the editor
Publications
- quarterly, 4 issues per year
- free of charge for authors (no APC)
- in English and Russian (full-text translation)
Distribution
- Open Access, under the Creative Commons Attribution 4.0 International License (CC BY 4.0)
Edição corrente
Volume 26, Nº 1 (2025)
- Ano: 2025
- ##issue.datePublished##: 15.03.2025
- Artigos: 11
- URL: https://journals.eco-vector.com/2712-8970/issue/view/12966
Edição completa
Section 1. Computer Science, Computer Engineering and Management
Infrastructure for collecting data and simulating security threats in the internet of things network
Resumo
The implementation of the internet of things technologies in the rocket-space industry requires increased security measures for information and communication processes. Existing intrusion detection systems are unable to take into account the heterogeneity of the network structure and the scale of information circulating between devices. To solve this problem, intrusion detection systems use an anomaly method, which requires a large number of representative data sets. The authors have reviewed public datasets that can be used to build an anomaly detection system. They contain information from artificial simulation medium or isolated environments with simulated devices, include examples that are not directly related to the internet of things, and do not take into account the dynamic nature of traffic changes.
In this paper, we present a new infrastructure that will avoid these drawbacks. It collects data on the functioning of a real Internet of Things network and allows testing its stability to typical attacks. We use the MQTT (message queuing telemetry transport) application protocol and software platforms that support information interaction based on the publisher-subscriber pattern. The infrastructure contains devices that monitor technological rooms with telecommunications equipment, brokers with various security policy settings, applications for data control and analysis, software agents for collecting network traffic and threat simulators that perform attacks on network nodes from single sources or in a distributed environment. Researchers will be able to use the data collected in the infrastructure for cybersecurity analysis to create reliable IoT-based solutions needed to implement this technology in knowledge-intensive space systems production.



Calibration of a spacecraft magnetometer taking into account the nature of the temperature dependence of the sensitivity matrix and the offset vector
Resumo
In this paper, an analytical method is proposed for solving the problem of magnetometer calibration for a model that takes into account the vector of temperature dependence of zero offsets for each of the measuring axes of the magnetometer unit and the matrix of linear temperature dependence of each of the members of the sensitivity matrix, scaling the signal based on the actual sensitivity of each axis and including linear off-axis effects. When solving the problem of determining the calibration parameters of the magnetometer unit, it is taken into account that for measurements with any spatial orientation of the magnetometer unit, the magnitude of the measured magnetic field strength vector is preserved and is a known model value. A penalty function of 24 variables equal to the sum of the squares of the residuals is introduced into consideration. The algorithm for solving the problem of calibrating the measuring axes of the magnetometer unit is reduced to searching by the method of least squares for such values of the variables of this function that, with a given set of vectors of magnetometer measurements, provide it with a minimum. For this purpose, the specified function is examined for an extremum. Based on the necessary condition for the extremum of the penalty function, a system of 24 equations in the 24 variables is formed, which, for convenience, is divided into three systems (each of them is a system of 8 linear algebraic equations in the 8 variables). It is proved that the main matrix of each of these three systems is an invertible, from which it follows that each of them has a solution, and only one. The components of the solutions of these systems (the coordinates of the stationary point of the penalty function) are found using Cramer's rule. It is proved that the second differential of the penalty function at the found stationary point is positive, from which it follows that this point really provides the minimum of the specified function.



Technical system simulation with Python
Resumo
The results of the development of a scheduler for the joint execution of simulation models of multicomponent systems are presented. The software is implemented in Python, which allows integration with numerous libraries for control and data analysis. Data exchange is carried out via UDP packets that support different programming languages. This simplifies the implementation of hardware-in-the-loop technology, improving the development of control systems. An example of using the scheduler is demonstrated on the model of the attitude determination and condtrol system of a CubeSat spacecraft with a magnetic orientation system. The B-Dot algorithm and the results of simulating the transient process are provided. The source code is available under the BSD license on GitFlic, and the documentation is available on ReadTheDocs.



Nonparametric method for testing the hypothesis of independence of random variables and its application in the analysis of remote sensing data
Resumo
Testing the hypothesis of independence of random variables is one of the main stages of system analysis of statistical data. Based on its results, a synthesis of effective decision-making algorithms is carried out. The traditional method of testing the hypothesis of independence of random variables is based on the use of the Pearson criterion, which contains a difficult to formalize stage of dividing the range of values of random variables into multidimensional intervals. A method for testing the hypothesis of independence of random variables is proposed, which uses a nonparametric pattern recognition algorithm corresponding to the maximum likelihood criterion. Its application makes it possible to circumvent the problem of decomposing the range of values of random variables into intervals. The idea of the approach is to form a training sample based on the initial statistical data to solve a two-alternative pattern recognition problem. Each class is defined under the assumption of independence or dependence of random variables, which is manifested in the difference in their distribution laws in the classes. Under these conditions, it becomes possible to replace the initial hypothesis with the task of checking the reliability of the difference in the probabilities of pattern recognition errors in classes. Using the apparatus of graph theory, the proposed method is developed in the formation of sets of independent random variables. The obtained results are generalized when testing the hypothesis of independence of random variables for large volumes of statistical data based on compression of the original information. This allows to increase the computational efficiency of the problem being solved. The article substantiates a method for testing the hypothesis of independence of random variables, based on the use of a nonparametric pattern recognition algorithm in conditions of large volumes of statistical data. The results of comparing the technique with the generally recognized Pearson consensus criterion in the study of ambiguous dependencies between random variables of varying complexity are presented. The effectiveness of the proposed method is confirmed by the results of its application in processing remote sensing information from anthropogenic territories in the vicinity of the city of Krasnoyarsk.



Self-configuring genetic programming algorithms with Success History-based Adaptation
Resumo
In this work, a novel method for self-tuning genetic programming (GP) algorithms is presented, based on the ideas of the Success History based Parameter Adaptation (SHA) method, originally developed for the Differential Evolution (DE) algorithm. The main idea of the method is to perform a dynamic analysis of the history of successful solutions to adapt the algorithm's parameters during the search process. To implement this concept, the operation scheme of classical GP was modified to mimic the DE scheme, allowing the integration of the success history mechanism into GP. The resulting algorithm, denoted as SHAGP (Success-History based Adaptive Genetic Programming), demonstrates new capabilities for parameter adaptation, such as the adjustment of crossover and mutation probabilities. The work also includes a detailed review of existing self-tuning methods for GP algorithms, which allowed for the identification of their key advantages and limitations and the application of this knowledge in the development of SHAGP. Additionally, new crossover operators are proposed that enable dynamic adjustment of the crossover probability, account for the selective pressure at the current stage, and implement a multi-parent approach. This modification allows for more flexible control over the process of genotype recombination, thereby enhancing the algorithm's adaptability to the problem at hand. To adjust the probabilities of applying various operators (selection, crossover, mutation), self-configuring evolutionary algorithm methods are employed, in particular, the Self-Configuring Evolutionary Algorithm and the Population-Level Dynamic Probabilities Evolutionary Algorithm. Within the framework of this work, two variants of the algorithm were implemented – SelfCSHAGP and PDPSHAGP. The efficiency of the proposed algorithms was tested on problem sets from the Feynman Symbolic Regression Database. Each algorithm was run multiple times on each problem to obtain a reliable statistical sample, and the results were compared using the Mann–Whitney statistical test. The experimental data showed that the proposed algorithms achieve a higher reliability metric compared to existing GP self-tuning methods, with the PDPSHAGP method demonstrating the best efficiency in more than 90 % of the cases. Such a universal self-tuning mechanism can find applications in a wide range of fields, such as automated machine learning, big data processing, engineering design, and medicine, as well as in space applications – for example, in the design of navigation systems for spacecraft and the development of control systems for aerial vehicles. In these areas, the high reliability of algorithms and their ability to find optimal solutions in complex multidimensional spaces are critically important.



Section 2. Aviation and Space Technology
Selection of design parameters of active-reactive type penetrating projectiles for movement in the ground
Resumo
The aim of the work is the calculation and experimental substantiation of the expediency of using (both on Earth and on the surface of other planets) active-reactive type penetrator projectiles (SPART) for solving a number of scientific problems related to the formation of wells in the ground and the delivery of payloads to a certain depth. Research methods: various launch schemes (options for organizing the functioning process) of SPART are considered. The depth of penetration of an active-reactive type penetrator projectile into loam is calculated for the case when SPART is fired from a ballistic launcher located in such a way that the projectile exit velocity is equal to the velocity of its entry into the ground, and the thrust of the propulsion system is twice as great as the static resistance of the soil. From a variety of options, three SPART design schemes are selected depending on the combustion rate of the fuel used to ensure normal operation of the engine. As a result of the conducted calculation and experimental studies to determine the depth of penetration into loam of 152.4 mm penetrator projectiles 4.6 m long, launched from an artillery mount using the same powder charge weighing 18 kg, it was found that from the moment the engine is turned off until it comes to a complete stop, , which is more than twice the penetration depth of the same penetrator projectile if it moved in the soil only by inertia. Conclusion: the results presented in the article can be useful for researchers, graduate students and engineers involved in the creation and operation of aviation and rocket and space technology, and can also be useful for students of technical universities studying in the relevant specialties.



Design and testing of injectors manufactured using additive technologies for a low-thrust liquid rocket engine
Resumo
Modern liquid rocket engines of low thrust (LRELT) represent complex engineering structures, which are subject to very high requirements in terms of efficiency, reliability, and cost-effectiveness. To confirm the characteristics of the developed designs, a comprehensive set of tests for prototype samples is required, allowing their operability to be verified under conditions close to real-life operation. As part of this work, a thermodynamic calculation of the LRELT chamber for fuel components such as liquid kerosene and gaseous oxygen was conducted. The injector calculation method used in this work is based on the application of similarity criteria. This allows the transition from small-scale injectors to those suitable for full-scale testing, including stand tests using the “hydroflush” method.
For testing, a specialized test rig was created, allowing the testing of injectors manufactured using modern additive technologies, such as 3D printing from polymer materials. This not only reduces the cost of creating prototypes but also accelerates the testing process. The injector tests on the stand play a crucial role in verifying their operability. This testing method allows studying the behavior of injectors in conditions as close to operational as possible. In this study, injectors manufactured using additive technologies from polymer plastic were used. The use of such materials in the early stages of testing helped to reduce costs and time resources for producing prototype samples. During the tests, the injectors were subjected to liquid at a specified pressure differential, which allowed their operability and fuel distribution uniformity to be assessed.
The results of the tests demonstrated a high degree of correlation between theoretical calculations and actual data. The injectors showed stable operation corresponding to the calculated characteristics, and also proved their suitability for further development stages. The use of additive technologies in the manufacturing of the injectors confirmed its effectiveness, allowing the prototype production cycle to be shortened and costs reduced. Moreover, the “hydroflush” method proved to be a reliable means of verifying and validating the working characteristics of the injectors, which is an important step toward their implementation in real-world operations.
Thus, the proposed methodology, which includes the use of similarity criteria and additive technologies, significantly simplifies the process of development and testing, improves accuracy, and brings the results closer to real operating conditions. This is especially important for increasing the reliability and quality of final products used in rocket and space technology, contributing to a reduction in operational risks.



Buckling and stiffness analysis of a composite anisogrid conical shell with a fixed small base
Resumo
Power elements of structures in the form of structural anisogrid shells of rotation are often used in the production of rocket and space technology. This is due, first of all, to high specific mechanical properties of composites, which allow to manufacture structures with a high degree of weight perfection. In addition, they are quite technological, as the method of continuous winding of composite fibers used in their production is widespread and well developed. In recent years, close attention has been paid to the design of composite mesh structures.
An actual example of anisogrid cylindrical and conical shells is a spacecraft adapter for GLONASS satellites orbit launching, different variants of which are still produced in the workshops of Reshetnev JSC. The shells are of the same type, but differ in dimensions (diameters and lengths of cylindrical and conical parts) and bearing capacity. For composite elements of rocket-space technology it is characterized by the presence of a large list of variable parameters, the determination of the optimal combination of which every time results in a complex problem of scientific search.
An algorithm and a program for building a finite element model of anisogrid conical shells made by continuous winding of composite fiber have been developed. The small base is fixed and the large base is reinforced by a spandrel and loaded by concentrated forces and moments. Numerical investigation of stability, stiffness and stress-strain state of the structure under varying parameters of its mesh structure formation is carried out with the help of FE model.



Analysis of the movement model of a spacecraft in earth orbit
Resumo
The implementation of spacecraft motion models under real-time navigation module operation faces fundamental limitations associated with the need to balance computational accuracy and available processing power. The simultaneous execution of parallel tasks – such as processing navigation measurements, determining object coordinates via GNSS signals, noise filtering, data conversion, and archiving – requires algorithm optimization to minimize delays and resource consumption. Under these constraints, classical high-precision models based on complex differential equations or the inclusion of multiple perturbing factors become impractical due to their computational intensity. The motion model proposed in this study, integrated into navigation modules produced by JSC “KB NAVIS”, demonstrates an effective compromise: it retains sufficient trajectory prediction accuracy while adapting to hardware platform limitations. The model combines kinematic equations with adjustments accounting for primary dynamic effects (e.g., gravitational anomalies, atmospheric drag, solar and lunar gravitational influences, solar radiation pressure) but eliminates redundant calculations typical of full-scale simulations. Successful real-world testing proves that this approach can serve as a foundation for further development of navigation algorithms, particularly for small spacecraft with limited resources. The article presents the physical and mathematical formulation of the spacecraft state prediction problem, enabling a deeper understanding of how various factors affect navigation accuracy. The concluding section provides results from parameter deviation simulations and data from actual flight tests, confirming the feasibility and necessity of accounting for all parameters to achieve high navigation precision. The compiled dataset serves as an informational basis for configuring the prediction algorithm according to specific accuracy requirements.



Comparative analysis of methods for increasing the pressure of low-speed axial pumps in power supply systems for aircraft engines
Resumo
In this article, a comparative analysis of two methods of increasing the pressure in the zone of subsidence of the energy characteristics of a low-speed axial pump is carried out: the installation of an inlet guide vanes (IGV) and an upper-rotor device with axial grooves (J-Grooves). Axial pumps are widely used in power systems for liquid rocket engines, as well as in aircraft hydraulic power systems. Modern aircraft engines are capable of deep throttling, which puts forward important requirements for high-speed pumps. One of these requirements is multi-mode – the ability to work in a wide range of costs and operating speeds. The relevance of the work is due to the fact that the pressure characteristics of axial pumps in the vast majority of cases have non-monotonic curves, which complicates the process of their design and regulation. Increasing the head in the area of falling productivity and striving for a monotonically falling pressure characteristic of the axial pump is one of the most important goals in the design of the unit.
In this work, the energy characteristics of an axial pump with an inlet vane device installed in the form of guide vanes (IGV), which create a preliminary twist of the flow at the peripheral sections in the inlet line and an optimal upper-rotor device (J-Grooves) in the form of axial ducts, were obtained by numerical computer modeling. Their influence on the energy characteristics of the object of study and the magnitude of reverse currents is shown, and a comparison is made with the research results of foreign and domestic authors.



Section 3. Technological Processes and Materials
Effect of abrasive flow machining on the roughness and microhardness the small channels (holes) surface in samples of 12X18N10T steel workpieces
Resumo
The article contains the results of research on the effect of abrasive flow machining on the roughness and microhardness of the surface of small channels (holes) in samples of workpieces made of 12X18N10T steel. Empirical dependences of the change in roughness and microhardness of the surface of a small channel on the degree of filling of the working medium with a plasticizer and the shear pressure of the hydraulic system with the extrema of these functions in the studied area are obtained. Based on these dependencies, the composition of the working environment was selected: the degree of filling of the working media base (with a constant content of white electro corundum – 30 %) with a plasticizer in the form of diamond paste (ASN 60/40 VOM G) Ka 40 % and SKT rubber 30 %, respectively. As a result of abrasive flow machining, it was possible to reduce the roughness of the surface layer from Ra = 0.49…0.62 µm to Ra = 0.047…0.06 µm, and also to increase the microhardness of the surface from h = 188…192 HB to h = 213…220 HB. The thickness of the hardened layer is ≈ 7.24 µm. Analysis of surface profilograms shows that as a result of abrasive flow machining, both the height roughness parameters (average – Ra, Rz, Rp; maximum – Rmax) and the depth roughness parameters (Rk) were significantly reduced. Using electron microscopy (SEM MAG), a qualitative assessment of the structure of the surface layer of the small channel was carried out. The obtained results show good machinability by abrasive flow of austenitic steel blanks, in particular 12X18N10T steel.


