FEM Workbench/ko: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(6 intermediate revisions by the same user not shown)
Line 96: Line 96:
=== Geometrical analysis features ===
=== Geometrical analysis features ===


:* [[Image:FEM_ConstraintPlaneRotation.svg|32px]] [[FEM_ConstraintPlaneRotation|Plane multi-point constraint]]: Used to define a plane rotation constraint on a planar face.
:* [[Image:FEM_ConstraintPlaneRotation.svg|32px]] [[FEM_ConstraintPlaneRotation|Plane multi-point constraint]]: Used to define a constraint for keeping the nodes in a planar surface in the same plane.


:* [[Image:FEM_ConstraintSectionPrint.svg|32px]] [[FEM_ConstraintSectionPrint|Section print feature]]: Used to print the predefined facial output variables (forces and moments) to the dat file.
:* [[Image:FEM_ConstraintSectionPrint.svg|32px]] [[FEM_ConstraintSectionPrint|Section print feature]]: Used to print the predefined facial output variables (forces and moments) to the data file.


:* [[Image:FEM_ConstraintTransform.svg|32px]] [[FEM_ConstraintTransform|Constraint transform]]: Used to define a transform constraint on a face.
:* [[Image:FEM_ConstraintTransform.svg|32px]] [[FEM_ConstraintTransform|Local coordinate system]]: Used to define a transform constraint on a face.


=== Mechanical boundary conditions and loads ===
=== Mechanical boundary conditions and loads ===


:* [[Image:FEM_ConstraintFixed.svg|32px]] [[FEM_ConstraintFixed|Constraint fixed]]: Used to define a fixed constraint on point/edge/face(s).
:* [[Image:FEM_ConstraintFixed.svg|32px]] [[FEM_ConstraintFixed|Fixed boundary condition]]: Used to define a fixed constraint on point/edge/face(s).


:* [[Image:FEM_ConstraintDisplacement.svg|32px]] [[FEM_ConstraintDisplacement|Constraint displacement]]: Used to define a displacement constraint on point/edge/face(s).
:* [[Image:FEM_ConstraintDisplacement.svg|32px]] [[FEM_ConstraintDisplacement|Displacement boundary condition]]: Used to define a displacement constraint on point/edge/face(s).


:* [[Image:FEM_ConstraintContact.svg|32px]] [[FEM_ConstraintContact|Contact constraint]]: Used to define a contact constraint between two faces.
:* [[Image:FEM_ConstraintContact.svg|32px]] [[FEM_ConstraintContact|Contact constraint]]: Used to define a contact constraint between two faces.


:* [[Image:FEM_ConstraintTie.svg|32px]] [[FEM_ConstraintTie|Tie constraint]]: Used to define a tie constraint ("bonded contact") between two faces.
:* [[Image:FEM_ConstraintTie.svg|32px]] [[FEM_ConstraintTie|Tie constraint]]: Used to define a tie constraint ("bonded contact") between two faces, or, {{Version|1.0}}, cyclic symmetry.


:* [[Image:FEM_ConstraintSpring.svg|32px]] [[FEM_ConstraintSpring|Spring]]: Used to define a spring. {{Version|0.20}}
:* [[Image:FEM_ConstraintSpring.svg|32px]] [[FEM_ConstraintSpring|Spring]]: Used to define a spring. {{Version|0.20}}


:* [[Image:FEM_ConstraintForce.svg|32px]] [[FEM_ConstraintForce|Constraint force]]: Used to define a force in [N] applied uniformly to a selectable face in a definable direction.
:* [[Image:FEM_ConstraintForce.svg|32px]] [[FEM_ConstraintForce|Force load]]: Used to define a force in [N] applied uniformly to a selectable face in a definable direction.


:* [[Image:FEM_ConstraintPressure.svg|32px]] [[FEM_ConstraintPressure|Constraint pressure]]: Used to define a pressure constraint.
:* [[Image:FEM_ConstraintPressure.svg|32px]] [[FEM_ConstraintPressure|Pressure load]]: Used to define a pressure constraint.


