|
[Sponsors] |
Compiling issue regarding to Solid Particle injector's(solidParticle) implementation |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 | ||
Member
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15 ![]() |
I am try to implement a solid particle injector based on solidParticles and simpleFoam.
After following some guide, now I comes up some errors that I can't solve. The error happens at where I added the code in my injectorSolidParticleCloud.C, which is renamed from solidParticleCloud.C in the Foam::solidParticleCloud::move(const dimensionedVector& g) I added the code (red) as suggested. Quote:
Quote:
Can someone helps me??? ![]() ![]() ![]() Kind regards, James |
|||
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
FengWei
Join Date: Jun 2013
Posts: 5
Rep Power: 13 ![]() |
hi James :
I met the same problem like you. Have you solved the problem yet? how did you solve it? thank you! wei |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
rakesh
Join Date: Mar 2013
Posts: 3
Rep Power: 13 ![]() |
Dear friends
I also have the same problem with injectorsolidparticle. When compile it shows error as follows injectorSolidParticleCloud.C: In member function âvoid Foam::injectorSolidParticleCloud::move(const Foam::dimensionedVector&)â: injectorSolidParticleCloud.C:87: error: no matching function for call to âFoam::injectorSolidParticle::injectorSolidParticl e(Foam::injectorSolidParticleCloud&, Foam::vector&, Foam::label&, Foam::scalar&, Foam::vector&)â injectorSolidParticle.H:131: note: candidates are: Foam::injectorSolidParticle::injectorSolidParticle (const Foam: ![]() injectorSolidParticleI.H:45: note: Foam::injectorSolidParticle::injectorSolidParticle (const Foam: ![]() injectorSolidParticle.H:61: note: Foam::injectorSolidParticle::injectorSolidParticle (const Foam::injectorSolidParticle&) make: *** [Make/linux64GccDPOpt/injectorSolidParticleCloud.o] Error 1 |
|
![]() |
![]() |
![]() |
![]() |
#4 |
New Member
rakesh
Join Date: Mar 2013
Posts: 3
Rep Power: 13 ![]() |
do anybody knows the answer
|
|
![]() |
![]() |
![]() |
![]() |
#5 |
New Member
Jovana Milenkovic
Join Date: May 2016
Posts: 2
Rep Power: 0 ![]() |
Hello everyone!
![]() Has anybody figure out this problem so far? As I can see many people had experienced this error and notification. Any luck with the solution? I would appreciate if someone can help me, since I am quite new with this.... Thank you! Cheers! |
|
![]() |
![]() |
![]() |
![]() |
#6 |
Senior Member
Ali Shayegh
Join Date: Oct 2015
Posts: 131
Rep Power: 11 ![]() |
Use the files below in Make directory.
options: Code:
EXE_INC = \ -I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/turbulenceModels \ -I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \ -I$(LIB_SRC)/transportModels \ -I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/lagrangian/basic/lnInclude \ -I$(LIB_SRC)/fvOptions/lnInclude \ -I$(LIB_SRC)/sampling/lnInclude EXE_LIBS = \ -lincompressibleRASModels \ -lincompressibleTransportModels \ -lfiniteVolume \ -llagrangian \ -lincompressibleTurbulenceModel Code:
injectorSolidParticle.C injectorSolidParticleIO.C injectorSolidParticleCloud.C injectorSolidParticleFoam.C EXE = $(FOAM_USER_APPBIN)/injectorSolidParticleFoam |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Particle tracking issue with CFX | rushabh | ANSYS | 1 | November 4, 2010 14:48 |
Implementation Issue | CFDN00b | Main CFD Forum | 0 | September 3, 2009 05:28 |
Defining Solid Zones Not working | elmcmaster | FLUENT | 3 | May 22, 2009 08:14 |
PostChannelC compiling issue 15x | podallaire | OpenFOAM Bugs | 2 | October 13, 2008 16:16 |
about USER FORTRAN compiling issue | CXL | CFX | 1 | October 9, 2003 22:00 |