openfoam/applications/solvers/multiphase/twoPhaseEulerFoam
Mark Olesen 915c0785ae ENH: avoid phaseSystem cyclic dependencies, reduce number of libraries
Reduce the number of phaseSystems libraries:

- phaseSystems previously had a number of smaller libraries to provide
  interface and model properties, etc. This potential flexibility was
  never actually used anywhere, but causes cyclic dependencies between
  phaseSystem and the models (and turbulence) that causes extreme
  difficulty for mingw linking (issue #1238).

- libincompressibleMultiphaseSystems
  - removed: libmassTransferModels

- libmultiphaseSystem
  - removed: libcompressibleMultiphaseEulerianInterfacialModels

- libreactingMultiphaseSystem
  - removed: libreactingPhaseSystem
  - removed: libreactingEulerianFvPatchFields
  - removed: libreactingEulerianInterfacialCompositionModels
  - removed: libreactingEulerianInterfacialModels
  - removed: libmultiphaseReactingTurbulenceModels

- libreactingTwoPhaseSystem
  - removed: libreactingPhaseSystem
  - removed: libreactingEulerianFvPatchFields
  - removed: libreactingEulerianInterfacialCompositionModels
  - removed: libreactingEulerianInterfacialModels

Avoid duplicate symbol for phaseCompressibleTurbulenceModels

  Common turbulence models are defined in libreactingMultiphaseSystem,
  and libmultiphaseReactingTurbulenceModels is now redundant.

  The libtwoPhaseReactingTurbulenceModels extends the common models
  for reactingTwoPhaseSystem.
2020-08-05 18:56:23 +01:00
..
Make ENH: avoid phaseSystem cyclic dependencies, reduce number of libraries 2020-08-05 18:56:23 +01:00
pU ENH: add guarded lookup for dimensionedSet 2019-01-02 16:53:41 +01:00
pUf ENH: add guarded lookup for dimensionedSet 2019-01-02 16:53:41 +01:00
contErrs.H twoPhaseEulerFoam: Correct continuity errors after temperature update 2015-04-11 11:00:28 +01:00
correctContErrs.H twoPhaseEulerFoam: Correct continuity errors after temperature update 2015-04-11 11:00:28 +01:00
CourantNos.H GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
createFieldRefs.H applications/solvers/multiphase: Added -postProcess option 2016-05-08 20:57:08 +01:00
createFields.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
createMRF.H MRF: Separate MRF from fvOptions 2015-05-29 23:35:43 +01:00
EEqns.H limitTemperature: added support for multiphase solvers 2017-09-04 16:52:03 +01:00
twoPhaseEulerFoam.C ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
write.H Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00