View Issue Details

IDProjectCategoryView StatusLast Update
0002939OpenFOAMBugpublic2018-05-16 13:04
Reportersuraj Assigned Towill  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Fixed in Versiondev 
Summary0002939: Using multiInteraction type patchInteractionModel
DescriptionHi
I am using MPPICFoam,I am simulating a riser of circulating fluidised bed.
Which consists of cylindrical geometry Inlet at the bottom,Outlet at top and circular wall.
In which I have first distributed the particle by using injectionModel of type manualinjection and difined the particle positions initially.
Now,What I have to do is insert the same number of particles in the inlet patch which is coming out of the Outlet patch.

I searched and found that by using multiInteraction we can apply multiple patchintraction models at a time.I applied the multiInteraction patch intraction model as per the instruction in PatchInteractionModel.H but found following error.
-----------------------------------------------------------------------------------
Unknown patch interaction model type coincidentBaffleInteraction

Valid patch interaction model types are:

5
(
localInteraction
multiInteraction
none
rebound
standardWallInteraction
)
----------------------------------------------------------------------------------
Can anybody tell what is coincidentBaffleInteraction.
Or how to apply cyclic type boundary condition for the particle phase onle by using this this patch intraction type.
Or can I get any documentation or example regarding this multiInteraction type patchInteractionModel.
TagsLagrangian, multiInteraction, patchInteractionModel

Activities

will

2018-05-16 13:04

manager   ~0009587

CoincidentBaffleInteraction appears never to have been released, so I have no idea what it did. It does not make sense to use any of the existing interaction types in combination, so I have removed the MultiInteraction model and with it all documentation references to CoincidentBaffleInteraction. Commit 598ea115 in dev.

The inlet/outlet handling that you require is not possible. You will need to develop it or contract someone else to do so.

Issue History

Date Modified Username Field Change
2018-05-16 07:52 suraj New Issue
2018-05-16 07:52 suraj Tag Attached: Lagrangian
2018-05-16 07:52 suraj Tag Attached: multiInteraction
2018-05-16 07:52 suraj Tag Attached: patchInteractionModel
2018-05-16 13:04 will Assigned To => will
2018-05-16 13:04 will Status new => resolved
2018-05-16 13:04 will Resolution open => fixed
2018-05-16 13:04 will Fixed in Version => dev
2018-05-16 13:04 will Note Added: 0009587