SciLab NLE Std

Required Environment

Required Solver

  • fsolve (preinstalled with Scilab)

User Options

  • TolFun: Scilab’s option to set the convergence criterion for fsolve. For more information refer to Scilab’s documentation

Usage for Simulation

  1. Open an NLE Evaluation in MOSAIC
  2. Set the variable specs to obtain a degree of freedom of zero.
  3. Select the Predefined Language Specification “Scilab NLE”.
  4. Choose the Code Generator and Solver Properties in accordance with the User Options above.
  5. Press Generate Code.
  6. Copy everything from the View Code tab and paste it to a new sce-file inside Scilab’s IDE.
  7. Save the new sce-file
  8. Press run inside Scilab’s IDE.
  9. After completion the results appear in Scilab’s command line window.
  10. Copy the lines containing the variable names and their final values and paste them into the Import tab of MOSAIC’s evaluation environment.
  11. Select the Predefined Language Specification “Scilab NLE” and press Import.
  12. The results will automatically update the Initial values in the Variable Specification tab and can be saved for future use by pressing Save As.