FEM SolverControl/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 22: Line 22:
==Description==
==Description==


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


==Utilisation==
==Utilisation==

# Select the solver object in the [[Tree_view|Tree view]], e.g., for CalcuilX solver [[Image:FEM_SolverCalculixCxxtools.svg|24px]] '''SolverCcxTools'''.
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:FEM_SolverControl.svg|16px]] [[FEM_SolverControl|Solver job control]]}} button.
#* Select the {{MenuCommand|Solve → [[Image:FEM_SolverControl.svg|16px]] Solver job control}} option from the menu.
#* Use the keyboard shortcut: {{KEY|S}} then {{KEY|T}}.
# Optionally, edit working directory.
# Optionally, select analysis type.
# Click {{Button|Write .inp file}} to write the input file.
# Optionally, click {{Button|Edit .inp file}}.
#* Input file will open so you can edit it and save by {{KEY|Ctrl}}+{{KEY|S}}.
# Click {{Button|Run CalculiX}} to trigger the solver.
#* The solution may take considerable time for large models.

==Notes==

* Default working directory can be changed in {{MenuCommand|Edit → Preferences → FEM}}
* Controls for other solvers may differ.
* The simplified version of the command is [[Image:FEM_SolverRun.svg|24px]] [[FEM_SolverRun|Run solver calculation]].





Revision as of 19:29, 5 October 2022

Other languages:

Cette documentation n'est pas terminée. Merci de nous aider et de contribuer à la documentation.

Modèle GuiCommand explique comment les commandes doivent être documentées. Parcourez Category:UnfinishedDocu pour voir d'autres pages incomplètes comme celle-ci. Voir Category:Command_Reference pour toutes les commandes.

Voir Écrire une page Wiki pour apprendre à éditer les pages du wiki, et aller à Contribuer à FreeCAD pour apprendre d'autres façons de contribuer.

FEM Réglage du solveur

Emplacement du menu
Solveur → Contrôle de tâches du solveur
Ateliers
FEM
Raccourci par défaut
S T
Introduit dans la version
-
Voir aussi
FEM Résolution

Description

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

Utilisation

  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.