:* [[Image:FEM_ConstraintCentrif.svg|32px]] [[FEM_ConstraintCentrif|Centrifugal load]]: Used to define a centrifugal body load constraint. {{Version|0.20}}
:* [[Image:FEM_ConstraintCentrif.svg|32px]] [[FEM_ConstraintCentrif|Centrifugal load]]: Used to define a centrifugal body load constraint. {{Version|0.20}}
Line 128: Line 128:
:* [[Image:FEM_ConstraintHeatflux.svg|32px]] [[FEM_ConstraintHeatflux|Heat flux load]]: Used to define a heat flux constraint on a face(s).
:* [[Image:FEM_ConstraintHeatflux.svg|32px]] [[FEM_ConstraintHeatflux|Heat flux load]]: Used to define a heat flux constraint on a face(s).


:* [[Image:FEM_ConstraintTemperature.svg|32px]] [[FEM_ConstraintTemperature|Constraint temperature]]: Used to define a temperature constraint on a point/edge/face(s).
:* [[Image:FEM_ConstraintTemperature.svg|32px]] [[FEM_ConstraintTemperature|Temperature boundary condition]]: Used to define a temperature constraint on a point/edge/face(s).


:* [[Image:FEM_ConstraintBodyHeatSource.svg|32px]] [[FEM_ConstraintBodyHeatSource|Body heat source]]: Used to define an internally generated body heat.
:* [[Image:FEM_ConstraintBodyHeatSource.svg|32px]] [[FEM_ConstraintBodyHeatSource|Body heat source]]: Used to define an internally generated body heat.
Line 147: Line 147:


* [[Image:FEM_MeshGroup.svg|32px]] [[FEM_MeshGroup|FEM mesh group]]: Groups and labels elements of a mesh (vertex, edge, surface) together, useful for exporting the mesh to external solvers.
* [[Image:FEM_MeshGroup.svg|32px]] [[FEM_MeshGroup|FEM mesh group]]: Groups and labels elements of a mesh (vertex, edge, surface) together, useful for exporting the mesh to external solvers.

* [[Image:FEM_CreateNodesSet.svg|32px]] [[FEM_CreateNodesSet|Nodes set]]: Creates/defines a node set from FEM mesh.


* [[Image:FEM_FemMesh2Mesh.svg|32px]] [[FEM_FemMesh2Mesh|FEM mesh to mesh]]: Convert the surface of a FEM mesh to a mesh.
* [[Image:FEM_FemMesh2Mesh.svg|32px]] [[FEM_FemMesh2Mesh|FEM mesh to mesh]]: Convert the surface of a FEM mesh to a mesh.
Line 155: Line 153:


* [[Image:FEM_SolverCalculixCxxtools.svg|32px]] [[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]]: Creates a new solver for this analysis.
* [[Image:FEM_SolverCalculixCxxtools.svg|32px]] [[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]]: Creates a new solver for this analysis.

* [[Image:FEM_SolverCalculiX.svg|32px]] [[FEM_SolverCalculiX|Solver CalculiX (new framework)]]: Same as the original framework [[Image:FEM_SolverCalculixCxxtools.svg|32px]] [[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]] with extra checks.


* [[Image:FEM_SolverElmer.svg|32px]] [[FEM_SolverElmer|Solver Elmer]]: Creates the solver controller for Elmer.
* [[Image:FEM_SolverElmer.svg|32px]] [[FEM_SolverElmer|Solver Elmer]]: Creates the solver controller for Elmer.
Line 239: Line 235:


* [[Image:FEM_MeshDisplayInfo.svg|32px]] [[FEM_MeshDisplayInfo|Display FEM mesh info]]: Displays basic statistics of existing mesh - number of nodes and elements of each type.
* [[Image:FEM_MeshDisplayInfo.svg|32px]] [[FEM_MeshDisplayInfo|Display FEM mesh info]]: Displays basic statistics of existing mesh - number of nodes and elements of each type.

== Obsolete tools ==

* [[Image:FEM_ConstraintFluidBoundary.svg|32px]] [[FEM_ConstraintFluidBoundary|Fluid boundary condition]]: Used to define a fluid boundary condition. Did not have a solver. Not available in {{VersionPlus|1.0}}.

* [[Image:FEM_ConstraintBearing.svg|32px]] [[FEM_ConstraintBearing|Constraint bearing]]: Used to define a bearing constraint. Did not have a solver. Not available in {{VersionPlus|1.0}}.

* [[Image:FEM_ConstraintGear.svg|32px]] [[FEM_ConstraintGear|Constraint gear]]: Used to define a gear constraint. Did not have a solver. Not available in {{VersionPlus|1.0}}.

