FEM SolverCalculixCxxtools/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "CalculiXccxTools permet d'utiliser le solveur [http://dhondt.de/ CalculiX]. Vous pouvez l'utiliser pour # définir les paramètres d'analyse # sélectionner le répertoire de...")
Line 4: Line 4:
==Description==
==Description==


CalculiXccxTools enable to use [http://dhondt.de/ CalculiX] solver. You can use it to
CalculiXccxTools permet d'utiliser le solveur [http://dhondt.de/ CalculiX]. Vous pouvez l'utiliser pour
# définir les paramètres d'analyse
# set analysis parameters
# sélectionner le répertoire de travail
# select working directory
# lance le solveur CalculiX.
# run the CalculiX solver.


==How to use==
==How to use==

Revision as of 10:45, 12 November 2018

FEM Solver

Emplacement du menu
FEM → Solver Calculix
Ateliers
FEM
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
FEM tutorial

Description

CalculiXccxTools permet d'utiliser le solveur CalculiX. Vous pouvez l'utiliser pour

  1. définir les paramètres d'analyse
  2. sélectionner le répertoire de travail
  3. lance le solveur CalculiX.

How to use

  1. CalculiXccxTools object is created automatically with creation of Analysis container. Otherwise use SolveSolver CalculiX Standard , or press S then X keys
  2. Optionally set data properties of the CalculiXccxTools object
  3. Double click on the CalculiXccxTools object
  4. Select type of the analysis
  5. Click Write .inp file
  6. Click Run CalculiX

Options

By using Edit .inp file you can display and edit CalculiX input file manually before running analysis. In this case it might be useful to use parameter "Split Input Writer = true".

Properties

Default values can be set in the menu EditPreferencesFEMCalculiX

  • DonnéesAnalysis Type:
    • static
    • frequency
    • thermomech - for mechanical and thermal loads
  • DonnéesBeam Shell Result Output 3D: note that CalculiX internally expands 1D and 2D elements into 3D elements to accomplish FE analysis
    • false - results of 1D and 2D elements will be averaged to the nodes of original 1D or 2D mesh (i.e. purely bended beam will show 0 nodal stresses due to averaging)
    • true - resulting mesh will contain 1D and 2D elements expanded to 3D elements
  • DonnéesEigenmode High Limit: Eigenvalues above this limit will not be calculated
  • DonnéesEigenmode Low Limit: Eigenvalues below this limit will not be calculated
  • DonnéesEigenmodes Count: number of lowest eigenmodes to be calculated
  • DonnéesGeometric Nonlinearity:
    • linear - linear analysis will be performed if model does not contain nonlinear material
    • nonlinear - nonlinear analysis will be performed
  • DonnéesIterations Control parameter Cutb: defines second line of advanced iteration parameters under *CONTROLS card, used when "Iterations Control Parameter Time Use" is true
  • DonnéesIterations Control Parameter Iter: defines first line of advanced iteration parameters under *CONTROLS card, used when "Iterations Control Parameter Time Use" is true
  • DonnéesIterations Control Parameter Time Use
    • true - activates "Iterations Control Parameter Cutb" and "Iterations Control Parameter Iter"
  • DonnéesIterations Thermo Mech Maximum: maximum number of increments in thermomechanical analysis after which the job will be stopped.
  • DonnéesIterations User Defined Incrementations:
    • true - automatic incrementation control will be switched off by DIRECT parameter
    • false - incrementation control will be automatic
  • DonnéesIterations User Defined Time Step Length:
    • true - activates "Time End" and "Time Initial Step" parameters
  • DonnéesMaterial Nonlinearity:
    • linear - only linear material properties will be included in the analysis
    • nonlinear - nonlinear material properties will be used from Nonlinear mechanical material object
  • DonnéesMatrix Solver Type: type of the solver to solve equation system inside FE analysis. It may significantly affect calculation speed and memory demands. Suitability depends on your FE model and available hardware
    • default - automatically selects matrix solver depending on available solvers (probably it will be Spooles)
    • spooles - direct solver with support of multiple CPUs. Number of CPUs need to be set in EditPreferencesFEMCalculiX → Solver defaults → Number of CPU's to use)
    • iterativescaling - iterative solver with least memory demands, suitable if model contains mostly 3D elements
    • iterativecholesky - iterative solver with preconditioning with and with low memory demands, suitable if model contains mostly 3D elements
  • DonnéesSplit Input Writer:
    • false - write whole input into one *.inp file to be used by CalculiX solver
    • true - split solver inputs into more *.inp files, that can clarify hand editing
  • DonnéesThermo Mechanical Steady State:
    • true - steady state thermo mechanical analysis
    • false - transient thermo mechanical analysis
  • DonnéesTime End: time period of the step, used when parameter "Iterations User Defined Incrementations" or "Iterations User Defined Time Step Length" is true
  • DonnéesTime Initial Step: initial time increment of the step, used when parameter "Iterations User Defined Incrementations" or "Iterations User Defined Time Step Length" is true
  • DonnéesWorking Dir: path to the working directory which will be used for CalculiX analysis files.

Limitations

Notes

Original CalculiX documentation can be found at http://dhondt.de/ in the "ccx" paragraph.

Scripting