unmapped_value_options#
- class ansys.systemcoupling.core.adaptor.api_24_2.unmapped_value_options.unmapped_value_options(name=None, parent=None)#
Bases:
Container
Unmapped value settings.
Properties
- matrix_verbosityint
Matrix verbosity.
- solver_verbosityint
Solver verbosity.
- solverstr
Solver (“GMRES” or “FGMRES”).
- solver_relative_toleranceRealType
Solver relative tolerance
- solver_max_iterationsint
Solver maximum iterations.
- solver_max_search_directionsint
Solver maximum search directions.
- preconditionerstr
Preconditioner type (“None” or “ILUT”).
- ilut_tauRealType
Tolerance for ILUT.
- ilut_max_fillint
Maximum fill level for ILUT.
- ilut_pivot_tolRealType
Pivot tolerance for ILUT.
- face_filter_toleranceRealType
Tolerance (angle, in degrees) for which to consider nearby faces to be sufficiently aligned to be included in the algorithm.
- rbf_shape_parameterRealType
Radial basis function shape parameter for Gaussian shape function.
- rbf_linear_correctionbool
Control whether the radial basis function linear correction is active.
- rbf_colinearity_toleranceRealType
Tolerance to use for checking colinearity of nearby data when using the radial basis functions for non-overlap extrapolation.
Included in:
Parent |
Summary |
---|---|
Configure coupling controls. |