|
[Sponsors] |
![]() |
![]() |
#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 |
|
![]() |
![]() |
![]() |
![]() |
#22 |
Member
Join Date: Apr 2021
Posts: 39
Rep Power: 4 ![]() |
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 |
|
![]() |
![]() |
![]() |
![]() |
#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). |
|
![]() |
![]() |
![]() |
![]() |
#24 |
Member
Join Date: Apr 2021
Posts: 39
Rep Power: 4 ![]() |
thanks alexeym,
you were right. my mistake was in the controlDict. ![]() |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
activeBaffleVelocity boundary condition ? | om3ro | OpenFOAM Programming & Development | 10 | November 16, 2020 23:26 |
Inlet patch problems | martyn88 | OpenFOAM Running, Solving & CFD | 6 | April 21, 2017 18:34 |
[Commercial meshers] converting Fluent mesh to openfoam standard mesh | deepesh | OpenFOAM Meshing & Mesh Conversion | 31 | March 29, 2017 05:59 |
Error with Wmake | skabilan | OpenFOAM Installation | 3 | July 28, 2009 00:35 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 1, 2003 23:32 |