Skip to content
Snippets Groups Projects

Feature var rho turb vof

Merged Sergio Ferraris requested to merge feature-varRhoTurbVOF into develop
  1. Dec 16, 2020
    • sergio's avatar
      STY: Update header · 63c5d9ff
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      63c5d9ff
    • sergio's avatar
      ENH: Adding to isoInterFoam variable rho turbulence. · 1ca7d567
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      Updating headers and tutorial update for interFoam damBreak.
      1ca7d567
    • sergio's avatar
      ENH: adding non-uniform rho to incompressible two-phase turbulent models · ffffcdbf
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      1) PhaseIncompressibleTurbulenceModel class was changed to use
         uniform alpha and non-uniform rho templates. This fits the need
         of incompressible two phase turbulence models.
      
      2) A new type DPMIncompressibleTurbulenceModel was created for
         non-uniform alpha and uniform rho. It is  used in single phase flows
         in DPM solvers where alpha represents the volumen occupancy.
      
      3) A new type incompressibleRhoTurbulenceModel  was created where
         non-uniform rho is allowed.
      
      4) A new base templated turbulent class for two-phase VOF named
         VoFphaseTurbulentTransportModel was implemented which is created
         templating on PhaseIncompressibleTurbulenceModel and
         incompressibleRhoTurbulenceModel
      
      5) In order to make the chnage to rho based VOF turbulence a help
         class was added incompressibleInterPhaseTransportModel templated
         on the mixing.
      ffffcdbf