PartDesign WizardShaft: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:11-->
<!--T:11-->
{{Docnav
{{Docnav
Line 18: Line 19:
}}
}}


==Description== <!--T:2-->
==Description== <!--T:16-->


<!--T:2-->
This tool allows you to create a shaft from a table of values, and to analyse forces and moments. You can start the wizard from the Part Design menu {{MenuCommand|Part Design → [[File:PartDesign_WizardShaft.svg|20px]] Shaft design wizard...}}.
This tool allows you to create a shaft from a table of values, and to analyse forces and moments. You can start the wizard from the Part Design menu {{MenuCommand|Part Design → [[File:PartDesign_WizardShaft.svg|20px]] Shaft design wizard...}}.


<!--T:3-->
<!--T:3-->
The wizard will start and show a default table, the corresponding shaft part and force/moment graphs.
The wizard will start and show a default table, the corresponding shaft part and force/moment graphs.



<!--T:4-->
<!--T:4-->
[[Image:WizardShaft_Part.jpg|780px]]
[[Image:WizardShaft_Part.jpg|780px]]
{{clear}}


<!--T:5-->
<!--T:5-->
The top of the window is taken up by the table. It is organized into numbered columns which correspond to segments of the shaft. A shaft segment is characterized by having certain length and diameter. The main window shows two tabs. One is the shaft part itself (a revolution feature), shown in the image above. The second tab shows graphs of the shear forces and moments created by the loads defined in the table.
The top of the window is taken up by the table. It is organized into numbered columns which correspond to segments of the shaft. A shaft segment is characterized by having certain length and diameter. The main window shows two tabs. One is the shaft part itself (a revolution feature), shown in the image above. The second tab shows graphs of the shear forces and moments created by the loads defined in the table.



<!--T:6-->
<!--T:6-->
[[Image:shaftwizard1.jpg|1024px]]
[[Image:shaftwizard1.jpg|1024px]]
{{clear}}


==Prerequisites== <!--T:7-->
==Prerequisites== <!--T:17-->


<!--T:7-->
The shaft design wizard depends on the [http://matplotlib.org/ matplotlib] library to create and display the graphs of shear force and bending moment. On Debian/Ubuntu-based systems, it is available through the python-matplotlib package.
The shaft design wizard depends on the [http://matplotlib.org/ matplotlib] library to create and display the graphs of shear force and bending moment. On Debian/Ubuntu-based systems, it is available through the python-matplotlib package.


==Parameters== <!--T:12-->
==Parameters== <!--T:18-->


<!--T:12-->
For each shaft segment, the following parameters can be defined
For each shaft segment, the following parameters can be defined
* Length of the segment
* Length of the segment
Line 55: Line 55:
(Other rows and load types exist but no functionality has been implemented yet)
(Other rows and load types exist but no functionality has been implemented yet)


==Menus== <!--T:8-->
==Menus== <!--T:19-->


<!--T:8-->
To add a new shaft segment, right-click into the empty space to the right of the table, and choose "Add column".
To add a new shaft segment, right-click into the empty space to the right of the table, and choose "Add column".


==Limitations== <!--T:9-->
==Limitations== <!--T:20-->


<!--T:9-->
* It is not possible to have adjacent shaft segments with the same diameter.
* It is not possible to have adjacent shaft segments with the same diameter.


==Planned functionality== <!--T:10-->
==Planned functionality== <!--T:21-->


<!--T:10-->
* Table-driven chamfers and rounds on the shaft edges
* Table-driven chamfers and rounds on the shaft edges
* Recognize a previously created shaft wizard part and initialize the table values from it
* Recognize a previously created shaft wizard part and initialize the table values from it

Revision as of 14:44, 11 April 2022

PartDesign WizardShaft

Menu location
Part Design → Shaft design wizard...
Workbenches
PartDesign
Default shortcut
None
Introduced in version
-
See also
None

Description

This tool allows you to create a shaft from a table of values, and to analyse forces and moments. You can start the wizard from the Part Design menu Part Design → Shaft design wizard....

The wizard will start and show a default table, the corresponding shaft part and force/moment graphs.

The top of the window is taken up by the table. It is organized into numbered columns which correspond to segments of the shaft. A shaft segment is characterized by having certain length and diameter. The main window shows two tabs. One is the shaft part itself (a revolution feature), shown in the image above. The second tab shows graphs of the shear forces and moments created by the loads defined in the table.

Prerequisites

The shaft design wizard depends on the matplotlib library to create and display the graphs of shear force and bending moment. On Debian/Ubuntu-based systems, it is available through the python-matplotlib package.

Parameters

For each shaft segment, the following parameters can be defined

  • Length of the segment
  • Diameter of the segment
  • Load type. Note that you have to click on the desired entry in the menu after scrolling to it, otherwise it will not be selected!
    • None: No load
    • Fixed: The end of the shaft is fixed (e.g. welded to another part). This load type can only be defined for the first or last segment.
    • Static: There is a static load on this shaft segment
  • Load on the shaft segment
  • Location where the load is applied to the segment. The location is counted from the left-hand edge of the segment

(Other rows and load types exist but no functionality has been implemented yet)

Menus

To add a new shaft segment, right-click into the empty space to the right of the table, and choose "Add column".

Limitations

  • It is not possible to have adjacent shaft segments with the same diameter.

Planned functionality

  • Table-driven chamfers and rounds on the shaft edges
  • Recognize a previously created shaft wizard part and initialize the table values from it
  • Shaft stress calculation
  • Visualization of loads on the shaft (can use the same functionality as for FEM module)
  • Definition of loads as a Document Object (can use the same functionality as for FEM module)
  • Material database
  • Allow loads in the Z-direction as well as in Y-direction (requires definition of loads as a Document Object, otherwise the table will become very long)