|
[Sponsors] |
May 22, 2011, 05:36 |
simpleFunctionObjects
|
#1 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
hi dear foamer
simpleFunctionObjects is compiled in openFoam1.6-x successfully and made a simpleFunctionObjects.so file in user lib but! and i aslo add these lines into controlDict functions { type patchMassFlow; functionObjectLibs ("libsimpleFunctionObjects.so"); verbose true; outputControl timeStep; outputInterval 1; patches ( inlet outlet ); } and i expected a folder (patchMassFlow folder) is made and contains patchMassflow in each step!!! but NOTHING happened i dont know what the problem is? |
|
May 23, 2011, 02:52 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
I think you need to give the function a name, so
Code:
functions { massFlowFunction { type .... } } |
|
Tags |
simplefunctionobjects |
|
|