A rocket design workbench for FreeCAD
The Rocket Workbench is available as part of the Addon Manager. See https://wiki.freecadweb.org/Std_AddonMgr
Expand for Manual install instructions
- Obtain your user's default FreeCAD folder by typing the following in to the FreeCAD Python console
FreeCAD.ConfigGet("UserAppData")
- Open a shell terminal
- Switch to folder in step 1 and append the
Mod/
subfolder ex:cd ~/.FreeCAD/Mod
- Type
git clone https://github.com/davesrocketshop/Rocket
The Rocket workbench will automagically download to your local machine.
- Restart FreeCAD for changes to take place.
- Rocket WB should now be available in the workbench dropdown menu.
Note: In order to keep Rocket WB up-to-date you'll need to follow Steps 2 and 3. But for step 4 replace with git pull
Again, restart FC to use the latest changes.
Materials are supported by all rocket workbench parts, but the core product support isn't currently up to the task. This will be improved in upcoming releases. For versions 0.20 and earlier you must apply a work around to see all the rocket materials.
- Load the Rocket Workbench. The necessary preferences will not be available until the workbench has been loaded.
- From the "Edit" select "Preferences...'. In the left hand column select the FEM Workbench.
- Select the "Material" tab at the top.
- Check the "Use materials from user defined directory". Set the directory to your user directory. For example, on Windows this would be "C:\Users\username\AppData\Roaming\FreeCAD\Mod\Rocket\Resources\Material"
This workbench has been written with multiple language support. If you are willing to provide a translation to your native language please open an issue and we'll work to get that done.
The best method for reporting problems is to create a new issue in GitHub. Please include information such as the development branch you're using, instructions on how to reproduce the error, and where relevant a copy of the file in which the issue was encountered. The more information you provide the easier it will be to pinpoint the problem.
For any feedback, features, and discussion please refer to the Rocketry workbench FreeCAD forum thread.
David Carter AKA @davesrocketshop
Component database originally taken from the Open Rocket project. (https://github.com/openrocket/openrocket) Whole sections of the Open Rocket code have been shamelessly plagiarized.
Now using the improved and curated parts database by Dave Cook instead (https://github.com/dbcook/openrocket-database)
Portions of the pyatmos module by Chunxiao Li are included with this software (https://github.com/lcx366/ATMOS)
LGPLv2.1 (see LICENSE)