Skip to content
Snippets Groups Projects
  1. Aug 04, 2016
  2. Aug 02, 2016
    • Henry Weller's avatar
      surfaceFilmModels::BrunDrippingInjection: New dripping model based on the... · 449a4e73
      Henry Weller authored
      surfaceFilmModels::BrunDrippingInjection: New dripping model based on the Rayleigh-Taylor stability analysis
      of film flow on an inclined plane by Brun et.al.
      
          Brun, P. T., Damiano, A., Rieu, P., Balestra, G., & Gallaire, F. (2015).
          Rayleigh-Taylor instability under an inclined plane.
          Physics of Fluids (1994-present), 27(8), 084107.
      449a4e73
  3. Dec 09, 2013
  4. Aug 14, 2011
  5. May 11, 2011
  6. Apr 08, 2011
  7. Jan 26, 2011
  8. Jan 19, 2011
  9. Jan 07, 2011
  10. Jan 05, 2011
  11. Oct 20, 2010
  12. Sep 17, 2010
  13. Sep 07, 2010
  14. Apr 08, 2010
    • andy's avatar
      ENH: Initial commit of surface film modelling functionality · 00015a74
      andy authored
      - film approximated as single layer mesh, generated using
        extrudeToRegionMesh utility
      
      - library implemented in a hierarchy similar to lagrangian/intermediate:
        - currently includes kinematic and thermodynamic variants
      
      - sub-models include:
        - film detachment/dripping
        - phase change (place holder only)
      
      - works in parallel
      
      - currently in beta status
      00015a74
  15. Mar 29, 2010
  16. Feb 08, 2010
  17. Feb 07, 2010
    • Mark Olesen's avatar
      ENH: Add functionEntry '#calc' to dictionary · 00616b72
      Mark Olesen authored
      - handles basic operations, references to other dictionary entries
        (with '$name' syntax) and assorted mathematical functions:
      
            pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log,
            log10, mag, atan2, pow
      
      The basic syntax: #calc{ ... };
      
      NOTE the trailing ';' is required for the primitiveEntry to be
      properly defined.
      00616b72
  18. Jan 02, 2010
  19. Dec 16, 2009
  20. Sep 22, 2009
  21. Dec 31, 2008
  22. Jun 25, 2008
  23. Jun 13, 2008
    • Mark Olesen's avatar
      dictionary functionEntries cleanup · 1e8d4b2a
      Mark Olesen authored
        * added '#remove' function
        * changed insert() method name to more general execute()
        * using #inputMode or #remove within a primitiveEntry now provokes an error
        * adjusted the dictionaryTest accordingly
      1e8d4b2a
  24. Apr 15, 2008