Skip to content
Snippets Groups Projects
  1. Oct 05, 2020
    • Mark OLESEN's avatar
      ENH: support arc edge specification with origin point · 1d08ed9b
      Mark OLESEN authored
      - The arc will frequently enclose an angle less than 180 degrees.
        For the case, it is possible to define the arc by its endpoints
        and its centre (origin) point. For example,
      
            arc 0 1 origin (0 0 0);
      
        When defined in the way, any discrepancy in the arc radius for the
        endpoints is resolved by adjusting the origin to ensure that the
        average radius is satisfied.
      
        It is also possible to specify a \em flatness factor as a multiplier
        of the radius. For example,
      
            arc 0 1 origin 1.1 (0 0 0);
      
      ENH: minor code cleanup for block edges
      
      ENH: expose point appending as polyList::concat
      1d08ed9b
    • Mark OLESEN's avatar
      ENH: relocate blockMesh polyMesh generation into library (for code reuse) · 8939a556
      Mark OLESEN authored
      STYLE: adjust blockMesh advanced/non-advanced options
      
      - make -merge-points "non-advanced" (for better exposure)
      - make -write-obj "advanced" (-write-vtk is preferred)
      8939a556
  2. Oct 02, 2020
  3. Oct 01, 2020
  4. Sep 29, 2020
  5. Sep 28, 2020
  6. Sep 25, 2020
  7. Sep 24, 2020
  8. Sep 23, 2020
  9. Sep 22, 2020
    • Andrew Heather's avatar
      Merge branch 'lagragianEvaporation' into 'develop' · 49ae975b
      Andrew Heather authored
      New Evap-Cond Lagrangian model  (FuchsKnudsen)  for solution (liquid + solid) droplets
      
      See merge request !377
      49ae975b
    • sergio's avatar
      STY: Headers and code style · 274bb074
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      274bb074
    • sergio's avatar
      ENH: Adding evaporation-condensation lagragian model for solution · 11d17fec
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      1) Adding LiquidEvapFuchsKnudsen model for lagrangian evaporation.
         This models is based on a diffusion type of evaporation/
         condensation on particles composed of solution (liquid + solid).
      
      2) Adding modes of calculating the particle rho and volume change.
         The new keyword in constantProperties is 'volumeUpdateMethod'
         which three options:
              a) constantRho
              b) constantVolume
              c) updateRhoAndVol
      
         The old keyword 'constantVolume' true/face is still valid
      
      3) The entry rho0 is now optional for multicomponent parcels.
         If defined , it is used, but if it is not the actual mixture
         provided is used to calculate rho0 of the particle.
         T0 is still used as initial T and Cp0 is over-written in the
         multicomponent cloud but still required.
      
      4) Adding tutorial for evaporation/condensation model
      11d17fec
  10. Sep 16, 2020