|
[Sponsors] |
January 10, 2018, 16:06 |
|
#21 |
Senior Member
|
Sorry for late reply, yet possible options are described in $FOAM_SRC/OpenFOAM/db/functionObjects/functionObject/functionObject.H:
Code:
Time controls: \table Option | Description timeStep | Execute/write every 'Interval' time-steps writeTime | Execute/write every 'Interval' output times adjustableRunTime | Execute/write every 'Interval' run time period runTime | Execute/write every 'Interval' run time period clockTime | Execute/write every 'Interval' clock time period cpuTime | Execute/write every 'Interval' CPU time period none | Execute/write every time-step \endtable |
|
May 25, 2021, 04:54 |
Entry 'type' not found in dictionary "IOstream.functions.pressure"
|
#22 |
Member
Join Date: Apr 2021
Posts: 41
Rep Power: 5 |
Hello,
I try to use the 'pressure' function described here: https://www.openfoam.com/documentati...-pressure.html and used in the $FOAM_TUTORIALS/incompressible/pisoFoam/RAS/cavity https://develop.openfoam.com/develop...oam/RAS/cavity Unfortunately I can't move on as I get the following error: Code:
[0] --> FOAM FATAL IO ERROR: (openfoam-2012) [0] Entry 'type' not found in dictionary "/home/.../OpenFOAM/.../run/case/system/controlDict.functions.pressure" Code:
pressure1 { // Mandatory entries type pressure; libs (fieldFunctionObjects); mode static; } Thank you |
|
May 25, 2021, 04:59 |
|
#23 |
Senior Member
|
@AlxB
Hi, It would be easier to diagnose the problem if you post controlDict also. Now it looks like you have forgotten semicolon somewhere (to type key is eaten by parser). |
|
May 25, 2021, 10:24 |
|
#24 |
Member
Join Date: Apr 2021
Posts: 41
Rep Power: 5 |
thanks alexeym,
you were right. my mistake was in the controlDict. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
activeBaffleVelocity boundary condition ? | om3ro | OpenFOAM Programming & Development | 10 | November 17, 2020 00:26 |
Inlet patch problems | martyn88 | OpenFOAM Running, Solving & CFD | 6 | April 21, 2017 19:34 |
[Commercial meshers] converting Fluent mesh to openfoam standard mesh | deepesh | OpenFOAM Meshing & Mesh Conversion | 31 | March 29, 2017 06:59 |
Error with Wmake | skabilan | OpenFOAM Installation | 3 | July 28, 2009 01:35 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |