1

Previous: Computation setup Up: Test case setup Next: Running test case

This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Numerical solution setup

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