Library rename and compilation

This commit is contained in:
Hrvoje Jasak 2013-12-11 17:40:13 +00:00
parent af06811c2a
commit a195a0979e
8 changed files with 8 additions and 5 deletions

View file

@ -12,6 +12,7 @@ EXE_LIBS = \
-lerrorEstimation \
-lfiniteVolume \
-lfiniteArea \
-lfoam \
-ltetFiniteElement \
-ltetMotionSolver \
-lforces \
@ -30,7 +31,6 @@ EXE_LIBS = \
-lliquids \
-lmeshTools \
-lODE \
-lOpenFOAM \
-lpdf \
-lphaseModel \
-lradiation \

View file

@ -5,7 +5,6 @@ EXE_INC = \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
LIB_LIBS = \
-lOpenFOAM \
-lfiniteVolume \
-llagrangian \
$(PROJECT_LIBS)

View file

@ -6,7 +6,6 @@ EXE_INC = \
-I$(LIB_SRC)/finiteArea/lnInclude
LIB_LIBS = \
-lOpenFOAM \
-lfiniteVolume \
-llagrangian \
-lfiniteArea

View file

@ -9,5 +9,4 @@ EXE_INC = \
EXE_LIBS = \
-lspecie \
-lmeshTools \
-lOpenFOAM \
-lfiniteVolume

View file

@ -13,7 +13,7 @@ set -x
# update foam version strings if required
wmakePrintBuild -check || /bin/rm -f foam/Make/$WM_OPTIONS/global.? 2>/dev/null
penFOAM
wmakeLnInclude foam
wmakeLnInclude meshTools
wmakeLnInclude OSspecific/$WM_OSTYPE

View file

@ -21,6 +21,8 @@ License
You should have received a copy of the GNU General Public License
along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/
#include "backwardD2dt2Scheme.H"
#include "fvcDiv.H"
#include "fvMatrices.H"

View file

@ -21,6 +21,8 @@ License
You should have received a copy of the GNU General Public License
along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/
#include "constitutiveModel.H"
#include "volFields.H"
#include "fvc.H"

View file

@ -21,6 +21,8 @@ License
You should have received a copy of the GNU General Public License
along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/
inline Foam::scalar Foam::C3H6O::rho(scalar p, scalar T) const
{
return rho_.f(p, T);