|
[Sponsors] |
July 17, 2020, 13:48 |
adjustable is not in enumeration
|
#1 |
New Member
Alfie
Join Date: Jul 2020
Posts: 1
Rep Power: 0 |
--> FOAM FATAL IO ERROR:
adjustable is not in enumeration: 5 ( adjustableRunTime clockTime cpuTime runTime timeStep ) Can somebody help me solve this problem please? I have come across this issue on several occasions. I prepare a case on Ubuntu for Windows (WSL2) and then take it across to a native Ubuntu machine to run it, but everything: surfaceFeatureExtract, blockMesh, snappyHexMesh, etc. comes up with the Foam Fatal Error, as seen above. I have checked a similar thread title "runtime is not in enumeration" but that didn't seem to help. I installed a different version of OpenFOAM, formatted the entire PC, reinstalled Linux & OpenFOAM but no luck yet. I am relatively new to OpenFOAM so I'm sorry if it's a silly question. |
|
July 17, 2020, 20:26 |
|
#2 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
I think you want adjustableRunTime, not adjustable.
|
|
October 14, 2020, 10:34 |
|
#3 |
New Member
Matheus
Join Date: Jan 2020
Posts: 9
Rep Power: 6 |
A lot of thanks, I had the same problem and editing the controlDict like you said solved it like a charm!
|
|
October 16, 2020, 11:47 |
|
#4 |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 747
Rep Power: 14 |
Essentially "adjustable is not in enumeration" is telling you that the keyword "adjustable" is not in the list of acceptable options ... and it then writes out the enumeration list - in this case there were 5 possibilities (listed between the brackets).
This is a fantastic feature of OpenFOAM, and one which you can game if you don't know what option to use by just writing banana as the value for any parameter. The code will of course crash, but you can then see what options are available, and then pick the right one. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
pimpleFoam adjustable timestep | bling | OpenFOAM Running, Solving & CFD | 8 | April 13, 2023 15:08 |
runtime is not in enumeration | kebi112358 | OpenFOAM | 4 | November 20, 2020 02:57 |
How to evaluate Strouhal Number for a adjustable time step? | araujo | OpenFOAM | 3 | August 24, 2019 13:30 |
How does Adjustable Time stepping work? | sahmed | OpenFOAM Running, Solving & CFD | 4 | January 19, 2017 14:55 |
UDF:Path_Status Enumeration in DPM.h | Adriano | FLUENT | 0 | May 19, 2006 15:48 |