CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

icoFsiFoam install OpenFOAM-1.6

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 26, 2009, 06:30
Default icoFsiFoam install OpenFOAM-1.6
  #1
New Member
 
yusuke
Join Date: Dec 2009
Posts: 3
Rep Power: 16
yukeone is on a distinguished road
Hi everybody,

I'm yukeone of a open beginner.

It was installed in order to use icoFSIFoam solver in OpenFOAM-1.6.

Then the following error occurred.

SOURCE=icoFsiFoam.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/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude -I/usr/local/OpenFOAM/OpenFOAM-1.6/src/dynamicFvMesh/lnInclude -I/usr/local/OpenFOAM/OpenFOAM-1.6/src/dynamicMesh/lnInclude -I/usr/local/OpenFOAM/OpenFOAM-1.6/src/tetDecompositionFiniteElement/lnInclude -I/usr/local/OpenFOAM/OpenFOAM-1.6/src/tetDecompositionMotionSolver/lnInclude -IlnInclude -I. -I/usr/local/OpenFOAM/OpenFOAM-1.6/src/OpenFOAM/lnInclude -I/usr/local/OpenFOAM/OpenFOAM-1.6/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/icoFsiFoam.o
icoFsiFoam.C:38:28: error: tetFemMatrices.H: No such file or directory
icoFsiFoam.C:39:28: error: tetPointFields.H: No such file or directory
icoFsiFoam.C:40:30: error: faceTetPolyPatch.H: No such file or directory
icoFsiFoam.C:41:39: error: tetPolyPatchInterpolation.H: No such file or directory
icoFsiFoam.C:42:42: error: fixedValueTetPolyPatchFields.H: No such file or directory
In file included from icoFsiFoam.C:55:
createStressMesh.H: In function ‘int main(int, char**)’:
createStressMesh.H:18: error: no matching function for call to ‘Foam::volPointInterpolation::volPointInterpolatio n(Foam::fvMesh&, Foam:ointMesh&)’
/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude/volPointInterpolation.H:89: note: candidates are: Foam::volPointInterpolation::volPointInterpolation (const Foam::fvMesh&)
/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude/volPointInterpolation.H:74: note: Foam::volPointInterpolation::volPointInterpolation (const Foam::volPointInterpolation&)
In file included from icoFsiFoam.C:59:
readCouplingProperties.H:66: error: ‘tetPointVectorField’ was not declared in this scope
readCouplingProperties.H:66: error: ‘motionU’ was not declared in this scope
readCouplingProperties.H:67: error: expected type-specifier before ‘tetPointVectorField’
readCouplingProperties.H:67: error: expected `>' before ‘tetPointVectorField’
readCouplingProperties.H:67: error: expected `(' before ‘tetPointVectorField’
readCouplingProperties.H:67: error: expected primary-expression before ‘>’ tokenreadCouplingProperties.H:69: error: ‘tetPointVectorField’ cannot appear in a constant-expression
readCouplingProperties.H:72: error: no matching function for call to ‘Foam::fvMesh::lookupObject(const char [8]) const’
readCouplingProperties.H:73: error: expected `)' before ‘;’ token
readCouplingProperties.H:76: error: ‘fixedValueTetPolyPatchVectorField’ was not declared in this scope
readCouplingProperties.H:76: error: ‘motionUFluidPatch’ was not declared in this scope
readCouplingProperties.H:77: error: ‘fixedValueTetPolyPatchVectorField’ cannot appear in a constant-expression
readCouplingProperties.H:82: error: ‘tetPolyPatchInterpolation’ was not declared in this scope
readCouplingProperties.H:82: error: expected `;' before ‘tppi’
In file included from icoFsiFoam.C:82:
setMotion.H:22: error: ‘tppi’ was not declared in this scope
/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude/readPISOControls.H:8: warning: unused variable ‘momentumPredictor’
/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude/readPISOControls.H:11: warning: unused variable ‘transonic’
/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude/readPISOControls.H:14: warning: unused variable ‘nOuterCorr’
/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude/readTimeControls.H:40: warning: unused variable ‘maxCo’
/usr/local/OpenFOAM/OpenFOAM-1.6/src/finiteVolume/lnInclude/readTimeControls.H:43: warning: unused variable ‘maxDeltaT’
make: *** [Make/linux64GccDPOpt/icoFsiFoam.o] Error 1



How should it be done to put out erorr?
Can't I have advice?
Thank you.
yukeone is offline   Reply With Quote

Old   January 15, 2010, 04:14
Default
  #2
Member
 
Join Date: Dec 2009
Posts: 36
Rep Power: 16
FG_HSRM is on a distinguished road
Hello yusuke!

Did find a way to handel this problem?

Does anybody know what problems have to be solved, so that I can use this solver with OF 1.6?

Thanks a lot for your help!
Regards
FG_HSRM is offline   Reply With Quote

Old   June 29, 2010, 04:37
Default
  #3
New Member
 
Karl Jacob Maus
Join Date: Jun 2010
Location: Norway
Posts: 2
Rep Power: 0
karlmaus is on a distinguished road
Easy fix: Get 1.5-dev.

Hard fix: Write FEM-routines/classes for 1.6...

See
http://www.cfd-online.com/Forums/ope...oam-1-6-a.html
karlmaus is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
install OpenFoam 1.6 by building source: how? niudie OpenFOAM Installation 13 April 26, 2011 00:48
How to Install OpenFOAM on 64 Ubuntu 9.04 hansel OpenFOAM Installation 62 March 19, 2010 14:43
install openfoam 1.6 on opensuse 11.0 andresbh OpenFOAM Installation 8 September 30, 2009 00:48
Install openFOAM 1.6 on debian 32bit - blockMesh: command not found fossy OpenFOAM Installation 1 August 28, 2009 04:06
Install of OpenFOAM 1.6 Error 1 Error 2 & run tutorial potac OpenFOAM Installation 3 August 27, 2009 09:04


All times are GMT -4. The time now is 15:44.