2 2

Next: Model setting without an Up: Alternative formulation Previous: Alternative formulation   Contents   Index

Numerical Solution Setup

  • Parameters of numerical solution are stored in files in directory system
  • Let us look in it:
    # ls $FOAM_RUN/icoFoam/cavity/system
    controlDict  fvSchemes  fvSolution
    
  • In file fvSolution there are sets of parameters of solution of system of linear equations for each quantity and also parameters of numerical methods
  • In file fvSchemes there are setups of the numerical schemes for individual quantities and other terms
  • Further details concerning these files can be found further in this document.