Solver Setup

Choose the right solver type and configure calculation parameters.


The solver is the mathematical core of every FEM simulation, it solves the equation system built from your geometry, materials, loads, and boundary conditions.

Solver types

SolverWhen to use
Linear StaticStandard choice for most tasks. Assumes small deformations and linear material behaviour. Fastest.
Nonlinear StaticLarge deformations, plasticity, or contact problems. Longer computation, requires parameter tuning.
ModalVibration analysis, calculates natural frequencies and mode shapes. No loads required.

Setup process

  1. Open the Calculation section
  2. Dr.Q selects the solve path automatically (linear, or nonlinear for large deflection, plasticity, or contact); it can be overridden via the API
  3. Review the summary, geometry, material, loads, boundary conditions
  4. Adjust parameters if needed
  5. Proceed to job submission

Key parameters

ParameterDescription
Convergence toleranceMaximum allowed residual, smaller = more accurate but slower
Maximum iterationsSolver aborts if not converged within this limit
Load steps (nonlinear)More steps = better convergence for highly nonlinear problems

Only change default values if you have a specific reason to. Incorrect convergence tolerance or load step settings are a common cause of unnecessary solver failures.

Common mistakes

  • Choosing nonlinear when linear would suffice, wastes computation time
  • Using the linear solver with active frictional contact, produces incorrect results
  • Wrong solver type for the analysis goal (e.g., linear static for a vibration question)