Skip to content
Snippets Groups Projects
  1. Apr 27, 2016
    • Henry Weller's avatar
      GeometricField: Rationalized and simplified access to the dimensioned internal field · 4a57b9be
      Henry Weller authored
      Given that the type of the dimensioned internal field is encapsulated in
      the GeometricField class the name need not include "Field"; the type
      name is "Internal" so
      
      volScalarField::DimensionedInternalField -> volScalarField::Internal
      
      In addition to the ".dimensionedInternalField()" access function the
      simpler "()" de-reference operator is also provided to greatly simplify
      FV equation source term expressions which need not evaluate boundary
      conditions.  To demonstrate this kEpsilon.C has been updated to use
      dimensioned internal field expressions in the k and epsilon equation
      source terms.
      4a57b9be
  2. Mar 30, 2016
  3. Mar 22, 2016
  4. Mar 09, 2016
    • Henry Weller's avatar
      etc/cshrc, etc/config.csh: foamCompiler -> WM_COMPILER_TYPE · c28a0c0d
      Henry Weller authored
      for consistency with etc/bashrc and etc/config.sh
      
      See commit 4409a0ea
      c28a0c0d
    • Henry Weller's avatar
      etc/bashrc, etc/config.sh: Updates provided by Bruno Santos: · 4409a0ea
      Henry Weller authored
       1. "foamCompiler" was changed to a more permanent "WM_COMPILER_TYPE"
          environment variable, so that it can be used by 3rd party
          installation scripts, such as "makeGcc", "makeLLVM" and so on. More
          on this will be provided in issue #1215.
      
       2. The script functions such as "_foamSource()" and "_foamAddPath()"
          were moved to a new file "etc/config.sh/functions". It has the
          ability to set or unset, depending on whether "WM_BASH_FUNCTIONS" is
          defined or not. This allows for these functions to be reused by
          other scripts, such as "makeGcc".
      
       3. The script "etc/config.sh/CGAL" relies on whether a local
          environment variable "SOURCE_CGAL_VERSIONS_ONLY" is defined or not,
          so that it will load only the version settings if it's defined. This
          is to make it easier to call this script from "makeCGAL". Although
          it still feels a bit of a clunky hack, but I didn't manage to deduce
          any other way we could do this :( I d...
      4409a0ea
  5. Mar 01, 2016
  6. Feb 29, 2016
  7. Feb 26, 2016
  8. Feb 16, 2016
  9. Feb 15, 2016
  10. Feb 12, 2016
  11. Feb 10, 2016
  12. Feb 09, 2016
  13. Feb 08, 2016
    • Henry Weller's avatar
      Rename DataEntry -> Function1 · 968c888f
      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.
      968c888f
  14. Feb 07, 2016
  15. Jan 23, 2016
  16. Jan 18, 2016
  17. Jan 10, 2016
  18. Dec 07, 2015
  19. Dec 04, 2015
  20. Nov 21, 2015
  21. Nov 17, 2015
  22. Nov 15, 2015
  23. Nov 13, 2015