Skip to content
Snippets Groups Projects
  1. Feb 21, 2016
  2. Feb 20, 2016
    • Henry Weller's avatar
      Boundary conditions: Added extrapolatedCalculatedFvPatchField · 7d192447
      Henry Weller authored
      To be used instead of zeroGradientFvPatchField for temporary fields for
      which zero-gradient extrapolation is use to evaluate the boundary field
      but avoiding fields derived from temporary field using field algebra
      inheriting the zeroGradient boundary condition by the reuse of the
      temporary field storage.
      
      zeroGradientFvPatchField should not be used as the default patch field
      for any temporary fields and should be avoided for non-temporary fields
      except where it is clearly appropriate;
      extrapolatedCalculatedFvPatchField and calculatedFvPatchField are
      generally more suitable defaults depending on the manner in which the
      boundary values are specified or evaluated.
      
      The entire OpenFOAM-dev code-base has been updated following the above
      recommendations.
      
      Henry G. Weller
      CFD Direct
      7d192447
  3. Feb 15, 2016
  4. Feb 10, 2016
  5. Feb 08, 2016
    • Henry Weller's avatar
      Rename DataEntry -> Function1 · 0b464392
      Henry Weller authored
      Function1 is an abstract base-class of run-time selectable unary
      functions which may be composed of other Function1's allowing the user
      to specify complex functions of a single scalar variable, e.g. time.
      The implementations need not be a simple or continuous functions;
      interpolated tables and polynomials are also supported.  In fact form of
      mapping between a single scalar input and a single primitive type output
      is supportable.
      
      The primary application of Function1 is in time-varying boundary
      conditions, it also used for other functions of time, e.g. injected mass
      is spray simulations but is not limited to functions of time.
      0b464392
    • Henry Weller's avatar
      Added support for ParaView-5.0.0 · cfb48464
      Henry Weller authored
      PV4FoamReaders: Updated to build with ParaView-5.0.0
      paraFoam: Updated to load PV4FoamReaders for ParaView-5.0.0
      
      Currently this is experimental but if it becomes clear that ParaView-4
      and ParaView-5 are and will remain consistent with respect to readers
      the plan is to rename
      
      PV4 -> PV
      
      or
      
      PV4 -> PV45 if it is assumed that PV6 may need to be different.
      cfb48464
  6. Feb 07, 2016
  7. Feb 03, 2016
  8. Feb 02, 2016
  9. Jan 19, 2016
  10. Jan 18, 2016
  11. Jan 17, 2016
  12. Jan 10, 2016
  13. Jan 09, 2016
  14. Dec 03, 2015
  15. Dec 02, 2015
  16. Dec 01, 2015
  17. Nov 29, 2015
  18. Nov 25, 2015
  19. Nov 20, 2015
  20. Nov 18, 2015
  21. Nov 13, 2015
    • Henry Weller's avatar
      createTurbulenceFields: Specification of turbulence fields now command-line option · c18fd1d3
      Henry Weller authored
      Usage: createTurbulenceFields [OPTIONS]
      options:
        -case <dir>       specify alternate case directory, default is the cwd
        -constant         include the 'constant/' dir in the times list
        -fields <wordReList>
                          specify which turbulence fields (k, epsilon, omega, R) to
                          write - eg '(k omega)' or '(R)' or '(.*)'.
        -latestTime       select the latest time
        -newTimes         select the new times
        -noFunctionObjects
                          do not execute functionObjects
        -noZero           exclude the '0/' dir from the times list, has precedence
                          over the -withZero option
        -parallel         run in parallel
        -roots <(dir1 .. dirN)>
                          slave root directories for distributed running
        -time <ranges>    comma-separated time ranges - eg, ':10,20,40:70,1000:'
        -srcDoc           display source code in browser
        -doc              display application documentation in browser
        -help             print the usage
      
      Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1912
      c18fd1d3
  22. Nov 10, 2015
  23. Nov 01, 2015
  24. Oct 31, 2015
  25. Oct 30, 2015
  26. Oct 29, 2015
  27. Oct 27, 2015
  28. Oct 23, 2015
  29. Oct 21, 2015