fix_modify AtC control

syntax

fix_modify AtC control <physics_type> <solution_parameter>


fix_modify AtC transfer <physics_type> control max_iterations <max_iterations>

fix_modify AtC transfer <physics_type> control tolerance <tolerance>

examples

fix_modify AtC control thermal max_iterations 10
fix_modify AtC control momentum tolerance 1.e-5

description

Sets the numerical parameters for the matrix solvers used in the specified control algorithm. Many solution approaches require iterative solvers, and these methods enable users to provide the maximum number of iterations and the relative tolerance.

restrictions

only for be used with specific controllers : thermal, momentum
They are ignored if a lumped solution is requested

related

default

max_iterations is the number of rows in the matrix
tolerance is 1.e-10


Generated on 21 Aug 2013 for ATC by  doxygen 1.6.1