|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Pascal Doran
Join Date: Jun 2009
Location: Montreal
Posts: 61
Rep Power: 5 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 249
Rep Power: 8 ![]() |
Hello Pascal,
you may try it this way: scalar logTest = Foam::log(scalar(42)); Martin |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 04:43 |
| Incoherent problem table in hollow-fiber spinning | Gianni | FLUENT | 0 | April 5, 2008 10:33 |
| natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 06:29 |
| Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 19:13 |
| problem with using colocated code | Jack | Main CFD Forum | 0 | December 15, 2002 00:15 |