FEM PostPipelineFromResult/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Si vous ne voyez aucun modèle dans la zone graphique, allez dans et activez {{MenuCommand|Edition → Préférences → Affichage → Vue 3D → Rendu → Couleur du rétroé...")
(Created page with "Si vous utilisez un dérivé du https://fr.wikipedia.org/wiki/Système_international_d'unités SI du système d'unités de...")
Line 33: Line 33:
Si vous ne voyez aucun modèle dans la zone graphique, allez dans et activez {{MenuCommand|Edition → Préférences → Affichage → Vue 3D → Rendu → Couleur du rétroéclairage}}.
Si vous ne voyez aucun modèle dans la zone graphique, allez dans et activez {{MenuCommand|Edition → Préférences → Affichage → Vue 3D → Rendu → Couleur du rétroéclairage}}.


If you use a [https://en.wikipedia.org/wiki/International_System_of_Units SI]-derived FreeCAD [[Preferences_Editor#Units|unit system]], the values in the output scale are based on SI units as well. This means the displacement is in meter, the stress is in Pascal and the temperature is in Kelvin.
Si vous utilisez un dérivé du [[https://fr.wikipedia.org/wiki/Syst%C3%A8me_international_d%27unit%C3%A9s SI]] du [[Preferences_Editor/fr#Unit.C3.A9s|système d'unités]] de FreeCAD, les valeurs de l'échelle de sortie sont également basées sur les unités SI. Cela signifie que le déplacement est en mètre, la contrainte est en Pascal et la température est en Kelvin.


==Properties==
==Properties==

Revision as of 17:07, 17 April 2022

FEM Post pipeline des résultats

Emplacement du menu
Results → post pipeline from result
Ateliers
FEM
Raccourci par défaut
Aucun
Introduit dans la version
0.17
Voir aussi
FEM Tutoriel

Description

Pipeline est un objet résultat, qui crée une nouvelle représentation graphique des résultats de l'analyse FEM sur la pièce analysée. Il ajoute une échelle de couleurs et des options d'affichage.

Utilisation

  1. Sélectionnez un objet résultat.
  2. Cliquez sur le bouton , ou sélectionnez l'option Résultats → Afficher le pipeline à partir du résultat dans le menu.
  3. Un nouvel objet appelé "Pipeline" est ajouté à votre analyse.
  4. Double-cliquez sur le nouvel objet Pipeline dans la Vue en arborescence et sélectionnez un mode d'affichage et le champ de résultat. Par exemple, pour le mode Surface et le champ Contrainte de von Mises, le pipeline aura l'aspect suivant :

Si vous ne voyez aucun modèle dans la zone graphique, allez dans et activez Edition → Préférences → Affichage → Vue 3D → Rendu → Couleur du rétroéclairage.

Si vous utilisez un dérivé du [SI] du système d'unités de FreeCAD, les valeurs de l'échelle de sortie sont également basées sur les unités SI. Cela signifie que le déplacement est en mètre, la contrainte est en Pascal et la température est en Kelvin.

Properties

Dialog

This pipeline dialog has the following settings:

  • Mode: How to draw the results. The possible modes are
    • Outline: The outline of the result mesh. In fact is displays no results but only the borders of the mesh
    • Nodes: The result mesh nodes
    • Surface: This is the default and displays the surface of the result mesh.
    • Surface with Edges: Like Surface but with the mesh outline edges and the surface mesh node connection lines.
  • Field: Which result property to draw
  • Vector: Is only active if the Field is a vector. You can select whether to display the vector Magnitude or its X, Y, Z components.

Scale

If you double-click on the scale, you get this settings dialog:

and can modify these properties:

  • Gradient: You can select reversed order of the default color gradient, Red-White-Blue, Black-White or White-Black.
  • Style: The default option Flow uses the full color gradient range. The option Zero uses only the color gradient range starting form the color that would display the mean value to the maximum.
  • Visibility: The option Out grayed will color all mesh nodes whose values are outside the set minimum/maximum range in gray. The option Out transparent will make these mesh nodes transparent.
  • Parameter range: Minimum and maximum values are filled-in automatically. You can modify them, however make sure you know what you are doing. You can also change the number of displayed decimal places and the number of labels distributed over the parameter range.

Property Editor

In the property editor you can set in the View tab the settings from the dialog. In the Data tab you can additionally set this:

  • DonnéesMode: How the filters used in the pipeline will be treated. These modes are possible:
    • Serial: In this mode every filter takes the previous filter as input. The order is hereby the order of creation. The first created filter takes the pipeline as input. Its Input property is therefore empty.
    • Parallel: In this mode all filters take the pipeline as input.
    • Custom: introduced in version 0.20 This is the default and keeps the input of the filters as they are. Therefore it allows to have e.g. two filters that take the pipeline as input, and a third filter that takes one of the two filters as input.

Limitations

A nouveau, notez que la représentation des résultats (appelée VTK) par le pipeline sur la pièce affichée diffère des résultats du dégradé de couleur visibles lorsque vous terminez la solution. Les valeurs de l'échelle de dégradé ne peuvent pas être appliquées à l'objet résultat de la solution.