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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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