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

interfoam and particleDistribution

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 18, 2018, 00:47
Default interfoam and particleDistribution
  #1
New Member
 
Join Date: Apr 2015
Posts: 14
Rep Power: 11
Rising Star is on a distinguished road
I need to set up a numerical wave tank with some floating particles on the surface (openfoam 1806)


not a problem for the waves part, but I can't generate the particles cloud


In the controlDict I have selected the functionObject


Code:
    kinematicCloud
    {
        type            particleDistribution;
        libs            ("libfieldFunctionObjects.so");
        writeControl    writeTime;
        cloud           kinematicCloud;
        nameVsBinWidth
        (
            (d 1e-5)
            (U 0)
        );
        setFormat       raw;
    }
and in constant I've put the properties file, but I keep receiving this output


Code:
particleDistribution kinematicCloud output:
--> FOAM Warning : 
    From function virtual bool Foam::functionObjects::particleDistribution::write()
    in file particleDistribution/particleDistribution.C at line 114
    Unable to find cloud kinematicCloud in the mesh database.  Available clouds include:0()
I don't know what am I missing
Rising Star is offline   Reply With Quote

Reply


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
InterFoam stops after deltaT goes to 1e14 francesco_b OpenFOAM Running, Solving & CFD 9 July 25, 2020 06:36
interFoam vs. simpleFoam channel flow comparison DanM OpenFOAM Running, Solving & CFD 12 January 31, 2020 15:26
interFoam (HELYX-OS) pressure boundary conditions SFr OpenFOAM Running, Solving & CFD 8 June 23, 2016 16:36
k-e & GAMG interFoam Schemitisation Stability Issue JFM OpenFOAM Running, Solving & CFD 3 December 1, 2015 05:58
Problem of InterFoam with LES SpalartAllmarasIDDES keepfit OpenFOAM 3 August 29, 2013 11:21


All times are GMT -4. The time now is 03:30.