GIT: interfaceTracking: relocate library

This commit is contained in:
mattijs
2019-12-19 14:12:44 +00:00
committed by Andrew Heather
parent e5ede7e8c5
commit df5a056fd3
29 changed files with 31 additions and 16 deletions

View File

@ -7,8 +7,7 @@ EXE_INC = \
-I$(LIB_SRC)/transportModels \ -I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \ -I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \ -I$(LIB_SRC)/dynamicFvMesh/lnInclude
-I$(LIB_SRC)/dynamicFvMesh/interfaceTrackingFvMesh/lnInclude
EXE_LIBS = \ EXE_LIBS = \
-lfiniteVolume \ -lfiniteVolume \
@ -21,5 +20,4 @@ EXE_LIBS = \
-ldynamicMesh \ -ldynamicMesh \
-ldynamicFvMesh \ -ldynamicFvMesh \
-ltopoChangerFvMesh \ -ltopoChangerFvMesh \
-latmosphericModels \ -latmosphericModels
-linterfaceTrackingFvMesh

View File

@ -6,4 +6,4 @@ EXE_INC = \
EXE_LIBS = \ EXE_LIBS = \
-lfiniteArea \ -lfiniteArea \
-lfiniteVolume \ -lfiniteVolume \
-lmeshTools \ -lmeshTools

View File

@ -113,7 +113,7 @@ wmake $targetType optimisation/adjointOptimisation/adjoint
# interfaceTracking libs # interfaceTracking libs
wmake dynamicFvMesh/interfaceTrackingFvMesh dynamicFaMesh/Allwmake $targetType $*
# Needs access to Turbulence # Needs access to Turbulence

9
src/dynamicFaMesh/Allwmake Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/wmake/scripts/AllwmakeParseArguments
#------------------------------------------------------------------------------
wmake $targetType interfaceTrackingFvMesh
#------------------------------------------------------------------------------

View File

@ -5,8 +5,6 @@
\\ / A nd | www.openfoam.com \\ / A nd | www.openfoam.com
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2019 Zeljko Tukovic, FSB Zagreb. Copyright (C) 2019 Zeljko Tukovic, FSB Zagreb.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License

View File

@ -5,7 +5,6 @@
\\ / A nd | www.openfoam.com \\ / A nd | www.openfoam.com
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2019 Zeljko Tukovic, FSB Zagreb. Copyright (C) 2019 Zeljko Tukovic, FSB Zagreb.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License

View File

@ -15,9 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dynamicFvMesh interfaceTrackingFvMesh; motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
motionSolverLibs (fvMotionSolvers); dynamicFvMesh interfaceTrackingFvMesh;
motionSolver velocityLaplacian; motionSolver velocityLaplacian;

View File

@ -32,7 +32,7 @@ boundary
} }
frontAndBack frontAndBack
{ {
type patch; type empty;
ownerPolyPatch top; ownerPolyPatch top;
neighbourPolyPatch frontAndBack; neighbourPolyPatch frontAndBack;
} }

View File

@ -15,6 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Currently optional dependency for pimpleFoam
libs (interfaceTrackingFvMesh);
application pimpleFoam; application pimpleFoam;
startFrom startTime; startFrom startTime;

View File

@ -15,6 +15,8 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
dynamicFvMesh interfaceTrackingFvMesh; dynamicFvMesh interfaceTrackingFvMesh;
motionSolver velocityLaplacian; motionSolver velocityLaplacian;

View File

@ -5,7 +5,7 @@ EXE_INC = \
-I$(LIB_SRC)/fileFormats/lnInclude \ -I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicFvMesh/interfaceTrackingFvMesh/lnInclude \ -I$(LIB_SRC)/dynamicFaMesh/interfaceTrackingFvMesh/lnInclude \
EXE_LIBS = \ EXE_LIBS = \
-ldynamicFvMesh \ -ldynamicFvMesh \

View File

@ -15,6 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Currently optional dependency for pimpleFoam
libs (interfaceTrackingFvMesh);
application pimpleFoam; application pimpleFoam;
startFrom startTime; startFrom startTime;

View File

@ -15,9 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dynamicFvMesh interfaceTrackingFvMesh; motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
motionSolverLibs (fvMotionSolvers); dynamicFvMesh interfaceTrackingFvMesh;
motionSolver velocityLaplacian; motionSolver velocityLaplacian;

View File

@ -5,7 +5,7 @@ EXE_INC = \
-I$(LIB_SRC)/fileFormats/lnInclude \ -I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicFvMesh/interfaceTrackingFvMesh/lnInclude \ -I$(LIB_SRC)/dynamicFaMesh/interfaceTrackingFvMesh/lnInclude \
EXE_LIBS = \ EXE_LIBS = \
-ldynamicFvMesh \ -ldynamicFvMesh \

View File

@ -15,6 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Currently optional dependency for pimpleFoam
libs (interfaceTrackingFvMesh);
application pimpleFoam; application pimpleFoam;
startFrom startTime; startFrom startTime;