* [[Image:FEM_ConstraintPulley.svg|32px]] [[FEM_ConstraintPulley|Constraint pulley]]: Used to define a pulley constraint. Did not have a solver. Not available in {{VersionPlus|1.0}}.

* [[Image:FEM_SolverCalculiX.svg|32px]] [[FEM_SolverCalculiX|Solver CalculiX (new framework)]]: Same as the original framework [[Image:FEM_SolverCalculixCxxtools.svg|32px]] [[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]] with extra checks. Tool was unfinished. Not available in {{VersionPlus|1.0}}.

* [[Image:FEM_CreateNodesSet.svg|32px]] [[FEM_CreateNodesSet|Nodes set]]: Creates/defines a node set from FEM mesh. Tool was unfinished and couldn't be used. Not available in {{VersionPlus|1.0}}.


== Preferences ==
== Preferences ==
Line 250: Line 260:
[[FEM_Install|FEM Install]]: a detailed description on how to set up the external programs used in the workbench.
[[FEM_Install|FEM Install]]: a detailed description on how to set up the external programs used in the workbench.


[[FEM_Geometry_Preparation_and_Meshing|FEM Geometry Preparation and Meshing]]: tips regarding geometry preparation for FEM and meshing.
[[FEM_Mesh|FEM Mesh]]: further information on obtaining a mesh for finite element analysis.

[[FEM_Mesh|FEM Mesh]]: details about meshes in the FEM workbench.


[[FEM_Solver|FEM Solver]]: further information on the different solvers available in the workbench, and those that could be used in the future.
[[FEM_Solver|FEM Solver]]: further information on the different solvers available in the workbench, and those that could be used in the future.

Latest revision as of 10:02, 21 April 2024

FEM workbench icon

소개

The FEM Workbench 는 프리캐드 속에서 유한요소해석 finite element analysis (FEA)을 현대적으로 진행하게 해줍니다. 해석을 완료 하는데 까지 필요한 모든 도구들을 모아 놓은 통합된 사용자 환경(GUI)이 있어서 현대적 이라는 겁니다.

진행 순서

유한요소 해석의 수행 순서 :

  1. 전 처리 : 해석 문제에 관한 설정.
    1. 모델의 형상 : 프리캐드로 형상을 생성 하거나, 다른 프로그램에서 만든 것을 도입 합니다.
    2. 해석 내용 생성.
      1. 모델 형상에 관한 지지점 조건과 재하 조건 등의 재현 할 내용을 추가 합니다.
      2. 모델 형상의 부분들이 어떤 물질인지 조건을 추가 함.
      3. 모델 형상에 관한 메쉬 요소를 생성 하거나, 다른 프로그램에서 만들어진 것을 도입 합니다.
  2. 해석 계산 : 프리캐드 상에서 외부의 해석기를 실행 시킵니다.
  3. 후 처리 : 해석 결과를 프리캐드 상에서 가시화 작업을 하거나, 다른 프로그램으로 '후 처리' 할 수 있도록 내보내기 합니다.

유한요소해석 작업환경은 리눅스, 윈도우 와 맥 OSX 등의 운영체계에서 사용 할 수 있습니다. 그런데 이 작업환경은 외부의 해석기를 이용 하도록 만들어져 있으므로 수동으로 설정 내용 분량들은 여러분이 사용하고 있는 운영체계에 따라 다를 겁니다. FEM 설치 를 위해 '외부도구 설정 안내서'를 읽어 보세요.

Workflow of the FEM Workbench; the workbench calls two external programs to perform meshing of a solid object, and perform the actual solution of the finite element problem

메뉴 : 모델

  • Analysis container: Creates a new container for a mechanical analysis. If a solid is selected in the tree view before clicking on it, the meshing dialog will be opened next.

물질

  • 입체의 재질: 데이타 베이스로 부터 입체에 관한 재질을 선정 하세요.

구성요소의 형태적 특성

  • 보의 단면: 보 요소에서 검토 할 단면을 지정하기 위해 사용 합니다.

Electromagnetic boundary conditions

유체에 관한 조건

Geometrical analysis features

  • Section print feature: Used to print the predefined facial output variables (forces and moments) to the data file.

Mechanical boundary conditions and loads

  • Force load: Used to define a force in [N] applied uniformly to a selectable face in a definable direction.
  • Gravity load: Used to define a gravity acceleration acting on a model.

