|
[Sponsors] |
"interpolationTable" problems with compilation: Difference from 1.7 and 2.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 5, 2011, 09:02 |
"interpolationTable" problems with compilation: Difference from 1.7 and 2.0
|
#1 |
Member
Alex
Join Date: Apr 2010
Posts: 48
Rep Power: 16 |
I am creating a new solver with the table uploads. While I was using the 1.7, I could use the tool interpolationTable without problems and the compilation was without errors, but with the version 2.0 it gives the following one:
xxx$wmake SOURCE=SimpleFoam.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -2.0.x/src/engine/lnInclude -I/cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/therlModels/basic/lnInclude -I/cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/thermopheModels/compressible/turbulenceModel -I/cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x.x/src/sampling/lnInclude -I/cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/finitelude -I/cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/OSspecific/POSIX/lnInclude createFields.H: In function âint main(int, char**)â: createFields.H:61:27: warning: unused variable âTâ /cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/finiteVolume/lnInclude/readTimeCon In file included from /cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/OpenFOAM/lnI from SimpleFoam.C:55: /cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/OpenFOAM/lnInclude/interpolationTa Type = double]â: createFields.H:2:58: instantiated from here /cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/OpenFOAM/lnInclude/interpolationTaReader()â /cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/OpenFOAM/lnInclude/openFoamTableRectionary&) [with Type = double] /cm/shared/apps/centFOAM/OpenFOAM/OpenFOAM-2.0.x/src/OpenFOAM/lnInclude/openFoamTableReopenFoamTableReader<double>&) make: *** [Make/linux64Gcc45DPOpt/SimpleFoam.o] Error 1 ----------------------------------------------------------- What is your opinion about it? regards, alex |
|
August 5, 2011, 15:45 |
|
#2 |
Member
Alex
Join Date: Jun 2010
Location: Planet Earth
Posts: 43
Rep Power: 16 |
I'm also having trouble running a code that worked in previous versions
Code:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam200/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigSegv::sigHandler(int) in "/opt/openfoam200/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 in "/lib/libc.so.6" #3 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&) in "/usr/lib/libstdc++.so.6" #4 in "/home/alexander/OpenFOAM/alexander-2.0.0/platforms/linux64GccDPOpt/bin/inletBC" #5 __libc_start_main in "/lib/libc.so.6" #6 in "/home/alexander/OpenFOAM/alexander-2.0.0/platforms/linux64GccDPOpt/bin/inletBC" Segmentation fault |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gambit 2.0 and 2.2 STAIRSTEP meshing difference | Paweł | FLUENT | 0 | October 15, 2006 11:34 |
MixSim 1.7 Tutorials | johnnyb | FLUENT | 0 | August 25, 2003 18:13 |