openfoam/tutorials
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
..
basic TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
combustion TUT: counterFlowFlame2D: add BilgerMixtureFraction FO 2020-12-15 08:55:13 +00:00
compressible TUT: Alltest: minor corrections (#1956) 2020-12-11 14:33:04 +00:00
discreteMethods REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
DNS/dnsFoam/boxTurb16 REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
electromagnetics TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
financial/financialFoam/europeanCall REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
finiteArea TUT: Alltest: minor corrections (#1956) 2020-12-11 14:33:04 +00:00
heatTransfer ENH: Derivative of B in thermo.H (dKcdTbyKc) calculated from S and G instead of dGdT 2020-12-10 13:40:13 +00:00
incompressible BUG: volFieldValue FO: parallel/empty output (#1853 #1849) 2020-12-16 17:09:06 +00:00
IO TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
lagrangian TUT: Alltest: minor corrections (#1956) 2020-12-11 14:33:04 +00:00
mesh ENH: add treatment for PDRblockMesh outer region expansions (#1906) 2020-12-11 20:24:25 +00:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase ENH: adding non-uniform rho to incompressible two-phase turbulent models 2020-12-16 17:57:45 +00:00
preProcessing ENH: add treatment for PDRblockMesh outer region expansions (#1906) 2020-12-11 20:24:25 +00:00
resources TUT: relocate flange.ans -> tutorials/resources/geometry 2020-06-19 10:09:09 +02:00
stressAnalysis TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
verificationAndValidation TUT: Alltest: minor corrections (#1956) 2020-12-11 14:33:04 +00:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Alltest STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
AutoTest CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00