Thermal boundary conditions and loads

Overwrite Constants

Menu: Mesh

  • FEM mesh region: Creates a localized area(s) to mesh which highly optimizes analysis time.
  • FEM mesh group: Groups and labels elements of a mesh (vertex, edge, surface) together, useful for exporting the mesh to external solvers.

Menu: Solve

  • Solver Z88: Creates the solver controller for Z88.

Mechanical equations

Electromagnetic equations

Menu: Results

  • Post pipeline from result: Used to add a new graphical representation of FEM analysis results (color scale and more display options).
  • Warp filter: Used to visualize the scaled deformed shape of the model.
  • Function cut filter: Used to display the results on a sphere or a plane cutting through the model.
  • Region clip filter: Used to clip a field with a sphere or a plane cutting through the model.

Filter functions

  • Plane: Cuts the result mesh with a plane.
  • Sphere: Cuts the result mesh with a sphere.

Menu: Utilities

Context Menu

  • Clear FEM mesh: Deletes the mesh file from the FreeCAD file. Useful to make a FreeCAD file lighter.
  • Display FEM mesh info: Displays basic statistics of existing mesh - number of nodes and elements of each type.

Obsolete tools

  • Fluid boundary condition: Used to define a fluid boundary condition. Did not have a solver. Not available in version 1.0 and above.
  • Constraint bearing: Used to define a bearing constraint. Did not have a solver. Not available in version 1.0 and above.
  • Constraint gear: Used to define a gear constraint. Did not have a solver. Not available in version 1.0 and above.
  • Constraint pulley: Used to define a pulley constraint. Did not have a solver. Not available in version 1.0 and above.
  • Nodes set: Creates/defines a node set from FEM mesh. Tool was unfinished and couldn't be used. Not available in version 1.0 and above.

Preferences

Information

The following pages explain different topics of the FEM Workbench.

FEM Install: a detailed description on how to set up the external programs used in the workbench.

FEM Geometry Preparation and Meshing: tips regarding geometry preparation for FEM and meshing.

FEM Mesh: details about meshes in the FEM workbench.

FEM Solver: further information on the different solvers available in the workbench, and those that could be used in the future.

FEM CalculiX: further information on CalculiX, the default solver used in the workbench for structural analysis.

FEM Concrete: interesting information on the topic of simulating concrete structures.

Tutorials

Tutorial 1: FEM CalculiX Cantilever 3D; basic simply supported beam analysis.

Tutorial 2: FEM Tutorial; simple tension analysis of a structure.

Tutorial 3: FEM Tutorial Python; set up the cantilever example entirely through scripting in Python, including the mesh.

Tutorial 4: FEM Shear of a Composite Block; see the deformation of a block that is comprised of two materials.

Tutorial 5: Transient FEM analysis

Tutorial 6: Post-Processing of FEM Results with Paraview

Tutorial 7: FEM Example Capacitance Two Balls; Elmer's GUI tutorial 6 "Electrostatics Capacitance Two Balls" using FEM Examples.

Coupled thermal mechanical analysis tutorials by openSIM

Video tutorial 1: FEM video for beginner (including YouTube link)

Video tutorial 2: FEM video for beginner (including YouTube link)

Many video tutorials: anisim Open Source Engineering Software (in German)

Extending the FEM Workbench

The FEM Workbench is under constant development. An objective of the project is to find ways to easily interact with various FEM solvers, so that the end user can streamline the process of creating, meshing, simulating, and optimizing an engineering design problem, all within FreeCAD.

The following information is aimed at power users and developers who want to extend the FEM Workbench in different ways. Familiarity with C++ and Python is expected, and also some knowledge of the "document object" system used in FreeCAD is necessary; this information is available in the Power users hub and the Developer hub. Please notice that since FreeCAD is under active development, some articles may be too old, and thus obsolete. The most up to date information is discussed in the FreeCAD forums, in the Development section. For FEM discussions, advice or assistance in extending the workbench, the reader should refer to the FEM subforum.

The following articles explain how the workbench can be extended, for example, by adding new types of boundary conditions (constraints), or equations.

A developer's guide has been written to help power users in understanding the complex FreeCAD codebase and the interactions between the core elements and the individual workbenches. The book is hosted at github so multiple users can contribute to it and keep it updated.

Extending the FEM Workbench documentation