openfoam/applications/solvers
Sergio Ferraris 3db12bbdef ENH: adding non-uniform rho to incompressible two-phase turbulent models
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.
2020-12-16 17:57:45 +00:00
..
acoustic/acousticFoam ENH: New vibro-acoustic model suite 2020-12-10 13:36:12 +00:00
basic ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
combustion STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
compressible ENH: centralize more libraries in src/phaseSystemModels 2020-08-05 18:56:22 +01:00
discreteMethods GIT: Header file updates 2019-10-31 14:48:44 +00:00
DNS ENH: centralize more libraries in src/phaseSystemModels 2020-08-05 18:56:22 +01:00
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
electromagnetics ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
financial GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
heatTransfer COMP: resolved some compiler warnings 2020-12-14 10:35:42 +00:00
incompressible STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
lagrangian ENH: adding non-uniform rho to incompressible two-phase turbulent models 2020-12-16 17:57:45 +00:00
multiphase ENH: adding non-uniform rho to incompressible two-phase turbulent models 2020-12-16 17:57:45 +00:00
stressAnalysis ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00