|
[Sponsors] |
June 17, 2010, 21:41 |
Problem with log(scalar) operator
|
#1 |
Member
Pascal
Join Date: Jun 2009
Location: Montreal
Posts: 65
Rep Power: 17 |
Hi all,
I try to use the log(scalar) operation in pre processing utility but I have the following error message: Code:
~/OpenFOAM/ag74290-1.6.x/applications/utilities/preProcessing/vit_cond_init_4t_rand$ wmake SOURCE=vit_cond_init_4t_rand.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-40 -I/home/ag74290/OpenFOAM/OpenFOAM-1.6.x/src/finiteVolume/lnInclude -IlnInclude -I. -I/home/ag74290/OpenFOAM/OpenFOAM-1.6.x/src/OpenFOAM/lnInclude -I/home/ag74290/OpenFOAM/OpenFOAM-1.6.x/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/vit_cond_init_4t_rand.o vit_cond_init_4t_rand.C: In function ‘int main(int, char**)’: vit_cond_init_4t_rand.C:108: error: call of overloaded ‘log(Foam::scalar&)’ is ambiguous /usr/include/bits/mathcalls.h:110: note: candidates are: double log(double) /home/ag74290/OpenFOAM/OpenFOAM-1.6.x/src/OpenFOAM/lnInclude/dimensionedScalar.H:74: note: Foam::dimensionedScalar Foam::log(const Foam::dimensionedScalar&) /home/ag74290/OpenFOAM/OpenFOAM-1.6.x/src/OpenFOAM/lnInclude/Scalar.H:236: note: Foam::doubleScalar Foam::log(Foam::doubleScalar) /home/ag74290/OpenFOAM/OpenFOAM-1.6.x/src/OpenFOAM/lnInclude/Scalar.H:236: note: Foam::floatScalar Foam::log(Foam::floatScalar) make: *** [Make/linux64GccDPOpt/vit_cond_init_4t_rand.o] Error 1 Any advice? Pascal |
|
June 18, 2010, 02:01 |
|
#2 |
Senior Member
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 22 |
Hello Pascal,
you may try it this way: scalar logTest = Foam::log(scalar(42)); Martin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Incoherent problem table in hollow-fiber spinning | Gianni | FLUENT | 0 | April 5, 2008 11:33 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
problem with using colocated code | Jack | Main CFD Forum | 0 | December 15, 2002 01:15 |