Skip to content
Snippets Groups Projects
  1. Oct 22, 2020
    • Ivor Clifford's avatar
      INT: polyline: new extrusion model · d8525f17
      Ivor Clifford authored
      Allows specification of extrusion path using blockMesh 'edges' syntax.
      See tutorials/mesh/extrudeMesh/polyline
      
      Contribution by Ivor Clifford/Paul Scherrer Institut
      d8525f17
  2. Jun 29, 2020
  3. Dec 23, 2019
  4. Jun 25, 2019
  5. Dec 19, 2018
  6. Nov 08, 2018
  7. Jun 28, 2018
  8. Dec 22, 2015
  9. Dec 09, 2015
  10. Nov 30, 2015
    • mattijs's avatar
      ENH: Added new ceeateZeroDirectory utility · a67be719
      mattijs authored
      Uses a system/caseProperties file to select templates from
      etc/caseDicts/createZeroDirectoryTemplates to enable high-level setup
      of a case.
      See
      - etc/caseDicts/createZeroDirectoryTemplates
      - tutorials/preProcessing/createZeroDirectory
      a67be719
  11. May 29, 2015
    • Henry's avatar
      simpleFoam/SRFSimpleFoam: Added support for SIMPLEC · 38177526
      Henry authored
      SIMPLEC (SIMPLE-consistent) is selected by setting "consistent" option true/yes:
      
      SIMPLE
      {
          nNonOrthogonalCorrectors 0;
          consistent yes;
      }
      
      which relaxes the pressure in a "consistent" manner and additional
      relaxation of the pressure is not generally necessary.  In addition
      convergence of the p-U system is better and reliable with less
      aggressive relaxation of the momentum equation, e.g. for the motorbike
      tutorial:
      
      relaxationFactors
      {
          equations
          {
              U               0.9;
              k               0.7;
              omega           0.7;
          }
      }
      
      The cost per iteration is marginally higher but the convergence rate is
      better so the number of iterations can be reduced.
      
      The SIMPLEC algorithm also provides benefit for cases with large
      body-forces, e.g. SRF, see tutorials/incompressible/SRFSimpleFoam/mixer
      and feature request http://www.openfoam.org/mantisbt/view.php?id=1714
      38177526
  12. Feb 14, 2015
    • Henry's avatar
      potentialFoam: Solve for velocity potential named Phi rather than using the... · 41295606
      Henry authored
      potentialFoam: Solve for velocity potential named Phi rather than using the pressure field for this purpose
      
      The Phi field is read if available otherwise created automatically with
      boundary conditions obtained automatically from the pressure field if
      available (with optional name) otherwise inferred from the velocity
      field.  Phi Laplacian scheme and solver specification are required.  See
      tutorials for examples.
      41295606
  13. Dec 11, 2014
  14. Feb 17, 2014
  15. Jun 18, 2013
  16. Sep 09, 2011
  17. Aug 14, 2011
  18. Jun 17, 2011
  19. Jun 08, 2011
  20. Jun 07, 2011
  21. Apr 05, 2011
  22. Mar 24, 2011
  23. Jun 23, 2010
  24. May 31, 2010
  25. May 18, 2010
  26. May 14, 2010
  27. Oct 30, 2009
  28. Aug 03, 2009
  29. Aug 01, 2009
  30. Jul 23, 2009
  31. Jul 01, 2009
  32. Mar 12, 2009
  33. Feb 13, 2009
  34. Feb 12, 2009
  35. Jul 29, 2008
  36. Jun 25, 2008
  37. Jun 16, 2008