mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Avoiding double entry in runTime table TurbulenceModel
multiphaseReactingTurbulenceModels and twoPhaseReactingTurbulenceModels add models to the same table TurbulenceModel. These two libs were removed from libreactingPhaseSystem which created the conflict. The multiphaseReactingTurbulenceModels was added to reactingMultiPhaseEulerFoam solver and twoPhaseReactingTurbulenceModels to twoPhaseReactingEulerFoam solver The FO heatTransferCoeffs for libfieldFunctionObjects needs twoPhaseReactingTurbulenceModels. These change avoids linking conflict from multiphaseReactingTurbulenceModels and twoPhaseReactingTurbulenceModels being linked in the same lib.
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd "${0%/*}" || exit # Run from this directory
|
cd "${0%/*}" || exit # Run from this directory
|
||||||
|
|
||||||
wclean libso multiphaseSystem
|
|
||||||
wclean libso multiphaseCompressibleTurbulenceModels
|
|
||||||
wclean
|
wclean
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -39,4 +39,5 @@ LIB_LIBS = \
|
|||||||
-lchemistryModel \
|
-lchemistryModel \
|
||||||
-lreactionThermophysicalModels \
|
-lreactionThermophysicalModels \
|
||||||
-lpairPatchAgglomeration \
|
-lpairPatchAgglomeration \
|
||||||
-lreactingPhaseSystem
|
-lreactingPhaseSystem \
|
||||||
|
-ltwoPhaseReactingTurbulenceModels
|
||||||
|
|||||||
@ -27,6 +27,5 @@ LIB_LIBS = \
|
|||||||
-lcombustionModels \
|
-lcombustionModels \
|
||||||
-lreactingEulerianInterfacialCompositionModels \
|
-lreactingEulerianInterfacialCompositionModels \
|
||||||
-lreactingEulerianInterfacialModels \
|
-lreactingEulerianInterfacialModels \
|
||||||
-lreactingEulerianFvPatchFields \
|
-lreactingEulerianFvPatchFields
|
||||||
-lmultiphaseReactingTurbulenceModels \
|
|
||||||
-ltwoPhaseReactingTurbulenceModels
|
|
||||||
|
|||||||
Reference in New Issue
Block a user