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:
@ -15,9 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dynamicFvMesh interfaceTrackingFvMesh;
|
||||
motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
|
||||
|
||||
motionSolverLibs (fvMotionSolvers);
|
||||
dynamicFvMesh interfaceTrackingFvMesh;
|
||||
|
||||
motionSolver velocityLaplacian;
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ boundary
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type patch;
|
||||
type empty;
|
||||
ownerPolyPatch top;
|
||||
neighbourPolyPatch frontAndBack;
|
||||
}
|
||||
|
||||
@ -15,6 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Currently optional dependency for pimpleFoam
|
||||
libs (interfaceTrackingFvMesh);
|
||||
|
||||
application pimpleFoam;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
@ -15,6 +15,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
|
||||
|
||||
dynamicFvMesh interfaceTrackingFvMesh;
|
||||
|
||||
motionSolver velocityLaplacian;
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -15,6 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Currently optional dependency for pimpleFoam
|
||||
libs (interfaceTrackingFvMesh);
|
||||
|
||||
application pimpleFoam;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
@ -15,9 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dynamicFvMesh interfaceTrackingFvMesh;
|
||||
motionSolverLibs (fvMotionSolvers interfaceTrackingFvMesh);
|
||||
|
||||
motionSolverLibs (fvMotionSolvers);
|
||||
dynamicFvMesh interfaceTrackingFvMesh;
|
||||
|
||||
motionSolver velocityLaplacian;
|
||||
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -15,6 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Currently optional dependency for pimpleFoam
|
||||
libs (interfaceTrackingFvMesh);
|
||||
|
||||
application pimpleFoam;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
Reference in New Issue
Block a user