CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Salome] Salome import "Cannot find file "points" in directory..."

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 1, 2015, 12:07
Default Salome import "Cannot find file "points" in directory..."
  #1
New Member
 
Join Date: Feb 2015
Posts: 4
Rep Power: 11
mismichael is on a distinguished road
Hi All,

I successfully imported mesh from Salome for significantly modified multiRegionHeater case. The case is modified in the way so there is only one liquid and only one solid, inlet, outlet, wall. The mesh is imported in appropriate way and output is ok. The thing that is not ok for me is the error I have after running chtMultiRegionFoam which is:

--> FOAM FATAL ERROR:
Cannot find file "points" in directory "liquid/polyMesh" in times 0 down to constant

It would be highly appreciated if anybody would be able to help me here.

Thank you.
mismichael is offline   Reply With Quote

Old   October 2, 2015, 07:10
Default
  #2
Member
 
Joćo Ferreira
Join Date: Nov 2014
Location: Braga, Portugal
Posts: 53
Rep Power: 11
jmdf is on a distinguished road
Hi,

did you use "splitMeshRegions" tool to separate the mesh into different regions?

When I used Salome to generate multi region meshes to use with chtMultiRegionFoam I had to split the mesh before running the solver.
jmdf is offline   Reply With Quote

Old   October 13, 2015, 07:33
Default
  #3
New Member
 
Join Date: Feb 2015
Posts: 4
Rep Power: 11
mismichael is on a distinguished road
Hi jmdf,

I tried the command you quoted. The result is the same.
mismichael is offline   Reply With Quote

Old   October 28, 2015, 04:12
Default
  #4
Member
 
Joćo Ferreira
Join Date: Nov 2014
Location: Braga, Portugal
Posts: 53
Rep Power: 11
jmdf is on a distinguished road
Hum, can you specify the procedure you used?

When I import a mesh from Salome that has different regions, I use "splitMeshRegions -cellZones -overwrite" and the different regions are now in seperate folders on "./constant"
jmdf is offline   Reply With Quote

Old   December 16, 2015, 11:24
Default
  #5
Senior Member
 
nasir musa yakubu
Join Date: Mar 2014
Location: Birmingham
Posts: 109
Rep Power: 12
esujby is on a distinguished road
Hi,

i have the same issue right now, i ve imported the mesh into open foam, split mesh region but get the same error
Code:
parallels@ubuntu:~/OpenFOAM/OpenFOAM-3.0.x/chtMRF$ mpirun -np 16 chtMultiRegionFoam -parallel
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  3.0.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 3.0.x-5ead44c48e61
Exec   : chtMultiRegionFoam -parallel
Date   : Dec 16 2015
Time   : 03:29:53
Host   : "ubuntu"
PID    : 19242
Case   : /home/parallels/OpenFOAM/OpenFOAM-3.0.x/chtMRF
nProcs : 16
Slaves : 
15
(
"ubuntu.19243"
"ubuntu.19244"
"ubuntu.19245"
"ubuntu.19246"
"ubuntu.19247"
"ubuntu.19248"
"ubuntu.19249"
"ubuntu.19250"
"ubuntu.19251"
"ubuntu.19252"
"ubuntu.19253"
"ubuntu.19254"
"ubuntu.19255"
"ubuntu.19256"
"ubuntu.19257"
)

Pstream initialized with:
    floatTransfer      : 0
    nProcsSimpleSum    : 0
    commsType          : nonBlocking
    polling iterations : 0
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 fluid mesh for region inlet for time = 0

