FEM: Vincolo peso proprio
Jump to navigation
Jump to search
Outdated translations are marked like this.
Posizione nel menu |
---|
Modello → Vincoli meccanici → Vincolo peso proprio |
Ambiente |
FEM |
Avvio veloce |
C W |
Introdotto nella versione |
- |
Vedere anche |
FEM tutorial |
Descrizione
Il vincolo peso proprio definisce l'accelerazione di gravità di 9,81 m/s^2 che agisce su tutto il modello nella direzione prescritta.
Utilizzo
Script
Nuovo oggetto
import ObjectsFem
ObjectsFem.makeConstraintSelfWeight( name )
Aggiungere all'analisi un oggetto di nome Analisi
App.ActiveDocument.Analysis.Member = App.ActiveDocument.Analysis.Member + [ (object) ]
Esempio
import ObjectsFem
selfweight_obj = ObjectsFem.makeConstraintSelfWeight( 'MySelfWeightObject' )
App.ActiveDocument.Analysis.Member = App.ActiveDocument.Analysis.Member + [selfweight_obj]
Solver CalculiX
Limitazioni
- È necessario modificare il file .inp modificare l'accelerazione di gravità.
- Applicare Peso proprio all'elemento impostato Wall significa applicarlo all'intero modello.
Editare il file di input CalculiX
La costante dell'accelerazione può essere modificata a mano dopo la generazione del file di input CalculiX.
Esempio di righenel file .inp:
*DLOAD
Eall,GRAV,9810,0.0,0.0,-1.0
dove 9810 è l'accelerazione di gravità in [mm/s^2], e 0,0,-1 è la direzione del vettore.
Solver Z88
- non implementato nel solver Z88 (Marzo 2017)
FEM
- Materials: Solid, Fluid, Nonlinear mechanical; Material editor
- Element geometry: Beam (1D), Beam rotation (1D), Shell (2D), Fluid flow (1D)
Constraints
- Electrostatic: Potential
- Fluid: Initial velocity, Fluid boundary, Flow velocity
- Mechanical: Fixed, Displacement, Plane rotation, Contact, Transform, Force, Pressure, Self weight, Bearing, Gear, Pulley
- Thermal: Initial temperature, Heat flux, Temperature, Heat source
- Solve: Calculix tools, CalculiX, Elmer, Z88; Equations: Heat, Elasticity, Electrostatic, Fluxsolver, Flow; Solver: Solver control, Solver run
- Results: Purge, Show; Postprocessing: Apply changes, Pipeline from result, Create warp vector filter, Create scalar clip filter, Create cut filter, Create clip filter, Create data along line filter, Create linearized stresses,
Create data at point filter, Create functions
- Utilities: Clipping plane, Remove clipping planes; Mesh clear, Mesh print info
- Additional: Preferences; FEM Install, FEM Mesh, FEM Solver, FEM CalculiX, FEM Project, FEM Concrete; FEM Element Types
Documentazione utente

- Installazione: Windows, Linux, Mac; Getting started
- Base: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Ambienti: Menu di base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting