# prodata **Repository Path**: DeAn_Wei/prodata ## Basic Information - **Project Name**: prodata - **Description**: 数据处理软件,可处理lammps,tecplot文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-02 - **Last Updated**: 2023-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Introduction ### This is a parallel bulk data processing software, which can process the data of the molecular dynamics software LAMMPS and the discrete dislocation dynamics platform ParaDiS, the main functions include: 1. Weighted average of data for multiple tables; 2. Mechanical behavior Analysis of single extended dislocation in both DDD and MD simulations; 3. Generating various types of dislocation atomic geometric models in LAMMPS based on non-singular dislocation theory; 4. Parsing the data format of Tecplot software for complex and customized data processing; 5. Parsing the data format from LAMMPS. ### Usage environment ### - c++11+ - cmake 2.8+ - gcc 7+ ### Install ### ```bash mkdir build && cd build && cmake ../ -DCMAKE_INSTALL_PREFIX=path/to/install/prodata && make -j install ``` ### Todo list ### - [ ] HDF5 support - [ ] cJSON support - [ ] Compile to c++ library - [ ] Compile to python library - [ ] Comments