FEM NetzinformationenAnzeigen
Appearance
|
|
| Menüeintrag |
|---|
| Kontextmenü des Mesh-Objekts → Informationen zum FEM-Netz anzeigen |
| Arbeitsbereich |
| FEM |
| Standardtastenkürzel |
| Keiner |
| Eingeführt in Version |
| - |
| Siehe auch |
| FEM Tutorium |
Beschreibung
Zeigt die grundlegende Statistik vorhandener Netzgeometrie - Anzahl der Knoten und Elemente der jeweiligen. Im Besonderen wird die Gesamtanzahl der folgenden Elemente angezeigt:
- Knoten,
- Kanten,
- Flächen,
- Vielecke,
- Volumen,
- Polyeder,
- Lineare Kanten,
- Lineare Flächen,
- Lineare Volumen,
- Quadratische Kanten,
- Quadratische Flächen,
- Quadratische Dreiecke,
- Quadratische Vierecke,
- Quadratische Volume,
- Quadratische Hexaeder,
- Quadratische Tetraeder,
- Quadratische Prismen,
- Quadratische Pyramiden.
Anwendung
- Zuerst ein Finite-Elemente-Netz erstellen (mit einer der vorhandenen Möglichkeiten).
- Das Netz in der Baumansicht auswählen.
- Mit der rechten Maustaste darauf klicken und
Informationen zum FEM-Netz anzeigen im Kontextmenü auswählen.
- Zum Schließen des Fensters Mesh-Info, OK anklicken.
Skripten
# setup some model with a fem mesh to print information from
from femexamples.ccx_cantilever_faceload import setup
setup()
# print the fem mesh information
print(App.ActiveDocument.Mesh.FemMesh)
gibt folgendes Ergebnis aus:
>>> print(App.ActiveDocument.Mesh.FemMesh)
========================== Dump contents of mesh ==========================
1) Total number of nodes: 228
2) Total number of edges: 0
3) Total number of faces: 0
4) Total number of polygons: 0
5) Total number of volumes: 79
6) Total number of polyhedrons: 0
7) Total number of linear edges: 0
8) Total number of linear faces: 0
9) Total number of linear volumes: 0
10) Total number of quadratic edges: 0
11) Total number of quadratic faces: 0
12) Total number of quadratic volumes: 79
12.1) Number of quadratic hexahedrons: 0
12.2) Number of quadratic tetrahedrons: 79
12.3) Number of quadratic prisms: 0
12.4) Number of quadratic pyramids: 0
===========================================================================
- Materials: Solid Material, Fluid Material, Non-Linear Mechanical Material, Reinforced Material (Concrete); Material Editor
- Element Geometry: Beam Cross Section, Beam Rotation, Shell Plate Thickness, Fluid Section for 1D Flow
- Electromagnetic Boundary Conditions: Electrostatic Potential Boundary Condition, Current Density Boundary Condition, Magnetization Boundary Condition, Electric Charge Density
- Fluid Boundary Conditions: Initial Flow Velocity Condition, Initial Pressure Condition, Flow Velocity Boundary Condition
- Geometrical Analysis Features: Plane Multi-Point Constraint, Section Print Feature, Local Coordinate System
- Mechanical Boundary Conditions and Loads: Fixed Boundary Condition, Rigid Body Constraint, Displacement Boundary Condition, Contact Constraint, Tie Constraint, Spring Boundary Condition, Force Load, Pressure Load, Centrifugal Load, Gravity Load
- Thermal Boundary Conditions and Loads: Initial Temperature, Heat Flux Load, Temperature Boundary Condition, Body Heat Source
- Overwrite Constants: Constant Vacuum Permittivity
- Mesh: Mesh From Shape by Netgen, Mesh From Shape by Gmsh, Mesh Boundary Layer, Mesh Refinement, Mesh Group, Erase Elements, FEM Mesh to Mesh
- Solve: Solver CalculiX, Solver Elmer, Solver Mystran, Solver Z88; Mechanical Equations: Elasticity Equation, Deformation Equation; Electromagnetic Equations: Electrostatic Equation, Electricforce Equation, Magnetodynamic Equation, Magnetodynamic 2D Equation, Static Current Equation; Flow Equation, Flux Equation, Heat Equation, Solver Job Control, Run Solver
- Results: Purge Results, Show Result, Apply Changes to Pipeline, Post Pipeline From Result, Pipeline Branch, Warp Filter, Scalar Clip Filter, Function Cut Filter, Region Clip Filter, Contours Filter, Glyph Filter, Line Clip Filter, Stress Linearization Plot, Data at Point Clip Filter, Calculator Filter; Filter Functions: Plane, Sphere, Cylinder, Box; Data Visualizations: Create Lineplot, Create Histogram, Create Table
- Utilities: Clipping Plane on Face, Remove All Clipping Planes, FEM Examples; Clear FEM Mesh, Display Mesh Info
- Additional: Preferences; FEM Install, FEM Mesh, FEM Solver, FEM CalculiX, FEM Concrete; FEM Element Types
- Erste Schritte
- Installation: Herunterladen, Windows, Linux, Mac, Zusätzliche Komponenten, Docker, AppImage, Ubuntu Snap
- Grundlagen: Über FreeCAD, Graphische Oberfläche, Mausbedienung, Auswahlmethoden, Objektname, Voreinstellungseditor, Arbeitsbereiche, Dokumentstruktur, Objekteigenschaften, FreeCAD unterstützen, Spenden
- Hilfe: Anleitungen, Videoanleitungen
- Arbeitsbereiche: Std Base, Arch, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework