|
[Sponsors] |
How to create a function object in OpenFoam that runs properly ? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 3, 2018, 12:14 |
How to create a function object in OpenFoam that runs properly ?
|
#1 |
Member
K
Join Date: Jul 2017
Posts: 97
Rep Power: 9 |
Dear foamers,
I want to implement a new function object. This one is very similar to the reactionSensitivityAnalysis available in the Openfoam version 1806. As I have my modified solver in OpenFoam 4.x. I wanted to first compile this function object reactionSensitivityAnalysis in openfoam 4.x. and after modify it. I don't have any errors when compiling it. However, when I include the lib in the controlDict: Code:
functions { reactionSensitivityAnalysis { libs ("libmyFieldFunctionObjects.so"); type psiReactionThermoMoleFractions;//psiReactionsSensitivityAnalysis; writeControl writeTime; } } Code:
69 Courant Number mean: 1.46699e-05 max: 0.000942628 70 --> FOAM Warning : 71 From function bool Foam::functionObjectList::read() 72 in file db/functionObjects/functionObjectList/functionObjectList.C at line 671 73 Caught FatalError 74 --> FOAM FATAL ERROR: 75 Unknown function type psiReactionsSensitivityAnalysis Could you please help me ? This function Object functioning becomes a real mystery to me. Could someone explain how these postProcessing tool of openFoam work ?[COLOR=inherit !important] |
|
October 20, 2018, 17:16 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer:
__________________
|
|
Tags |
functionobject, openfoam 1806, openfoam 4.x, postprocessing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Map of the OpenFOAM Forum - Understanding where to post your questions! | wyldckat | OpenFOAM | 10 | September 2, 2021 06:29 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
[foam-extend.org] Error compiling OpenFOAM-1.6-ext | Canesin | OpenFOAM Installation | 137 | January 20, 2016 15:56 |
ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |