Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 421
    • Issues 421
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #74
Closed
Open
Issue created Feb 24, 2016 by Admin@OpenFOAM-adminMaintainer

refineWallLayer (possibly other mesh modifiers)

refineWallLayer returns a fatal error.

System MacOSX El Capitan using Docker. Installed using method on OpenFOAM.com

Tested identical situation on Ubuntu machine, and it runs without error.

See below:

bash-4.1$ refineWallLayer wall 0.1
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v3.0+                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : v3.0+-e941ee6c15e9
Exec   : refineWallLayer wall 0.1
Date   : Feb 24 2016
Time   : 19:37:53
Host   : "037c655f9e53"
PID    : 411
Case   : /Users/hannmao/OpenFOAM/Medical/Mach6Tests/boundRefine_REAL
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create polyMesh for time = 0



--> FOAM FATAL IO ERROR: 
incorrect first token, expected <int> or '(', found on line 0 the word 'wall'

file: IStringStream.sourceFile at line 0.

From function Foam::Istream& Foam::operator>>(Foam::Istream&, Foam::List<T>&) [with T = Foam::wordRe]
in file /opt/OpenFOAM/OpenFOAM-v3.0+/src/OpenFOAM/lnInclude/ListIO.C at line 149.

FOAM exiting
Assignee
Assign to
Time tracking