openfoam/applications/solvers/heatTransfer
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
..
buoyantBoussinesqPimpleFoam COMP: use -iquotedir for including the local '.' directory 2020-05-06 13:06:40 +02:00
buoyantBoussinesqSimpleFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
buoyantPimpleFoam GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
buoyantSimpleFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
chtMultiRegionFoam ENH: avoid phaseSystem cyclic dependencies, reduce number of libraries 2020-08-05 18:56:23 +01:00
thermoFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
heatTransferSolversDoc.H GIT: Header file updates 2019-10-31 14:48:44 +00:00