From 28080c0d43346d79c769fb972b827436b7f4abd7 Mon Sep 17 00:00:00 2001 From: sergio <s.ferraris@opencfd.co.uk> Date: Fri, 11 Feb 2011 18:46:20 +0000 Subject: [PATCH] ENH: files trimming --- .../solvers/heatTransfer/chtMultiRegionFoam/Allwclean | 2 +- .../solvers/heatTransfer/chtMultiRegionFoam/Allwmake | 2 +- .../preProcessing/faceAgglomerate/Make/options | 11 +++++++++++ src/thermophysicalModels/radiationModels/Make/files | 1 + src/thermophysicalModels/radiationModels/Make/options | 3 ++- 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 applications/utilities/preProcessing/faceAgglomerate/Make/options diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean index 1a1d74eb619..a4096c3fbef 100755 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean @@ -2,7 +2,7 @@ cd ${0%/*} || exit 1 # run from this directory set -x -wclean libso coupledDerivedFvPatch +wclean libso coupledDerivedFvPatchFields wclean wclean chtMultiRegionSimpleFoam diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake index fa679a5ab3c..be40e0c4f4b 100755 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake @@ -2,7 +2,7 @@ cd ${0%/*} || exit 1 # run from this directory set -x -wmake libso coupledDerivedFvPatch +wmake libso coupledDerivedFvPatchFields wmake wmake chtMultiRegionSimpleFoam diff --git a/applications/utilities/preProcessing/faceAgglomerate/Make/options b/applications/utilities/preProcessing/faceAgglomerate/Make/options new file mode 100644 index 00000000000..c2b07c70247 --- /dev/null +++ b/applications/utilities/preProcessing/faceAgglomerate/Make/options @@ -0,0 +1,11 @@ +EXE_INC = \ + -I$(LIB_SRC)/finiteVolume/lnInclude \ + -I$(LIB_SRC)/OpenFOAM/lnInclude \ + -I$(LIB_SRC)/fvAgglomerationMethods/pairPatchAgglomeration/lnInclude + +EXE_LIBS = \ + -lOpenFOAM \ + -lfiniteVolume \ + -lpairPatchAgglomeration \ + -ltriSurface \ + -lmeshTools diff --git a/src/thermophysicalModels/radiationModels/Make/files b/src/thermophysicalModels/radiationModels/Make/files index c86d8aa8d32..97e3d5a08a4 100644 --- a/src/thermophysicalModels/radiationModels/Make/files +++ b/src/thermophysicalModels/radiationModels/Make/files @@ -34,3 +34,4 @@ derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C derivedFvPatchFields/greyDiffusiveViewFactor/greyDiffusiveViewFactorFixedValueFvPatchScalarField.C LIB = $(FOAM_LIBBIN)/libradiationModels + diff --git a/src/thermophysicalModels/radiationModels/Make/options b/src/thermophysicalModels/radiationModels/Make/options index bb30507c4a2..91f332c71f8 100644 --- a/src/thermophysicalModels/radiationModels/Make/options +++ b/src/thermophysicalModels/radiationModels/Make/options @@ -10,4 +10,5 @@ LIB_LIBS = \ -lbasicThermophysicalModels \ -lspecie \ -lbasicSolidThermo \ - -lmeshTools \ No newline at end of file + -lmeshTools + -- GitLab