BatterySimulator

所属分类:能源行业(电力石油煤炭)
开发工具:C++
文件大小:36344KB
下载次数:0
上传日期:2022-09-03 15:01:05
上 传 者sh-1993
说明:  电池模拟器,,
(BatterySimulator,,)

文件列表:
GUI (0, 2022-09-03)
GUI\AppRun (16, 2022-09-03)
GUI\BatterySimulator (2187656, 2022-09-03)
GUI\OpenfoamModule (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0 (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\cellToRegion (128860, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele\Cs (992, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele\Eeq (881, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele\T (879, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele\X (879, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele\cellToRegion (943, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele\iRef (878, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\ele\p (884, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase\Cs (993, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase\Eeq (881, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase\T (879, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase\X (879, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase\cellToRegion (890, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase\iRef (878, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\0\solidPhase\p (884, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\Allclean (147, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\Allrun (179, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\LiProperties (1261, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\cellToRegion (128707, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\LiProperties (1261, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\polyMesh (0, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\polyMesh\boundary (1129, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\polyMesh\boundaryRegionAddressing (728, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\polyMesh\cellRegionAddressing (330370, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\polyMesh\cellZones (330491, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\polyMesh\faceRegionAddressing (1138268, 2022-09-03)
GUI\OpenfoamModule\SPMFoam\SPMFoam\Case\constant\ele\polyMesh\faceZones (712, 2022-09-03)
... ...

--- Title: BatterySimulator Contributors: Lingding Zhang, Yang Jiang --- # Statement Welcome to use this simulator! To use this simulator, you should install OpenFOAM6 and ParaView5.4.0 on your computer as well. This simulator is under GPLv3 which means you can use it for free. However, you **cannot** use it for any commercial purpose. The simulator has been tested successfully under ubuntu-18.04.6 environment, please ensure your system environment is higher than this one(ubuntu-20 is also acceptable). # Installation Guide 1. Use `git clone` command to get the *BatterySimulator* folder or download the .zip file directly. 2. Open the folder and you will see two subfolders, *GUI* and *SourceCode*. If you just want to use the simulator, just ignore *SourceCode* folder. 3. Make sure `make` module is installed on your computer correctly. If not, install it by command `sudo apt-get install make`. 4. Make sure OpenFOAM6 and ParaView5.4.0 are already installed on your computer correctly. If not, follow the steps on official site. 5. Find the file */opt/openfoam6/etc/controlDict* and use `sudo` command to open it. Find the line `dimensionSet 1;`(You can use `ctrl+f` to locate), then change `1` to `0` and save it. 6. Open terminal under *GUI* folder and input `./BatterySimulator`, then you can use the simulator. * If you have problems with running the simulator, below methods may help you * Open terminal where you can see *GUI* folder, and input command `sudo chmod -R 777 GUI`. * Download *Qt Designer* or *Qt Creator* from Qt official site(more recent version ubuntu-18 and ubuntu-20 should already come with Qt Designer) # User guide To use this simulator is very simple, you only need to follow the hints on the interfaces and start to create your own projects! There are only a few things that need a bit more explanations: 1. If you are the first time to run a project, you **must** click **Modify* button on Geometry interface at least once even if you do not change parameters on this interface. 2. The GUI embeds the linux terminal function. You don't need to input any command during the process, however, if you want to execute commands, you can do it. 3. You can view your geometry through *View Geometry* once you clicked **Modify* button on Geometry interface(This means related geometry files will be generated). This will open ParaView and later operations will be perforamed through ParaView instead of BatterySimulator. 4. Once you generated related results files through *Run/Resume* button on Control interface, you can click *View Results*. This will open a new interface, and you can view kinds of graphs intuitively. # Citing BatterySimulator Any academic work using this code or derivatives thereof, **_Must_** cite the original paper that this code was released alongside.

近期下载者

相关文件


收藏者