Durability Information

This section describes parameter used for durability analysis.

Configuration Parameter

Example

Remarks

${life_solver}

${life_solver} = "femfat";

Specification of the durability module. The following solvers are supported:

falancs, FEMFAT®

${life_solver_exe}

${life_solver_exe} = "/app/..";

Path to the executable durability solver.

${life_solver_add_call}

${life_solver_add_call} = "/scratch";

Additional command line options for the durability solver call. These statements are added to the life_solver_call variable.

${life_ini}

${life_ini} = "...";

Path to an (eventually) existing initialization file.

Remark

  • The LIFE solver call is assembled by the $life_solver_exe, $life_solver_cmdline and $life_solver_add_call variables during the runtime in the same way as FE-solver, see previous example.
    > $life_solver_exe $life_solver_cmdline $life_solver_add_call