|
[Sponsors] |
using the object registry to access a particle cloud |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 8, 2011, 04:45 |
using the object registry to access a particle cloud
|
#1 | |
Member
Gregor Olenik
Join Date: Jun 2009
Location: http://greole.github.io/
Posts: 89
Rep Power: 17 |
Hi everybody,
I am trying to access a thermoCoalCloud through the object registry. But the following line of code Code:
const thermoCoalCloud& coalCloud = obr_.lookupObject<thermoCoalCloud>("coalCloud1"); Quote:
gregor |
||
June 8, 2011, 06:58 |
|
#2 |
Member
Gregor Olenik
Join Date: Jun 2009
Location: http://greole.github.io/
Posts: 89
Rep Power: 17 |
ok i am using now
Code:
const Cloud<CoalParcel<gasThermoPhysics> >& coalCloud = obr_.lookupObject<Cloud<CoalParcel<gasThermoPhysics> > >("coalCloud1"); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[foam-extend.org] Error compiling OpenFOAM-1.6-ext | Canesin | OpenFOAM Installation | 137 | January 20, 2016 15:56 |
Get direct access to a particle | gruber | OpenFOAM | 3 | November 3, 2009 06:26 |
Compilation error OF1.5-dev on Suse10.3 | darenyang | OpenFOAM Installation | 0 | April 29, 2009 05:55 |
DPM UDF particle position using the macro P_POS(p)[i] | dm2747 | FLUENT | 0 | April 17, 2009 02:29 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |