Skip to content

mingw: code failing in one tutorial : develop branch

Hi @mark
with latest develop branch as compiled on Friday, I saw one tutorial is failing .

  • simpleFoam/pitzDailyExptInlet* .
    ** The same case is working fine with v1912. **
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  com                                   |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 86cd5400ce-20200618 OPENFOAM=2006  
Arch   : "LSB;label=32;scalar=64"  
Exec   : C:\Users\pgh\Desktop\OF-1912-master-windows\msys64\home\ofuser\OpenFOAM\OpenFOAM-v1912  \platforms\linux64MingwDPInt32Opt\bin\simpleFoam.exe  
Date   : Jun 22 2020  
Time   : 11:40:08  
Host   : LONLAP003   
PID    : 36748    
I/O    : uncollated 
Case   : C:/Users/pgh/Desktop/OF-1912-master-windows/msys64/home/ofuser/OpenFOAM/OpenFOAM-v1912/tutorials/incompressible/simpleFoam/pitzDailyExptInlet  
nProcs : 1
trapFpe: Floating point   exception trapping enabled (FOAM_SIGFPE).  
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)  
allowSystemOperations : Allowing user-supplied system call operations  
  
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


SIMPLE: convergence criteria
    field p      tolerance 0.01
    field U      tolerance 0.001
    field "(k|epsilon|omega)"    tolerance 0.001

Reading field p

Reading field U


--> FOAM FATAL IO ERROR:
Trying to read raw field

file: C:/Users/pgh/Desktop/OF-1912-master-windows/msys64/home/ofuser/OpenFOAM/OpenFOAM-v1912/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/C:/Users/pgh/Desktop/OF-1912-master-windows/msys64/home/ofuser/OpenFOAM/OpenFOAM-v1912/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/boundaryData/inlet/points at line 1.

    From Foam::rawIOField<Type>::rawIOField(const Foam::IOobject&, bool) [with Type = Foam::Vector<double>]
    in file /home/buzz2/pawan/OpenFOAM/mingw-windows/OpenFOAM-dev/src/meshTools/lnInclude/rawIOField.C at line 110.

FOAM exiting
Edited by Mark OLESEN