PartDesign WizardShaft/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Wymagania wstępne==")
(Created page with "==Parametry==")
Line 38: Line 38:
==Wymagania wstępne==
==Wymagania wstępne==


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.
Kreator konstrukcji wału zależy od biblioteki [http://matplotlib.org/ matplotlib] do tworzenia i wyświetlania wykresów siły tnącej i momentu zginającego. W systemach opartych na Debianie / Ubuntu jest ona dostępna za pośrednictwem pakietu ''python-matplotlib''.


==Parameters==
<span id="Parameters"></span>
==Parametry==


For each shaft segment, the following parameters can be defined
For each shaft segment, the following parameters can be defined

Revision as of 17:48, 20 June 2023

Projekt Części: Kreator projektowania wału

Lokalizacja w menu
Projekt części → Kreator projektowania wału ...
Środowisko pracy
Projekt Części
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
brak

Opis

Narzędzie to umożliwia utworzenie wału z tabeli wartości oraz analizę sił i momentów.

Użycie

Kreator można uruchomić z menu Projekt Części → Kreator projektowania wału ....

Kreator uruchomi się i wyświetli domyślną tabelę, odpowiednią część wału oraz wykresy siły / momentu.

Górną część okna zajmuje tabela. Jest ona podzielona na ponumerowane kolumny, które odpowiadają segmentom wału. Segment wału charakteryzuje się określoną długością i średnicą. Główne okno zawiera dwie zakładki. Jedną z nich jest sama część wału (funkcja obrotu), pokazana na powyższym obrazku. Druga zakładka przedstawia wykresy sił tnących i momentów utworzonych przez obciążenia zdefiniowane w tabeli.

Wymagania wstępne

Kreator konstrukcji wału zależy od biblioteki matplotlib do tworzenia i wyświetlania wykresów siły tnącej i momentu zginającego. W systemach opartych na Debianie / Ubuntu jest ona dostępna za pośrednictwem pakietu python-matplotlib.

Parametry

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)