[1] [2] 
[2] 
[2] --> FOAM FATAL ERROR: 
[2] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[2] 
[2]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[2]     in file db/Time/findInstance.C at line 203.
[2] 
FOAM parallel run exiting
[2] 
[3] 
[3] 
[3] --> FOAM FATAL ERROR: 
[3] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[3] 
[3]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[3]     in file db/Time/findInstance.C at line 203.
[3] 
FOAM parallel run exiting
[3] 
[8] 
[8] 
[8] --> FOAM FATAL ERROR: 
[8] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[8] 
[8]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[8]     in file db/Time/findInstance.C at line 203.
[8] 
FOAM parallel run exiting
[8] 
[9] 
[9] 
[9] --> FOAM FATAL ERROR: 
[9] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[9] 
[9]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[9]     in file db/Time/findInstance.C at line 203.
[9] 
FOAM parallel run exiting
[9] 
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 3 in communicator MPI_COMM_WORLD 
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
[0] 
[0] 
[0] --> FOAM FATAL ERROR: 
[0] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[0] 
[0]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[0]     in file db/Time/findInstance.C at line 203.
[0] 
FOAM parallel run exiting
[0] 
[4] 
[4] 
[5] 
[5] 
[5] --> FOAM FATAL ERROR: 
[5] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[5] 
[5]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[5]     in file db/Time/findInstance.C at line 203.
[5] 
FOAM parallel run exiting
[5] 
[7] 
[7] 
[7] --> FOAM FATAL ERROR: 
[7] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[7] 
[7]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[7]     in file db/Time/findInstance.C at line 203.
[7] 
FOAM parallel run exiting
[7] 
[4] --> FOAM FATAL ERROR: 
[4] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[4] 
[4]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[4]     in file db/Time/findInstance.C at line 203.
[4] 
FOAM parallel run exiting
[4] 
[6] 
[6] 
[6] --> FOAM FATAL ERROR: 
[6] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[6] 
[6]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[6]     in file db/Time/findInstance.C at line 203.
[6] 
FOAM parallel run exiting
[6] 
[10] 
[10] 
[10] --> FOAM FATAL ERROR: 
[10] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[10] 
[10]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[10]     in file db/Time/findInstance.C at line 203.
[10] 
FOAM parallel run exiting
[10] 
[11] 
[11] 
[11] --> FOAM FATAL ERROR: 
[11] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[11] 
[11]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[11]     in file db/Time/findInstance.C at line 203.
[11] 
FOAM parallel run exiting
[11] 
[12] 
[12] 
[12] --> FOAM FATAL ERROR: 
[12] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[12] 
[12]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[12]     in file db/Time/findInstance.C at line 203.
[12] 
FOAM parallel run exiting
[12] 
[13] 
[13] 
[13] --> FOAM FATAL ERROR: 
[13] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[13] 
[13]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[13]     in file db/Time/findInstance.C at line 203.
[13] 
FOAM parallel run exiting
[13] 
[14] 
[14] 
[14] --> FOAM FATAL ERROR: 
[14] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[14] 
[14]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[14]     in file db/Time/findInstance.C at line 203.
[14] 
FOAM parallel run exiting
[14] 

[1] 
[1] --> FOAM FATAL ERROR: [15] 
[15] 
[15] --> FOAM FATAL ERROR: 
[15] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[15] 
[15]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[15]     in file db/Time/findInstance.C at line 203.
[15] 
FOAM parallel run exiting
[15] 

[1] Cannot find file "points" in directory "inlet/polyMesh" in times 0 down to constant
[1] 
[1]     From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
[1]     in file db/Time/findInstance.C at line 203.
[1] 
FOAM parallel run exiting
[1] 
--------------------------------------------------------------------------
mpirun has exited due to process rank 13 with PID 19255 on
node ubuntu exiting improperly. There are two reasons this could occur:

1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.

2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"

This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------
[ubuntu:19241] 15 more processes have sent help message help-mpi-api.txt / mpi-abort
[ubuntu:19241] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
i wonder if anyone has been able to find a solution to this problem.

thanks

nas
esujby is offline   Reply With Quote

Old   June 22, 2019, 02:56
Default
  #6
New Member
 
Arpan Sircar
Join Date: Mar 2017
Posts: 8
Rep Power: 9
ArpanS is on a distinguished road
Any resolutions to this issue ?
ArpanS is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] Tabulated thermophysicalProperties library chriss85 OpenFOAM Community Contributions 62 October 2, 2022 03:50
OpenFoam "Permission denied" and "command not found" problems. iyidaniel@yahoo.co.uk OpenFOAM Running, Solving & CFD 11 January 2, 2018 06:47
what is swap4foam ?? AB08 OpenFOAM 28 February 2, 2016 01:22
"parabolicVelocity" in OpenFoam 2.1.0 ? sawyer86 OpenFOAM Running, Solving & CFD 21 February 7, 2012 11:44
Version 15 on Mac OS X gschaider OpenFOAM Installation 113 December 2, 2009 10:23


All times are GMT -4. The time now is 05:17.