Baffalo

Baffalo (https://github.com/FE-Berserker/Baffalo) 是开源的Matlab工具箱来建立机械系统分析的工具,提供网格、画图和工程计算的功能,可直接进行网格层级的部件装配,并直接将文件导出到ANSYS和Simpack中进行分析。

- 首先打开setBaffaloPath函数设置对应路径
如果你拥有ANSYS,将ANSYS路径设置如下,ANSYS是优秀的有限元分析软件。
% Set ANSYS Path
ANSYS_Path='C:\Program Files\ANSYS Inc\v201\ansys\bin\winx64\ANSYS201.exe';
如果你拥有Simpack, 将Simpack路径设置如下,Simapck可提供系统的多体动力学分析。
% SetSimpackPath
Simpack_Path='D:\SimPack\run\bin\win64';
Paraview (https://www.paraview.org) 是一款开源的可视化软件,Baffalo可将网格导出为VTK格式文件,Paraview路径设置如下:
% SetParaViewPath
ParaViewDir="D:\005_Lib\ParaView\bin";
- 运行setBaffaloPath
Baffalo说明文档存放于Document中,案例文件存放于Tesing文件夹中。
Baffalo (https://github.com/FE-Berserker/Baffalo) is open source Matlab tool to do the system simulation, it can output file to ANSYS or Simpack.
Baffalo itself is not a solver, can provide the mesh 、figure 、engineer calculation functions
- First open the setBaffaloPath function to set the corresponding path
If you own ANSYS, set the ANSYS path as follows. ANSYS is an excellent finite element analysis software.
% Set ANSYS Path
ANSYS_Path='C:\Program Files\ANSYS Inc\v201\ansys\bin\winx64\ANSYS201.exe';
If you have Simpack, set the Simpack path as follows. Simapck can provide multi-body dynamics analysis of the system.
% SetSimpackPath
Simpack_Path='D:\SimPack\run\bin\win64';
Paraview (https://www.paraview.org) is an open source visualization software. Baffalo can export grids to VTK format files. The Paraview path is set as follows:
% SetParaViewPath
ParaViewDir="D:\005_Lib\ParaView\bin";
- Run setBaffaloPath
Baffalo documentation is stored in Document, and case files are stored in the Tesing folder.