| Anonymous | Login | Signup for a new account | 2013-05-19 20:44 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000611 | OpenFOAM | [All Projects] Bug | public | 2012-08-02 16:49 | 2012-08-02 17:01 | |||
| Reporter | iamed18 | |||||||
| Assigned To | henry | |||||||
| Priority | normal | Severity | crash | Reproducibility | always | |||
| Status | resolved | Resolution | no change required | |||||
| Platform | Linux | OS | CentOS | OS Version | 5.2 | |||
| Product Version | 2.1.1 | |||||||
| Target Version | Fixed in Version | |||||||
| 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. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0001541) henry (manager) 2012-08-02 17:01 |
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". |