mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: interfaceTracking: relocate library
This commit is contained in:
@ -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
|
|
||||||
|
|||||||
@ -6,4 +6,4 @@ EXE_INC = \
|
|||||||
EXE_LIBS = \
|
EXE_LIBS = \
|
||||||
-lfiniteArea \
|
-lfiniteArea \
|
||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lmeshTools \
|
-lmeshTools
|
||||||
|
|||||||
@ -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
9
src/dynamicFaMesh/Allwmake
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
cd "${0%/*}" || exit # Run from this directory
|
||||||
|
. ${WM_PROJECT_DIR:?}/wmake/scripts/AllwmakeParseArguments
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
wmake $targetType interfaceTrackingFvMesh
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
@ -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
|
||||||
@ -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
|
||||||
@ -15,9 +15,9 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dynamicFvMesh interfaceTrackingFvMesh;
|
motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
|
||||||
|
|
||||||
motionSolverLibs (fvMotionSolvers);
|
dynamicFvMesh interfaceTrackingFvMesh;
|
||||||
|
|
||||||
motionSolver velocityLaplacian;
|
motionSolver velocityLaplacian;
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@ boundary
|
|||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type patch;
|
type empty;
|
||||||
ownerPolyPatch top;
|
ownerPolyPatch top;
|
||||||
neighbourPolyPatch frontAndBack;
|
neighbourPolyPatch frontAndBack;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,6 +15,9 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
// Currently optional dependency for pimpleFoam
|
||||||
|
libs (interfaceTrackingFvMesh);
|
||||||
|
|
||||||
application pimpleFoam;
|
application pimpleFoam;
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|||||||
@ -15,6 +15,8 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
|
||||||
|
|
||||||
dynamicFvMesh interfaceTrackingFvMesh;
|
dynamicFvMesh interfaceTrackingFvMesh;
|
||||||
|
|
||||||
motionSolver velocityLaplacian;
|
motionSolver velocityLaplacian;
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
@ -15,6 +15,9 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
// Currently optional dependency for pimpleFoam
|
||||||
|
libs (interfaceTrackingFvMesh);
|
||||||
|
|
||||||
application pimpleFoam;
|
application pimpleFoam;
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|||||||
@ -15,9 +15,9 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dynamicFvMesh interfaceTrackingFvMesh;
|
motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
|
||||||
|
|
||||||
motionSolverLibs (fvMotionSolvers);
|
dynamicFvMesh interfaceTrackingFvMesh;
|
||||||
|
|
||||||
motionSolver velocityLaplacian;
|
motionSolver velocityLaplacian;
|
||||||
|
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
@ -15,6 +15,9 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
// Currently optional dependency for pimpleFoam
|
||||||
|
libs (interfaceTrackingFvMesh);
|
||||||
|
|
||||||
application pimpleFoam;
|
application pimpleFoam;
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user