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

coupling of interfFoam with solidParticle library

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By kmefun

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 12, 2016, 11:28
Default coupling of interfFoam with solidParticle library
  #1
New Member
 
Muhammad Usman
Join Date: Nov 2015
Location: Germay
Posts: 15
Rep Power: 10
msman is on a distinguished road
Hello everyone,

I am following the following tutorial

http://www.tfd.chalmers.se/~hani/kur...LPT_120911.pdf

but I am experiencing the the following error. please help me how to fix it the spc which in bold letters


solidParticleCloud.C: In member function ‘void Foam::solidParticleCloud::inject(Foam::solidPartic le::trackingData&)’:
solidParticleCloud.C:76:33: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc
label cellI=mesh_.findCell(td.spc().posP1_);
^
solidParticleCloud.C:77:51: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc’
solidParticle* ptr1= new solidParticle(*this,td.spc().posP1_,cellI,
^
solidParticleCloud.C:78:8: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc
td.spc().dP1_,td.spc().UP1_);
^
solidParticleCloud.C:78:22: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc’
td.spc().dP1_,td.spc().UP1_);
^
solidParticleCloud.C:81:27: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc’
cellI=mesh_.findCell(td.spc().posP2_);
^
solidParticleCloud.C:82:51: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc
solidParticle* ptr2= new solidParticle(*this,td.spc().posP2_,cellI,
^
solidParticleCloud.C:83:6: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc
td.spc().dP2_,td.spc().UP2_);
^
solidParticleCloud.C:83:20: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc’
td.spc().dP2_,td.spc().UP2_);
^
solidParticleCloud.C: In member function ‘void Foam::solidParticleCloud::move(const dimensionedVector&)’:
solidParticleCloud.C:108:33: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc’
if(mesh_.time().value()> td.spc().tInjStart_ &&
^
solidParticleCloud.C:109:27: error: ‘class Foam::solidParticle::trackingData’ has no member named ‘spc
mesh_.time().value()< td.spc().tInjEnd_)
^
msman is offline   Reply With Quote

 


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
ERROR: unable to find library HJH CFX 6 February 26, 2019 06:52
Dispersion model for solidParticle Library ahcai007 OpenFOAM Running, Solving & CFD 2 April 25, 2017 19:12
decomposePar is missing a library whk1992 OpenFOAM Pre-Processing 8 March 7, 2015 07:53
OpenFOAM141dev linking error on IBM AIX 52 matthias OpenFOAM Installation 24 April 28, 2008 15:49
MPCCI Code coupling library Bukhari Main CFD Forum 0 April 25, 2007 03:43


All times are GMT -4. The time now is 04:12.