FEM SolverCalculiX: Difference between revisions

From FreeCAD Documentation
(recommendation to use standard solver)
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>

<!--T:14-->
{{VeryImportantMessage|Obsolete ({{VersionPlus|1.0}}).}}


<!--T:4-->
<!--T:4-->
{{Docnav
{{Docnav
|
|[[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]]
|
|[[FEM_SolverElmer|Solver Elmer]]
|[[FEM_Workbench|FEM]]
|[[FEM_Workbench|FEM]]
|
|IconL=FEM_SolverCalculixCxxtools.svg
|
|IconR=FEM_SolverElmer.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
}}
}}
Line 16: Line 18:
{{GuiCommand
{{GuiCommand
|Name=FEM SolverCalculiX
|Name=FEM SolverCalculiX
|MenuLocation= Solve → Solver CalculiX (new framework)
|MenuLocation=Solve → Solver CalculiX (new framework)
|Workbenches=[[FEM_Workbench|FEM]]
|Workbenches=[[FEM_Workbench|FEM]]
|Shortcut={{KEY|S}} {{KEY|C}}
|Shortcut={{KEY|S}} {{KEY|C}}
|SeeAlso=[[FEM_tutorial|FEM tutorial]]
}}
}}


==Description== <!--T:8-->
==Description== <!--T:8-->


<!--T:12-->
Solver CalculiX (new framework) command creates SolverCalculix object, which uses same framework as Elmer and Z88 solvers (the code which is not visible for the user). It is preferred to use the original framework [[Image:FEM_SolverCalculixCxxtools.svg|32px]] [[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]] because it contains extra checks, e.g. showing the elements with nonpositive Jacobian which might cause solution difficulties.
The '''Solver CalculiX (new framework)''' command creates a SolverCalculix object, which uses the same framework as Elmer and Z88 solvers (the code is not visible for the user). It is preferred to use the original framework [[Image:FEM_SolverCalculixCxxtools.svg|32px]] [[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]] because it contains extra checks, e.g. showing the elements with nonpositive Jacobian which might cause solution difficulties.


==Usage== <!--T:9-->
==Usage== <!--T:9-->


<!--T:13-->
# Select {{MenuCommand|Solve → [[Image:FEM_SolverCalculiX.svg|16px]] Solver CalculiX (new framework)}} from the menu.
# Select {{MenuCommand|Solve → [[Image:FEM_SolverCalculiX.svg|16px]] Solver CalculiX (new framework)}} from the menu.


Line 38: Line 41:
<!--T:5-->
<!--T:5-->
{{Docnav
{{Docnav
|
|[[FEM_SolverCalculixCxxtools|Solver CalculiX Standard]]
|
|[[FEM_SolverElmer|Solver Elmer]]
|[[FEM_Workbench|FEM]]
|[[FEM_Workbench|FEM]]
|
|IconL=FEM_SolverCalculixCxxtools.svg
|
|IconR=FEM_SolverElmer.svg
|IconC=Workbench_FEM.svg
|IconC=Workbench_FEM.svg
}}
}}

Latest revision as of 10:53, 21 April 2024

Obsolete (version 1.0 and above).

FEM SolverCalculiX

Menu location
Solve → Solver CalculiX (new framework)
Workbenches
FEM
Default shortcut
S C
Introduced in version
-
See also
None

Description

The Solver CalculiX (new framework) command creates a SolverCalculix object, which uses the same framework as Elmer and Z88 solvers (the code is not visible for the user). It is preferred to use the original framework Solver CalculiX Standard because it contains extra checks, e.g. showing the elements with nonpositive Jacobian which might cause solution difficulties.

Usage

  1. Select Solve → Solver CalculiX (new framework) from the menu.

Related