CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   Problems compiling pimpleFsiFoam (https://www.cfd-online.com/Forums/openfoam-installation/126158-problems-compiling-pimplefsifoam.html)

arashfluid November 8, 2013 12:33

Problems compiling pimpleFsiFoam
 
I want to "wmake" a solver. I've got it correctly compile previously, But when I compile it again later The following error message appears after typing in wmake.

make: Warning: File `/home/arash/OpenFOAM/OpenFOAM-1.6-ext/applications/bin/linux64GccDPOpt/pimpleFsiFoam' has modification time 2.9e+07 s in the future
:
:
:
make: warning: Clock skew detected. Your build may be incomplete.

whats problem?

nimasam November 9, 2013 07:26

try
Quote:

wclean
then use
Quote:

wmake

arashfluid November 9, 2013 07:48

I want to use my FSI solver for pitching motion of airfoil. I've used pointDisplacement on about wingmotion tutorial for the airfoil motion.But I got the following error when running it.

--> FOAM FATAL ERROR:

request for tetPointVectorField motionU from objectRegistry region0 failed
available objects of type tetPointVectorField are

0
(
)

From function objectRegistry::lookupObject<Type>(const word&) const
in file /home/arash/OpenFOAM/OpenFOAM-1.6-ext/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 140.

FOAM aborting

can you help me?

nimasam November 9, 2013 09:20

Quote:

--> FOAM FATAL ERROR:

request for tetPointVectorField motionU from objectRegistry region0 failed
available objects of type tetPointVectorField are

0
(
)

well did you define tetPointVectorField in your creatFields.H or in your solvers?

arashfluid November 9, 2013 09:40

yes. I've checked at it several times.Solver seems to be true.


All times are GMT -4. The time now is 02:42.