Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
  2. Nov 13, 2019
  3. Nov 06, 2019
  4. Jun 07, 2019
    • Sergio Ferraris's avatar
      INT: Org integration of VOF, Euler phase solvers and models. · 8170f2ad
      Sergio Ferraris authored
      Integration of VOF MULES new interfaces. Update of VOF solvers and all instances
      of MULES in the code.
      Integration of reactingTwoPhaseEuler and reactingMultiphaseEuler solvers and sub-models
      Updating reactingEuler tutorials accordingly (most of them tested)
      
      New eRefConst thermo used in tutorials. Some modifications at thermo specie level
      affecting mostly eThermo. hThermo mostly unaffected
      
      New chtMultiRegionTwoPhaseEulerFoam solver for quenching and tutorial.
      
      Phases sub-models for reactingTwoPhaseEuler and reactingMultiphaseEuler were moved
      to src/phaseSystemModels/reactingEulerFoam in order to be used by BC for
      chtMultiRegionTwoPhaseEulerFoam.
      
      Update of interCondensatingEvaporatingFoam solver.
      8170f2ad
  5. Apr 24, 2018
    • Mark OLESEN's avatar
      ENH: improve handling of ThirdParty packages · b4d38ab4
      Mark OLESEN authored
      - generalize some of the library extensions (.so vs .dylib).
        Provide as wmake 'sysFunctions'
      
      - added note about unsupported/incomplete system support
      
      - centralize detection of ThirdParty packages into wmake/ subdirectory
        by providing a series of scripts in the spirit of GNU autoconfig.
        For example,
      
            have_boost, have_readline, have_scotch, ...
      
        Each of the `have_<package>` scripts will generally provide the
        following type of functions:
      
            have_<package>          # detection
            no_<package>            # reset
            echo_<package>          # echoing
      
        and the following type of variables:
      
            HAVE_<package>          # unset or 'true'
            <package>_ARCH_PATH     # root for <package>
            <package>_INC_DIR       # include directory for <package>
            <package>_LIB_DIR       # library directory for <package>
      
        This simplifies the calling scripts:
      
            if have_metis
            then
                wmake metisDecomp
            fi
      
        As well as reducing clutter in the corresponding Make/options:
      
            EXE_INC = \
                -I$(METIS_INC_DIR) \
                -I../decompositionMethods/lnInclude
      
            LIB_LIBS = \
                -L$(METIS_LIB_DIR) -lmetis
      
        Any additional modifications (platform-specific or for an external build
        system) can now be made centrally.
      b4d38ab4
  6. Nov 13, 2016
  7. Jun 24, 2016
  8. Apr 04, 2016
  9. Feb 15, 2016
  10. Aug 26, 2015
  11. Dec 14, 2014
  12. Oct 04, 2013
  13. Apr 10, 2012
  14. Nov 18, 2011
    • laurence's avatar
      ENH: Merge cvMesh functionality into cv2DMesh · 075e47ea
      laurence authored
      - Added conformationSurface and searchableSurface classes in place
        of querySurface.
      - Added cellSizeControl class.
      - Change cvMesh argument of relaxation model constructor to Time.
      - Add writePrecision option to surfaceConvert.
      - Add onLine function to surfaceFeatureExtract.
      - Remove querySurface.
      - Move createShellMesh and extrude2DMesh to their own libraries.
      - Replace controls and tolerances with a cv2DControls object.
      - Add patchToPoly2DMesh class to extrude2DMesh.
      075e47ea
  15. Mar 17, 2011
  16. May 25, 2010
  17. Dec 04, 2009
  18. Sep 19, 2008
  19. Apr 15, 2008