Stationary
Solve a stationary problem with or without parameters, mesh adaptation, sensitivity, or optimization.
Syntax
model.sol(sname).create(fname,"Stationary")
model.sol(sname).feature(fname).set(pname,value)
Description
Operation feature.
The following (intrinsic) properties are available.
Name of the controlling study step or user if the feature is controlled manually.
on | off
on | off
init | sol
Method used for linearization point, which for sol is determined by the current solution (that is, the solution computed by the previous feature in the sequence).
zero | solution object
current | solution store
on | off
auto | on | off| linper
du | u
du | u
on | off
on | off
Probes to use if probesel=manual.
all | none | manual
on | off
auto | all | interp | first | last | from_list | manual | positive integer
on | off
This solver uses a nonlinear solver if nonlin is on, and it uses the linear solver if nonlin is on or linper. If nonlin is set to auto an analysis is performed to automatically detect if the problem can be solved with a linear solver approach. For a description of the nonlinear solver see the entry under coupling.
The automatic nonlinear/linear detection works in the following way. The linear solver is called if the residual Jacobian matrix (the stiffness matrix, K) and the constraint Jacobian matrix (the constraint matrix, N) are both found not solution dependent and if these matrices are detected as complete. In all other situations the nonlinear solver is used. The analysis is performed by a symbolic analysis of the expressions contributing to these matrices. Complete here means that in the residual and constraint vectors, only expressions were found for which COMSOL Multiphysics computes the correct Jacobian contribution.
Therefore, if you want to solve a linearized (nonlinear) problem, you must set nonlin to off or linper. The off option uses the linearization point for both the residual computation and for the Jacobian and the solution to the linear problem is added to the linearization point. This corresponds to one step in the Newton method. For linper, the linearization point is used for the Jacobian, the zero solution is used for the assembly of the residual and the solution to the linear problem is returned as the solution. Furthermore, the residual assembled for linper is computed using loads marked with the linper operator.
There are variables for which COMSOL Multiphysics is conservative and therefore flags these, and their Jacobian contribution, as solution dependent even though they not always are. For these situations, the nonlinear solver is used even though the linear solver could be used. This should only result in some extra computational effort, and should not influence the result. The opposite situation however, where the linear solver is used for a nonlinear problem is more dangerous. So, select nonlin to off with great care.
The property reacf controls the computation and storage of constraint reaction forces. The value reacf=on (default) means that the solver stores the FEM residual vector L in the solution object model.sol. Because L = NFΛ for a converged solution, the residual is the same as the constraint force. Only the components of L that correspond to nonzero rows of NF are stored. The value reacf=off gives no computation or storage of the reaction force and saves some memory.
The linear solver uses the property itol for termination of iterative linear system solvers and for error checking for direct solvers (if enabled).