Microscopic model of the rotational relaxation
收藏DataONE2020-07-13 更新2024-06-08 收录
下载链接:
https://search.dataone.org/view/sha256:19a4c141f0eef112b96fa534b3821d4c0dd9268c7f0bb7f02271b69a151c2f76
下载链接
链接失效反馈官方服务:
资源简介:
Abstract The dataset contains: Results of classical trajectory calculations (CTC) of binary intermolecular collisions of the following pairs of diatomic molecules: N2 - N2 N2 - O2 (will be published soon) O2 - O2 (will be published soon) Collision model code (C++ class) Related Publication Artem Yakunchikov, Vasily Kosyanchuk, Aliya Iuldasheva, Microscopic rotational relaxation model for nitrogen and its application in free jet expansion problem (paper is under review) 1. Results CTC of binary collisions Files with the results of calculations are placed in the \"CTC results\" folder, then you need to select the folder corresponding to the desired colliding pair of molecules. Inside there are files of the form \"md_distr_XX.csv\", where XX corresponds to the following parameter P after collision: 00: γ'_r 01: γ'_1 07: g'_x, m/s 08: g'_y, m/s 09: g'_z, m/s List of fields inside a file: ε/k, K b, A γ_r γ_1 Mean value of the P After the symbol \"d\", the probability density for P is stored 2. Collision model code The proposed collision model was implemented as a C++ class: airpotentials.h (see folder \"Collision model\") Before use, it is necessary to initialize once the model from the file: #include \"collisionmodel.h\" // Model class collisionmodel cm; // Init model from file cm.LoadModelFromFile(\"collmodel_N2_N2.txt\"); To calculate the post-collision parameters of the colliding molecules, you need to call the function ComputeCollision(...) with the the pre-collision parameters as arguments: // Pre-collision values double b = ...; double er_before = ...; double ein_before[2] = {...}; // Post-collision values double er_after, ein_after[2], chi; // Compute post-collision parameters cm.ComputeCollision(b, er_before, ein_before, &er_after, ein_after, &chi); Acknowledgments The research is carried out using the equipment of the shared research facilities of HPC computing resources at Lomonosov Moscow State University and Joint Supercomputer Center of the Russian Academy of Sciences. The research was supported by the Russian Foundation for Basic Research (project № 18-31-20025).
创建时间:
2023-11-22



