View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000611 | OpenFOAM | Bug | public | 2012-08-02 16:49 | 2012-08-02 17:01 |
Reporter | Assigned To | henry | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | CentOS | OS Version | 5.2 |
Summary | 0000611: fvSchemes::divSchemes does not accept a default input and run | ||||
Description | The fvSchemes::divSchemes sub-dictionary reads: divSchemes { default Gauss upwind; } When I run buoyantBoussinesqSimpleFoam, the follow error occurs: Starting time loop Time = 1 --> FOAM FATAL IO ERROR: attempt to read beyond EOF file: /home/leonard/OpenFOAM/sgr/testing/makeCase.20120802.113907/system/fvSchemes::divSchemes::default at line 6. From function ITstream::read(token&) in file db/IOstreams/Tstreams/ITstream.C at line 83. FOAM exiting There appears to be something awry with this. | ||||
Tags | No tags attached. | ||||
|
Using "Gauss upwind" as the default "div" scheme would be crazy as it is totally inappropriate for non-advective terms (i.e. those terms not using a flux) and it is these terms generating the error because you have not provided the name of the flux field they should with which they should judge "upwind". |