|
[Sponsors] |
July 12, 2019, 16:44 |
Sig Turbomachinary compilation error
|
#1 |
New Member
Milan
Join Date: Jan 2017
Location: Nepal
Posts: 8
Rep Power: 9 |
I have got problem during compilation in OpenFOAM 2.0 dev by executing command ./Allwmake in openfoam-extend-Breeder2.0-OSIG-TurboMachinery-master/src
But I got long list of error. which is something like this: Code:
profile1DfixedValueFvPatchField.C:148:34: error: no matching function (blah blah) /opt/openfoam-dev/src/OpenFOAM/lnInclude/Field.C:184:1: note: candidate expects 3 arguments, 2 provided /opt/openfoam-dev/src/OpenFOAM/lnInclude/Field.C:177:1: note: candidate: Foam::Field<Type>::Field(Foam::Istream&) [with Type = Foam::Vector<double>] Foam::Field<Type>::Field(Istream& is) ^ /opt/openfoam-dev/src/OpenFOAM/lnInclude/Field.C:177:1: note: candidate expects 1 argument, 2 provided /opt/openfoam-dev/src/OpenFOAM/lnInclude/Field.C:163:1: note: candidate: Foam::Field<Type>::Field(const Foam::tmp<Foam::Field<Type> >&, const labelListList&, const scalarListList&) [with Type = Foam::Vector<double>; Foam::labelListList = Foam::List<Foam::List<int> >; Foam::scalarListList = Foam::List<Foam::List<double> >] Foam::Field<Type>::Field finiteVolume/fields/fvPatchFields/derived/profile1DfixedValue/profile1DfixedValueFvPatchField.C: In instantiation of ‘void Foam::profile1DfixedValueFvPatchField<Type>::autoMap(const Foam::fvPatchFieldMapper&) [with Type = Foam::SymmTensor<double>]’: finiteVolume/fields/fvPatchFields/derived/profile1DfixedValue/profile1DfixedValueFvPatchFields.C:51:1: required from here finiteVolume/fields/fvPatchFields/derived/profile1DfixedValue/profile1DfixedValueFvPatchField.C:390:25: error: ‘autoMap’ is not a member of ‘Foam::Field<Foam::SymmTensor<double> >’ Field<Type>::autoMap(m); ^ finiteVolume/fields/fvPatchFields/derived/profile1DfixedValue/profile1DfixedValueFvPatchField.C:391:5: error: ‘class Foam::Field<Foam::SymmTensor<double> >’ has no member named ‘autoMap’ profile1DValue_.autoMap(m); ------------------------------------------------------------------------ Configuration: Source code location: . Compiler CC: gcc Compiler CC flags: -g -O2 Compiler CXX: g++ Compiler CXX flags: -g -O2 Host System Type: x86_64-unknown-linux-gnu Install path: /home/linux/Downloads/openfoam-extend-Breeder2.0-OSIG-TurboMachinery-master/src/libcgnsoo_3.0/platforms/linux64GccDPInt32Opt CGNSLIB_HOME path: /home/linux/Downloads/openfoam-extend-Breeder2.0-OSIG-TurboMachinery-master/src/cgnslib_2.5/platforms/linux64GccDPInt32Opt See config.h for further configuration information. ------------------------------------------------------------------------ + make cd . && aclocal -I config /bin/bash: aclocal: command not found Makefile:231: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 127 + make install cd . && aclocal -I config /bin/bash: aclocal: command not found make: *** [aclocal.m4] Error 127 Makefile:231: recipe for target 'aclocal.m4' failed + popd ~/Downloads/openfoam-extend-Breeder2.0-OSIG-TurboMachinery-master/src root@linux-VirtualBox:~/Downloads/openfoam-extend-Breeder2.0-OSIG-TurboMachinery-master/src# Thank you in advance. Regards, Milan Last edited by Milan Shrestha; July 12, 2019 at 16:52. Reason: error in typing |
|
Tags |
compilation error, compile error, profile1dfixedvalue, turbomachinery |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] blockMesh with double grading. | spwater | OpenFOAM Meshing & Mesh Conversion | 92 | January 12, 2019 10:00 |
Pressure outlet boundary condition | rolando | OpenFOAM Running, Solving & CFD | 62 | September 18, 2017 07:45 |
DPM udf error | haghshenasfard | FLUENT | 0 | April 13, 2016 07:35 |
[OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
Compiling problems with hello worldC | fw407 | OpenFOAM Installation | 21 | January 6, 2008 18:38 |