FEM ConstraintFlowVelocity: Difference between revisions

From FreeCAD Documentation
(update docnav and se also)
mNo edit summary
Line 14: Line 14:
{{GuiCommand
{{GuiCommand
|Name=FEM ConstraintFlowVelocity
|Name=FEM ConstraintFlowVelocity
|MenuLocation= Model → Fluid constraints → Constraint flow velocity
|MenuLocation= Model → Fluid Constraints → Constraint flow velocity
|Workbenches=[[Fem_Workbench|FEM]]
|Workbenches=[[Fem_Workbench|FEM]]
|Shortcut=
|SeeAlso=[[FEM_ConstraintInitialFlowVelocity|Constraint initial flow velocity]]
|SeeAlso=[[FEM_ConstraintInitialFlowVelocity|Constraint initial flow velocity]]
}}
}}
Line 37: Line 36:
# Fill in the values in mm/s for the main Cartesian components.
# Fill in the values in mm/s for the main Cartesian components.


==Notes== <!--T:10-->
==Notes==

<!--T:10-->
* Vector components that are ticked as "unspecified" will be interpolated by the selected solver.
* Vector components that are ticked as "unspecified" will be interpolated by the selected solver.
*: Any vector that should be the result of the solver must be ticked as "unspecified".
*: Any vector that should be the result of the solver must be ticked as "unspecified".
Line 47: Line 48:
* For a Wall with non-slip condition, the flow will be (0,0,0)
* For a Wall with non-slip condition, the flow will be (0,0,0)
* For a Symmetry condition, the flow will be (0, Unspecified, Unspecified) if "normal to boundary" is ticked.
* For a Symmetry condition, the flow will be (0, Unspecified, Unspecified) if "normal to boundary" is ticked.



<!--T:5-->
<!--T:5-->
Line 57: Line 59:
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
}}
}}

</translate>
</translate>
{{FEM Tools navi{{#translation:}}}}
{{FEM Tools navi{{#translation:}}}}

Revision as of 19:04, 24 February 2021

FEM ConstraintFlowVelocity

Menu location
Model → Fluid Constraints → Constraint flow velocity
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
Constraint initial flow velocity

Description

Applies a flow velocity as boundary condition to an edge in 2D or to a face in 3D.

Usage

  1. Click on or choose Model → Fluid Constraints → Constraint flow velocity from the top menu.
  2. The task panel will display menus for constraint flow velocity

    Above: Constraint flow velocity menus within the task panel

  3. Select the target Edges or Faces.
  4. Click Add
  5. Deselect "unspecified" to activate the necessary fields for edition.
  6. Fill in the values in mm/s for the main Cartesian components.

Notes

  • Vector components that are ticked as "unspecified" will be interpolated by the selected solver.
    Any vector that should be the result of the solver must be ticked as "unspecified".
  • If the target face or edge is not aligned with the main cartesian coordinate system, it is possible to tick "normal to boundary".
    If "normal to boundary" is ticked, the normal vector to the selected edge or face is X and it will be oriented away from the mesh domain.
    For example, if a flow of 20 mm/s of air must enter the domain, then after ticking "normal to boundary" the user will have to input -20 mm/s in the "velocity X" field.
  • For a Wall with non-slip condition, the flow will be (0,0,0)
  • For a Symmetry condition, the flow will be (0, Unspecified, Unspecified) if "normal to boundary" is ticked.