September 10, 2019, 06:56
|
Cannot find file "points" in directory "name/polyMesh" in times "0" down to constant
|
#1
|
New Member
KFC CFD
Join Date: Jul 2019
Posts: 1
Rep Power: 0
|
I have seen related issues on the forum, but they have not been of help. I have altered the interFoam motorBike example to include additional .stl-files and the chtMultiRegionFoam solver. It all worked until I did something which renders the following message on the log.chtMultiRegionFoam-file. There are no warnings or error messages in the previous files so I have not been able to find out where the problem stems from or where it occurs. My points file does not update. It seems like these files are set after redistributePar.
Does anyone have any suggestions?
PHP Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1812 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : v1812 OPENFOAM=1812 Arch : "LSB;label=32;scalar=64" Exec : chtMultiRegionFoam -parallel Date : Sep 10 2019 Time : 09:09:30 Host : 6d775e500ca2 PID : 1472 I/O : uncollated Case : /home/ofuser/workingDir/Desktop/REAK/OpenFoam-runs/Tutorials/TransportCoffinMultiRegion nProcs : 4 Hosts : ( (6d775e500ca2 4) ) Pstream initialized with: floatTransfer : 0 nProcsSimpleSum : 0 commsType : nonBlocking polling iterations : 0 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 fluid mesh for region air_volume for time = 0
[1] [1] [1] --> FOAM FATAL ERROR: [1] Cannot find file "points" in directory "air_volume/polyMesh" in times "0" down to constant [1] [1] From function virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const [1] in file global/fileOperations/fileOperation/fileOperation.C at line 879. [1] FOAM parallel run exiting [1] [3] [0] [0] [0] --> FOAM FATAL ERROR: [0] Cannot find file "points" in directory "air_volume/polyMesh" in times "0" down to constant [0] [0] From function virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const [0] in file global/fileOperations/fileOperation/fileOperation.C at line 879. [0] FOAM parallel run exiting [0]
[3] [3] --> FOAM FATAL ERROR: [3] Cannot find file "points" in directory "air_volume/polyMesh" in times "0" down to constant [3] [3] From function virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const [3] in file global/fileOperations/fileOperation/fileOperation.C at line 879. [3] FOAM parallel run exiting [3] [2] [2] [2] --> FOAM FATAL ERROR: [2] Cannot find file "points" in directory "air_volume/polyMesh" in times "0" down to constant [2] [2] From function virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const [2] in file global/fileOperations/fileOperation/fileOperation.C at line 879. [2] FOAM parallel run exiting [2] -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 0 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. -------------------------------------------------------------------------- [6d775e500ca2:01470] 3 more processes have sent help message help-mpi-api.txt / mpi-abort [6d775e500ca2:01470] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
|
|
|