FEM SolverControl

From FreeCAD Documentation
Revision as of 19:42, 7 August 2022 by FandaL (talk | contribs)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

FEM SolverControl

Menu location
Solve → Solver job control
Workbenches
FEM
Default shortcut
S T
Introduced in version
-
See also
FEM Run solver calculations

Description

This command is used to control the FEM solver (write the input file, edit it, and trigger the solver).

Usage

  1. Select the solver object in the tree view, e.g., for CalcuilX solver SolverCcxTools.
  2. There are several ways to invoke the command:
    • Press the Solver job control button.
    • Select the Solve → Solver job control option from the menu.
    • Use the keyboard shortcut: S then T.
  3. Optionally, edit working directory.
  4. Optionally, select analysis type.
  5. Click Write .inp file to write the input file.
  6. Optionally, click Edit .inp file.
    • Input file will open so you can edit it and save by Ctrl+S.
  7. Click Run CalculiX to trigger the solver.
    • The solution may take considerable time for large models.

Notes

  • Default working directory can be changed in Edit → Preferences → FEM
  • Controls for other solvers may differ.
  • The simplified version of the command is Run solver calculation.