FEM: Vincolo velocità del flusso
|
|
| Posizione nel menu |
|---|
| Modello → Vincoli dei fluidi → Vincolo velocità del flusso |
| Ambiente |
| FEM |
| Avvio veloce |
| Nessuno |
| Introdotto nella versione |
| - |
| Vedere anche |
| Tutorial FEM |
Descrizione
Applica una velocità del flusso come condizione al contorno a un bordo in 2D o a una faccia in 3D.
The FEM flow velocity task panel
Utilizzo
- Cliccare su
o scegliere Modello → Vincoli dei fluidi →
Vincolo velocità del flusso dal menu.
- Il pannello delle azioni visualizzerà i menu per vincolare la velocità del flusso.
- Selezionare i bordi o le facce di destinazione.
- Cliccare su Aggiungi
- Deselezionare "non specificato" per attivare i campi necessari per l'edizione.
- Immettere i valori in mm/s per i componenti cartesiani principali.
Formulas
It is possible to define a velocity by specifying the velocity profile as formula. In this case the solver sets the velocities at the different positions according to the profile.
To specify for example the velocity profile
for (assuming that e.g. a pipe has the wall at y = 1 m and y = 2 m)
enter this to the Formula field:
Variable Coordinate 2; Real MATC "6*(tx-1)*(2-tx)"
This code has the following syntax:
- the prefix Variable specifies that the velocity is not a constant but a variable
- the variable to calculate the velocity is Coordinate 2, meaning y
- the velocity values are returned as Real (floating point value)
- MATC is the prefix for the Elmer solver that the following code is a formula
- tx is always the name of the variable in MATC formulas, no matter that tx in our case is actually y
That y will only be in the range is set because MATC only evaluates the tx range where the result is positive. This behavior is a bit special but has the advantage that one does not need to specify the range manually.
It is also possible to use more than one variable. See as example the definition of rotations in the displacement constraint.
Notes
Note
- I componenti del vettore contrassegnati come "non specificati" verranno interpolati dal risolutore selezionato.
- Tutti i vettore che dovrebbero essere il risultato del risolutore devono essere contrassegnati come "non specificato".
- Se la faccia o il bordo di destinazione non è allineato con il sistema di coordinate cartesiane principale, è possibile selezionare "normale al contorno".
- Se "normale al contorno" è spuntato, il vettore normale al bordo o alla faccia selezionati è X e sarà orientato lontano dal dominio della mesh.
- Ad esempio, se un flusso d'aria di 20 mm/s deve entrare nel dominio, dopo aver spuntato "normale al contorno" l'utente dovrà inserire -20 mm/s nel campo "velocità X".
- Per una parete con una condizione antiscivolo, il flusso sarà (0,0,0)
- Per una condizione di simmetria, il flusso sarà (0, Non specificato, Non specificato) se "normale al contorno" è selezionato.
- 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
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub

