|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Qingdong Wang
Join Date: Mar 2020
Posts: 2
Rep Power: 0 ![]() |
Hey, OpenFoamers,
i want to do the coupling of LPT and VOF in interfoam in OpenFoam 7.0. I followed the tutorials by Chalmers(based on OpenFoam 4.0, I think) but I get an error Code:
solidParticleCloud.C: In member function 'void Foam::solidParticleCloud::inject(Foam::solidParticle::trackingData&)':
solidParticleCloud.C:79:29: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
mesh_.findCellFacePt(td.cloud().posP1_, cellI, tetFaceI, tetPtI);
^~~~~
solidParticleCloud.C:81:53: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
solidParticle* ptr1= new solidParticle(mesh_,td.cloud().posP1_,cellI,
^~~~~
solidParticleCloud.C:82:28: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
tetFaceI, tetPtI, td.cloud().dP1_,td.cloud().UP1_);
^~~~~
solidParticleCloud.C:82:44: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
tetFaceI, tetPtI, td.cloud().dP1_,td.cloud().UP1_);
^~~~~
solidParticleCloud.C:85:29: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
mesh_.findCellFacePt(td.cloud().posP2_, cellI, tetFaceI, tetPtI);
^~~~~
solidParticleCloud.C:87:53: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
solidParticle* ptr2= new solidParticle(mesh_,td.cloud().posP2_,cellI,
^~~~~
solidParticleCloud.C:88:42: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
tetFaceI, tetPtI, td.cloud().dP2_,td.cloud().UP2_);
^~~~~
solidParticleCloud.C:88:58: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
tetFaceI, tetPtI, td.cloud().dP2_,td.cloud().UP2_);
^~~~~
solidParticleCloud.C: In member function 'void Foam::solidParticleCloud::move(const dimensionedVector&)':
solidParticleCloud.C:106:33: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
if(mesh_.time().value()> td.cloud().tInjStart &&
^~~~~
solidParticleCloud.C:107:27: error: 'class Foam::solidParticle::trackingData' has no member named 'cloud'
mesh_.time().value()< td.cloud().tInjEnd )
|
|
|
|
|
|
|
|
|
#2 |
|
New Member
Qingdong Wang
Join Date: Mar 2020
Posts: 2
Rep Power: 0 ![]() |
can someone explain the UEqn in MPPICInterfoam?
|
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 14 ![]() |
`UEqn` is the de facto name for the system of linear algebraic equations constructed for the velocity field in OpenFOAM. So, it is like `A x = b` matrix system, where you try to invert `A` to the right hand side, so that you can find the unknown `x` field, which is the velocity field in`UEqn`.
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
|
|
|
|
![]() |
| Tags |
| coupling lpt, lpt, vof |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|