From e0f84601f36559ed6a0cacbe683dd98a9bb14eac Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Tue, 25 May 2021 18:49:32 +0500 Subject: [PATCH] Mod: mesh stats, config file Fix: pyramids (to tetra) New: defaultFaces for foam --- .gitignore | 2 + config.py | 26 +- logs/anisotrope.log | 15816 ----------------- logs/anisotrope.simple.log | 5977 ------- logs/tasks.log | 558 - logs/tasks.simple.log | 504 - run.py | 10 +- samples/__init__.py | 3 +- src/cubicFoam/0/U | 5 + src/cubicFoam/0/p | 4 + src/cubicFoam/system/createPatchDict.symetry | 12 + src/foam_utils.py | 4 +- src/mesh_utils.py | 80 +- temp/splitpyramids.py | 314 + 14 files changed, 403 insertions(+), 22912 deletions(-) delete mode 100644 logs/anisotrope.log delete mode 100644 logs/anisotrope.simple.log delete mode 100644 logs/tasks.log delete mode 100644 logs/tasks.simple.log create mode 100644 temp/splitpyramids.py diff --git a/.gitignore b/.gitignore index 50ada1e..10bcd74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ __pycache__ build/ +logs/ +storage/ *.fls *.aux *.bbl diff --git a/config.py b/config.py index b748d49..65982eb 100644 --- a/config.py +++ b/config.py @@ -70,10 +70,10 @@ class simple: [1, 1, 1] ] fillet = True - fineness = 1 + fineness = 3 parameters = Parameters( minSize = 0.01, - maxSize = 0.5, + maxSize = 0.1, growthRate = 0.5, nbSegPerEdge = 0.5, nbSegPerRadius = 0.5, @@ -97,17 +97,17 @@ class simple: class bodyCentered: - theta = [c * 0.01 for c in range(1, 13 + 1)] + theta = [c * 0.01 for c in range(1, 18 + 1)] directions = [ [1, 0, 0], [0, 0, 1], [1, 1, 1] ] - fillet = False - fineness = 1 + fillet = True + fineness = 3 parameters = Parameters( minSize = 0.005, - maxSize = 0.1, + maxSize = 0.05, growthRate = 0.5, nbSegPerEdge = 0.5, nbSegPerRadius = 0.5, @@ -131,17 +131,17 @@ class bodyCentered: class faceCentered: - theta = [c * 0.01 for c in range(1, 18 + 1)] + theta = [0.06, 0.13] #[c * 0.01 for c in range(1, 13 + 1)] directions = [ - [1, 0, 0], - [0, 0, 1], + #[1, 0, 0], + #[0, 0, 1], [1, 1, 1] ] - fillet = False + fillet = True fineness = 1 parameters = Parameters( - minSize = 0.0005, - maxSize = 0.1, + minSize = 0.005, + maxSize = 0.05, growthRate = 0.5, nbSegPerEdge = 0.5, nbSegPerRadius = 0.5, @@ -156,7 +156,7 @@ class faceCentered: ) viscousLayers = ViscousLayers( thickness = 0.001, - numberOfLayers = 3, + numberOfLayers = 2, stretchFactor = 1.2, isFacesToIgnore = True, facesToIgnore = None, diff --git a/logs/anisotrope.log b/logs/anisotrope.log deleted file mode 100644 index 9b12a5d..0000000 --- a/logs/anisotrope.log +++ /dev/null @@ -1,15816 +0,0 @@ -INFO: environment: - Python 3.9.5 - Salome 9.6.0 - OpenFOAM-v2012 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 1 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.01 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.01/mesh.unv -INFO: shape: - edges length: 45.531743002656775 - surface area: 11.687769609863718 - volume: 0.5988483649030039 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140004515376000 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.01/mesh.unv -INFO: shape: - edges length: 45.531743002656775 - surface area: 11.687769609863718 - volume: 0.5988483649030039 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139862847006272 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139999414919296 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.054174 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.431888 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 2 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.02 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.02/mesh.unv -INFO: shape: - edges length: 46.750684197640254 - surface area: 11.358349552159043 - volume: 0.55809818903684 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139850924419968 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.02/mesh.unv -INFO: shape: - edges length: 46.750684197640254 - surface area: 11.358349552159043 - volume: 0.55809818903684 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139708597712448 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140072213086336 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.093036 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.040416 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 3 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.03 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.03/mesh.unv -INFO: shape: - edges length: 47.76197195290798 - surface area: 11.02123249950197 - volume: 0.5174568564417954 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140637623999360 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.03/mesh.unv -INFO: shape: - edges length: 47.76197195290798 - surface area: 11.02123249950197 - volume: 0.5174568564417954 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140181080368704 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140716435087488 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.126054 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.327018 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 4 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.04 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.04/mesh.unv -INFO: shape: - edges length: 48.66941732664939 - surface area: 10.674860641009067 - volume: 0.4769871558937385 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139849915161472 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.04/mesh.unv -INFO: shape: - edges length: 48.66941732664939 - surface area: 10.674860641009067 - volume: 0.4769871558937385 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140346589161024 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140471836045440 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.113937 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.082648 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 5 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.05 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.05/mesh.unv -INFO: shape: - edges length: 49.513284408849294 - surface area: 10.318103173730593 - volume: 0.43675828529137517 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140616275639168 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.05/mesh.unv -INFO: shape: - edges length: 49.513284408849294 - surface area: 10.318103173730593 - volume: 0.43675828529137517 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139983905404480 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140472650596480 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:14.668626 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.218060 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 6 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.06 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.06/mesh.unv -INFO: shape: - edges length: 50.31429324615756 - surface area: 9.94999620448138 - volume: 0.3968465063487791 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139922881633152 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.06/mesh.unv -INFO: shape: - edges length: 50.31429324615756 - surface area: 9.94999620448138 - volume: 0.3968465063487791 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140596484236864 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140275803504768 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.554316 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.646748 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 7 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.07 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.07/mesh.unv -INFO: shape: - edges length: 51.084824731379264 - surface area: 9.569648214834947 - volume: 0.35733580267791076 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140374006627200 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.07/mesh.unv -INFO: shape: - edges length: 51.084824731379264 - surface area: 9.569648214834947 - volume: 0.35733580267791076 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140032858379840 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139840954028160 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.928848 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.294299 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 8 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.08 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.08/mesh.unv -INFO: shape: - edges length: 51.83301665979388 - surface area: 9.176196580038265 - volume: 0.31831863527848103 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139743939038080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.08/mesh.unv -INFO: shape: - edges length: 51.83301665979388 - surface area: 9.176196580038265 - volume: 0.31831863527848103 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140201615681088 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139781962174592 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.933784 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.086511 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 9 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.09 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.09/mesh.unv -INFO: shape: - edges length: 52.56459054177783 - surface area: 8.768781538038887 - volume: 0.2798967509378938 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139671697824640 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.09/mesh.unv -INFO: shape: - edges length: 52.56459054177783 - surface area: 8.768781538038887 - volume: 0.2798967509378938 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139776220984896 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140086792503424 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.338995 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.293486 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 10 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.1 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.1/mesh.unv -INFO: shape: - edges length: 53.283779236681504 - surface area: 8.346531731971623 - volume: 0.24218209824489198 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140228820106112 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.1/mesh.unv -INFO: shape: - edges length: 53.283779236681504 - surface area: 8.346531731971623 - volume: 0.24218209824489198 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140555042752064 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139642222743680 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.027406 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.273707 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 11 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.11 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.11/mesh.unv -INFO: shape: - edges length: 53.99384365213575 - surface area: 7.908552201578762 - volume: 0.20529782464728982 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140703176752000 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.11/mesh.unv -INFO: shape: - edges length: 53.99384365213575 - surface area: 7.908552201578762 - volume: 0.20529782464728982 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140200860964416 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139627473387648 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.148148 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.302538 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 12 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.12 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.12/mesh.unv -INFO: shape: - edges length: 54.697381356931636 - surface area: 7.453916236438449 - volume: 0.1693793844475514 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 23072 - Edges: 1428 - Faces: 7606 - Triangles: 7606 - Volumes: 14038 - Tetrahedrons: 0 - Prisms: 14038 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140597691857792 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.12/mesh.unv -INFO: shape: - edges length: 54.697381356931636 - surface area: 7.453916236438449 - volume: 0.1693793844475514 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139916142966336 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.005 of viscous layers not reached, average reached thickness is 0.00461758" -INFO: meshCompute: - Elements: 23072 - Edges: 1428 - Faces: 7606 - Triangles: 7606 - Volumes: 14038 - Tetrahedrons: 0 - Prisms: 14038 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139770265702528 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.520251 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.171726 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 13 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.13 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.13/mesh.unv -INFO: shape: - edges length: 55.3965213009216 - surface area: 6.981657997702339 - volume: 0.13457575976110642 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 37809 - Edges: 2055 - Faces: 12638 - Triangles: 12638 - Volumes: 23116 - Tetrahedrons: 0 - Prisms: 23116 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139856941173632 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.13/mesh.unv -INFO: shape: - edges length: 55.3965213009216 - surface area: 6.981657997702339 - volume: 0.13457575976110642 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139889786545728 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.005 of viscous layers not reached, average reached thickness is 0.0035926" -INFO: meshCompute: - Elements: 37809 - Edges: 2055 - Faces: 12638 - Triangles: 12638 - Volumes: 23116 - Tetrahedrons: 0 - Prisms: 23116 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140012865695872 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:20.704133 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-100/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: calculate: elapsed time: 0:00:01.395795 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 14 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.01 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.01 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.01/mesh.unv -INFO: shape: - edges length: 45.5317430026568 - surface area: 11.687769609863723 - volume: 0.5988483649030042 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139666989718400 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.01 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.01/mesh.unv -INFO: shape: - edges length: 45.5317430026568 - surface area: 11.687769609863723 - volume: 0.5988483649030042 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140375473346112 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140219808362624 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.637262 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.130364 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 15 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.02 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.02 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.02/mesh.unv -INFO: shape: - edges length: 46.75068419764028 - surface area: 11.358349552159051 - volume: 0.5580981890368403 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139820088048512 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.02 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.02/mesh.unv -INFO: shape: - edges length: 46.75068419764028 - surface area: 11.358349552159051 - volume: 0.5580981890368403 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139746751800896 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140440243351680 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.504669 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.200040 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 16 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.03 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.03 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.03/mesh.unv -INFO: shape: - edges length: 47.76197195290798 - surface area: 11.021232499501968 - volume: 0.5174568564417947 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140567965006720 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.03 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.03/mesh.unv -INFO: shape: - edges length: 47.76197195290798 - surface area: 11.021232499501968 - volume: 0.5174568564417947 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140231017756224 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140232626651264 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:14.643665 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.223200 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 17 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.04 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.04 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.04/mesh.unv -INFO: shape: - edges length: 48.66941732664938 - surface area: 10.674860641009062 - volume: 0.47698715589373775 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140448628333440 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.04 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.04/mesh.unv -INFO: shape: - edges length: 48.66941732664938 - surface area: 10.674860641009062 - volume: 0.47698715589373775 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140682247579200 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140555405123712 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:14.588488 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.003238 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 18 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.05 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.05 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.05/mesh.unv -INFO: shape: - edges length: 49.51328440884927 - surface area: 10.318103173730591 - volume: 0.4367582852913754 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140088511732608 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.05 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.05/mesh.unv -INFO: shape: - edges length: 49.51328440884927 - surface area: 10.318103173730591 - volume: 0.4367582852913754 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139933524162112 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139804090216576 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.613701 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.988062 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 19 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.06 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.06 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.06/mesh.unv -INFO: shape: - edges length: 50.31429324615757 - surface area: 9.949996204481382 - volume: 0.39684650634877927 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139815375641472 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.06 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.06/mesh.unv -INFO: shape: - edges length: 50.31429324615757 - surface area: 9.949996204481382 - volume: 0.39684650634877927 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139787711313472 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139766726746240 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.028556 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: calculate: elapsed time: 0:00:01.248950 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 20 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.07 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.07 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.07/mesh.unv -INFO: shape: - edges length: 51.084824731379264 - surface area: 9.569648214834945 - volume: 0.3573358026779106 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140206427122560 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.07 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.07/mesh.unv -INFO: shape: - edges length: 51.084824731379264 - surface area: 9.569648214834945 - volume: 0.3573358026779106 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140272281314880 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139898649968768 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.551470 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.298439 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 21 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.08 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.08 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.08/mesh.unv -INFO: shape: - edges length: 51.83301665979387 - surface area: 9.176196580038267 - volume: 0.31831863527848103 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139789996202880 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.08 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.08/mesh.unv -INFO: shape: - edges length: 51.83301665979387 - surface area: 9.176196580038267 - volume: 0.31831863527848103 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140716971779648 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140414525223040 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.318869 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.677210 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 22 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.09 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.09 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.09/mesh.unv -INFO: shape: - edges length: 52.56459054177784 - surface area: 8.768781538038892 - volume: 0.27989675093789435 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140310413364096 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.09 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.09/mesh.unv -INFO: shape: - edges length: 52.56459054177784 - surface area: 8.768781538038892 - volume: 0.27989675093789435 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140453298386496 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140169304801408 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.213948 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.366949 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 23 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.1 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.1 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.1/mesh.unv -INFO: shape: - edges length: 53.283779236681475 - surface area: 8.346531731971623 - volume: 0.2421820982448924 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139721710488448 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.1 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.1/mesh.unv -INFO: shape: - edges length: 53.283779236681475 - surface area: 8.346531731971623 - volume: 0.2421820982448924 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139704271889984 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139837666222208 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.119643 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.422527 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 24 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.11 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.11 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.11/mesh.unv -INFO: shape: - edges length: 53.993843652135766 - surface area: 7.908552201578758 - volume: 0.20529782464728977 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140687768206208 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.11 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.11/mesh.unv -INFO: shape: - edges length: 53.993843652135766 - surface area: 7.908552201578758 - volume: 0.20529782464728977 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140393583003200 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140082725843072 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.671953 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.014701 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 25 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.12 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.12 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.12/mesh.unv -INFO: shape: - edges length: 54.69738135693165 - surface area: 7.453916236438451 - volume: 0.1693793844475517 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140213040499584 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.12 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.12/mesh.unv -INFO: shape: - edges length: 54.69738135693165 - surface area: 7.453916236438451 - volume: 0.1693793844475517 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139875022947904 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140180370055296 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.232421 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.087661 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 26 / 39 - cpu count: 4 - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.13 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.13 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.13/mesh.unv -INFO: shape: - edges length: 55.39652130092159 - surface area: 6.981657997702339 - volume: 0.1345757597611062 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 31995 - Edges: 2055 - Faces: 12482 - Triangles: 12482 - Volumes: 17458 - Tetrahedrons: 0 - Prisms: 17458 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139736652540800 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.13 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.13/mesh.unv -INFO: shape: - edges length: 55.39652130092159 - surface area: 6.981657997702339 - volume: 0.1345757597611062 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140320260961856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.005 of viscous layers not reached, average reached thickness is 0.00398275" -INFO: meshCompute: - Elements: 31995 - Edges: 2055 - Faces: 12482 - Triangles: 12482 - Volumes: 17458 - Tetrahedrons: 0 - Prisms: 17458 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140374302765184 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:19.524485 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-001/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.240529 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 27 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.01 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.01/mesh.unv -INFO: shape: - edges length: 57.96502317456561 - surface area: 16.44023456218864 - volume: 0.898272470944557 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 25869 - Edges: 1199 - Faces: 8656 - Triangles: 8656 - Volumes: 16014 - Tetrahedrons: 0 - Prisms: 16014 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140367631588224 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.01/mesh.unv -INFO: shape: - edges length: 57.96502317456561 - surface area: 16.44023456218864 - volume: 0.898272470944557 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139907239470656 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.005 of viscous layers not reached, average reached thickness is 0.00117059" -INFO: meshCompute: - Elements: 25869 - Edges: 1199 - Faces: 8656 - Triangles: 8656 - Volumes: 16014 - Tetrahedrons: 0 - Prisms: 16014 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139894053003392 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.621080 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.107477 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 28 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.02 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.02/mesh.unv -INFO: shape: - edges length: 59.05820846629021 - surface area: 15.954722096710064 - volume: 0.8371472172935455 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 21349 - Edges: 1063 - Faces: 7144 - Triangles: 7144 - Volumes: 13142 - Tetrahedrons: 0 - Prisms: 13142 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140087232486272 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.02/mesh.unv -INFO: shape: - edges length: 59.05820846629021 - surface area: 15.954722096710064 - volume: 0.8371472172935455 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139864386467392 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.005 of viscous layers not reached, average reached thickness is 0.00373992" -INFO: meshCompute: - Elements: 21349 - Edges: 1063 - Faces: 7144 - Triangles: 7144 - Volumes: 13142 - Tetrahedrons: 0 - Prisms: 13142 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140129646817408 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.478276 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.209254 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 29 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.03 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.03/mesh.unv -INFO: shape: - edges length: 60.00497642676086 - surface area: 15.46054917766041 - volume: 0.776185266647552 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15926 - Edges: 890 - Faces: 5336 - Triangles: 5336 - Volumes: 9700 - Tetrahedrons: 0 - Prisms: 9700 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140228335717248 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.03/mesh.unv -INFO: shape: - edges length: 60.00497642676086 - surface area: 15.46054917766041 - volume: 0.776185266647552 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140621207017024 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.005 of viscous layers not reached, average reached thickness is 0.00424628" -INFO: meshCompute: - Elements: 15926 - Edges: 890 - Faces: 5336 - Triangles: 5336 - Volumes: 9700 - Tetrahedrons: 0 - Prisms: 9700 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139825951346816 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.689766 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.03/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.052057 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 30 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.04 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.04/mesh.unv -INFO: shape: - edges length: 60.878188482665415 - surface area: 14.955038532544595 - volume: 0.7154807161048863 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140443351358336 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.04/mesh.unv -INFO: shape: - edges length: 60.878188482665415 - surface area: 14.955038532544595 - volume: 0.7154807161048863 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140119857509952 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140397898297472 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:15.916436 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.325062 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 31 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.05 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.05/mesh.unv -INFO: shape: - edges length: 61.706409373962344 - surface area: 14.436340871886584 - volume: 0.6551374106956905 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140458352597888 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.05/mesh.unv -INFO: shape: - edges length: 61.706409373962344 - surface area: 14.436340871886584 - volume: 0.6551374106956905 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140144637019712 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140467830468736 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.756289 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.05/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.034258 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 32 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.06 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.06/mesh.unv -INFO: shape: - edges length: 62.504494346929945 - surface area: 13.902939983275086 - volume: 0.5952697220006051 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140019624450944 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.06/mesh.unv -INFO: shape: - edges length: 62.504494346929945 - surface area: 13.902939983275086 - volume: 0.5952697220006051 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140196299646528 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140512798756992 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.282579 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.017291 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 33 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.07 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.07/mesh.unv -INFO: shape: - edges length: 63.281416317189304 - surface area: 13.353475803605434 - volume: 0.5360036611197653 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140008731900800 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.07/mesh.unv -INFO: shape: - edges length: 63.281416317189304 - surface area: 13.353475803605434 - volume: 0.5360036611197653 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139998765057600 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139856246018176 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.515745 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.284795 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 34 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.08 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.08/mesh.unv -INFO: shape: - edges length: 64.04314000059118 - surface area: 12.78666206811989 - volume: 0.4774778831491285 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139658861366144 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.08/mesh.unv -INFO: shape: - edges length: 64.04314000059118 - surface area: 12.78666206811989 - volume: 0.4774778831491285 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140435351590464 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv - -INFO: createMesh: elapsed time: 0:00:16.048297 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.08/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.125743 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 35 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.09 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.09/mesh.unv -INFO: shape: - edges length: 64.79390924403681 - surface area: 12.201238853597362 - volume: 0.4198450336935776 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140432267279232 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.09/mesh.unv -INFO: shape: - edges length: 64.79390924403681 - surface area: 12.201238853597362 - volume: 0.4198450336935776 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140188395234880 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140417884323968 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.952227 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.09/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: calculate: elapsed time: 0:00:01.335309 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 36 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.1 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.1/mesh.unv -INFO: shape: - edges length: 65.53690344799512 - surface area: 11.595946304484201 - volume: 0.36327307021876193 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140682657545088 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.1/mesh.unv -INFO: shape: - edges length: 65.53690344799512 - surface area: 11.595946304484201 - volume: 0.36327307021876193 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140171416692288 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139748703510656 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.096069 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.1/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.096783 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 37 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.11 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.11/mesh.unv -INFO: shape: - edges length: 66.27460471371276 - surface area: 10.969503842297344 - volume: 0.30794663882094847 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139807471553408 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.11/mesh.unv -INFO: shape: - edges length: 66.27460471371276 - surface area: 10.969503842297344 - volume: 0.30794663882094847 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 139983977739840 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139625851166848 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:16.252552 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.11/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.293640 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 38 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.12 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.12/mesh.unv -INFO: shape: - edges length: 67.0090180467169 - surface area: 10.320595963146307 - volume: 0.25406895245679706 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140148755471232 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.12/mesh.unv -INFO: shape: - edges length: 67.0090180467169 - surface area: 10.320595963146307 - volume: 0.25406895245679706 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140399984461376 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since surface mesh not consistent -Some edges multiple times in surface mesh" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv - -INFO: createMesh: elapsed time: 0:00:16.573210 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.12/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.141407 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 39 / 39 - cpu count: 4 - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.13 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.13/mesh.unv -INFO: shape: - edges length: 67.7418108879588 - surface area: 9.647860412059034 - volume: 0.2018636116311368 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 23546 - Edges: 1382 - Faces: 7512 - Triangles: 7512 - Volumes: 14652 - Tetrahedrons: 0 - Prisms: 14652 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140025935661952 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: bodyCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.13/mesh.unv -INFO: shape: - edges length: 67.7418108879588 - surface area: 9.647860412059034 - volume: 0.2018636116311368 -INFO: meshCreate: - fineness: Coarse - min size: 0.005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -th. 140319131694656 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.005 of viscous layers not reached, average reached thickness is 0.00389824" -INFO: meshCompute: - Elements: 23546 - Edges: 1382 - Faces: 7512 - Triangles: 7512 - Volumes: 14652 - Tetrahedrons: 0 - Prisms: 14652 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139898164957312 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:18.743519 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/bodyCentered/direction-111/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.165897 -INFO: Warnings: 0 Errors: 351 -CRITICAL: Missed environment -INFO: environment: - Python 3.9.5 - Salome 9.6.0 - OpenFOAM-v2012 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 1 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.01 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.01/mesh.unv -INFO: shape: - edges length: 19.259811204791855 - surface area: 4.409397685496896 - volume: 0.11876891155618458 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15562 - Edges: 371 - Faces: 2774 - Triangles: 2774 - Volumes: 12417 - Tetrahedrons: 4830 - Prisms: 7587 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140032419052416 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.01/mesh.unv -INFO: shape: - edges length: 19.259811204791855 - surface area: 4.409397685496896 - volume: 0.11876891155618458 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15562 - Edges: 371 - Faces: 2774 - Triangles: 2774 - Volumes: 12417 - Tetrahedrons: 4830 - Prisms: 7587 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139762788417664 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:42.249635 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 15.6542, 97 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 7805 - Faces with small interpolation weight (< 0.05) found, number of faces: 1486 - Faces with small volume ratio (< 0.01) found, number of faces: 8 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 77 iterations -INFO: calculate: elapsed time: 0:00:16.970417 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 2 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.02 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.02/mesh.unv -INFO: shape: - edges length: 20.405467795632486 - surface area: 4.19997868346551 - volume: 0.10803293489642735 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 11077 - Edges: 325 - Faces: 1960 - Triangles: 1960 - Volumes: 8792 - Tetrahedrons: 3578 - Prisms: 5214 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140271395867520 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.02/mesh.unv -INFO: shape: - edges length: 20.405467795632486 - surface area: 4.19997868346551 - volume: 0.10803293489642735 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 11077 - Edges: 325 - Faces: 1960 - Triangles: 1960 - Volumes: 8792 - Tetrahedrons: 3578 - Prisms: 5214 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140659041415296 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:21.400967 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 11.5936, 154 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 5277 - Faces with small interpolation weight (< 0.05) found, number of faces: 1015 - Faces with small volume ratio (< 0.01) found, number of faces: 14 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 76 iterations -INFO: calculate: elapsed time: 0:00:07.779774 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 3 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.03 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.03/mesh.unv -INFO: shape: - edges length: 21.329328946616403 - surface area: 3.9842193627151885 - volume: 0.09758720963627796 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 10018 - Edges: 343 - Faces: 1768 - Triangles: 1768 - Volumes: 7907 - Tetrahedrons: 3332 - Prisms: 4575 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140705269361536 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.03/mesh.unv -INFO: shape: - edges length: 21.329328946616403 - surface area: 3.9842193627151885 - volume: 0.09758720963627796 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 10018 - Edges: 343 - Faces: 1768 - Triangles: 1768 - Volumes: 7907 - Tetrahedrons: 3332 - Prisms: 4575 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140312826085504 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:21.230798 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 8.77401, 160 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 4530 - Faces with small interpolation weight (< 0.05) found, number of faces: 1078 - Faces with small volume ratio (< 0.01) found, number of faces: 8 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 83 iterations -INFO: calculate: elapsed time: 0:00:07.957363 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 4 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.04 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.04/mesh.unv -INFO: shape: - edges length: 22.14193639162332 - surface area: 3.7614281183664837 - volume: 0.08747030617998043 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8665 - Edges: 337 - Faces: 1500 - Triangles: 1500 - Volumes: 6828 - Tetrahedrons: 2883 - Prisms: 3945 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139964750969728 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.04/mesh.unv -INFO: shape: - edges length: 22.14193639162332 - surface area: 3.7614281183664837 - volume: 0.08747030617998043 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8665 - Edges: 337 - Faces: 1500 - Triangles: 1500 - Volumes: 6828 - Tetrahedrons: 2883 - Prisms: 3945 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139627056763008 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:22.673836 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 12.1215, 135 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3948 - Faces with small interpolation weight (< 0.05) found, number of faces: 1120 - Faces with small volume ratio (< 0.01) found, number of faces: 1 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 79 iterations -INFO: calculate: elapsed time: 0:00:08.528751 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 5 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.05 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.05/mesh.unv -INFO: shape: - edges length: 22.886009230113935 - surface area: 3.531046268520506 - volume: 0.07772424081847158 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7923 - Edges: 333 - Faces: 1376 - Triangles: 1376 - Volumes: 6214 - Tetrahedrons: 2629 - Prisms: 3585 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139671044385664 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.05/mesh.unv -INFO: shape: - edges length: 22.886009230113935 - surface area: 3.531046268520506 - volume: 0.07772424081847158 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7923 - Edges: 333 - Faces: 1376 - Triangles: 1376 - Volumes: 6214 - Tetrahedrons: 2629 - Prisms: 3585 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139778852245632 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:22.755496 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 10.1811, 135 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3586 - Faces with small interpolation weight (< 0.05) found, number of faces: 1069 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 72 iterations -INFO: calculate: elapsed time: 0:00:08.211835 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 6 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.06 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.06/mesh.unv -INFO: shape: - edges length: 23.583445556612645 - surface area: 3.292560456579964 - volume: 0.06839479687929347 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 5935 - Edges: 305 - Faces: 1046 - Triangles: 1046 - Volumes: 4584 - Tetrahedrons: 1899 - Prisms: 2685 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140411964967808 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.06/mesh.unv -INFO: shape: - edges length: 23.583445556612645 - surface area: 3.292560456579964 - volume: 0.06839479687929347 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 5935 - Edges: 305 - Faces: 1046 - Triangles: 1046 - Volumes: 4584 - Tetrahedrons: 1899 - Prisms: 2685 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140381115781248 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:22.345177 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 7.8786, 110 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 2686 - Faces with small interpolation weight (< 0.05) found, number of faces: 812 - Faces with small volume ratio (< 0.01) found, number of faces: 9 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 64 iterations -INFO: calculate: elapsed time: 0:00:05.246073 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 7 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.07 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.07/mesh.unv -INFO: shape: - edges length: 24.247273457075735 - surface area: 3.045470573590932 - volume: 0.05953186146830301 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6321 - Edges: 331 - Faces: 1140 - Triangles: 1140 - Volumes: 4850 - Tetrahedrons: 1988 - Prisms: 2862 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139664228752256 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.07/mesh.unv -INFO: shape: - edges length: 24.247273457075735 - surface area: 3.045470573590932 - volume: 0.05953186146830301 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6321 - Edges: 331 - Faces: 1140 - Triangles: 1140 - Volumes: 4850 - Tetrahedrons: 1988 - Prisms: 2862 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140032871575680 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:23.599871 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 10.1285, 106 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 2862 - Faces with small interpolation weight (< 0.05) found, number of faces: 872 - Faces with small volume ratio (< 0.01) found, number of faces: 2 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 63 iterations -INFO: calculate: elapsed time: 0:00:05.849312 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 8 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.08 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.08/mesh.unv -INFO: shape: - edges length: 24.886013953264534 - surface area: 2.789274603904329 - volume: 0.051189830031546105 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6625 - Edges: 354 - Faces: 1190 - Triangles: 1190 - Volumes: 5081 - Tetrahedrons: 2081 - Prisms: 3000 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139703521516416 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.08/mesh.unv -INFO: shape: - edges length: 24.886013953264534 - surface area: 2.789274603904329 - volume: 0.051189830031546105 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6625 - Edges: 354 - Faces: 1190 - Triangles: 1190 - Volumes: 5081 - Tetrahedrons: 2081 - Prisms: 3000 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140469670604928 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:24.084805 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 7.77518, 160 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3000 - Faces with small interpolation weight (< 0.05) found, number of faces: 776 - Faces with small volume ratio (< 0.01) found, number of faces: 3 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 61 iterations -INFO: calculate: elapsed time: 0:00:05.653722 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 9 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.09 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.09/mesh.unv -INFO: shape: - edges length: 25.505624319180846 - surface area: 2.5234588805831457 - volume: 0.04342796679533734 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6872 - Edges: 390 - Faces: 1256 - Triangles: 1256 - Volumes: 5226 - Tetrahedrons: 2103 - Prisms: 3123 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140364296199040 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.09/mesh.unv -INFO: shape: - edges length: 25.505624319180846 - surface area: 2.5234588805831457 - volume: 0.04342796679533734 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6872 - Edges: 390 - Faces: 1256 - Triangles: 1256 - Volumes: 5226 - Tetrahedrons: 2103 - Prisms: 3123 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140621411664000 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:24.003101 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 6.20259, 111 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3104 - Faces with small interpolation weight (< 0.05) found, number of faces: 696 - Faces with small volume ratio (< 0.01) found, number of faces: 4 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 64 iterations -INFO: calculate: elapsed time: 0:00:07.550579 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 10 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.1 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.1/mesh.unv -INFO: shape: - edges length: 26.110483598039714 - surface area: 2.24749252732544 - volume: 0.0363109039421172 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7985 - Edges: 460 - Faces: 1448 - Triangles: 1448 - Volumes: 6077 - Tetrahedrons: 2441 - Prisms: 3636 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140396190333824 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.1/mesh.unv -INFO: shape: - edges length: 26.110483598039714 - surface area: 2.24749252732544 - volume: 0.0363109039421172 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7985 - Edges: 460 - Faces: 1448 - Triangles: 1448 - Volumes: 6077 - Tetrahedrons: 2441 - Prisms: 3636 - Pyramid: 0 -INFO: meshExport: - format: unv - -INFO: createMesh: elapsed time: 0:00:25.686137 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 10.2982, 186 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3644 - Faces with small interpolation weight (< 0.05) found, number of faces: 633 - Faces with small volume ratio (< 0.01) found, number of faces: 1 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 65 iterations -INFO: calculate: elapsed time: 0:00:06.607187 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 11 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.11 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.11/mesh.unv -INFO: shape: - edges length: 26.703940818212516 - surface area: 1.9608231622166015 - volume: 0.029909172379216982 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 9974 - Edges: 582 - Faces: 1822 - Triangles: 1822 - Volumes: 7570 - Tetrahedrons: 2977 - Prisms: 4593 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140174503504768 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.11/mesh.unv -INFO: shape: - edges length: 26.703940818212516 - surface area: 1.9608231622166015 - volume: 0.029909172379216982 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 9974 - Edges: 582 - Faces: 1822 - Triangles: 1822 - Volumes: 7570 - Tetrahedrons: 2977 - Prisms: 4593 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140612894625920 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:26.417223 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.38554, 206 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 4600 - Faces with small interpolation weight (< 0.05) found, number of faces: 586 - Faces with small volume ratio (< 0.01) found, number of faces: 2 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 63 iterations -INFO: calculate: elapsed time: 0:00:08.413459 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 12 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.12 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.12/mesh.unv -INFO: shape: - edges length: 27.288641977479767 - surface area: 1.6628723050439327 - volume: 0.024299698466129824 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 14150 - Edges: 817 - Faces: 2592 - Triangles: 2592 - Volumes: 10741 - Tetrahedrons: 4180 - Prisms: 6561 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139670912826240 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.12/mesh.unv -INFO: shape: - edges length: 27.288641977479767 - surface area: 1.6628723050439327 - volume: 0.024299698466129824 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 14150 - Edges: 817 - Faces: 2592 - Triangles: 2592 - Volumes: 10741 - Tetrahedrons: 4180 - Prisms: 6561 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140001209450624 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:27.028308 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 8.77423, 195 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 5548 - Faces with small interpolation weight (< 0.05) found, number of faces: 528 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 78 iterations -INFO: calculate: elapsed time: 0:00:10.434395 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 13 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.13 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.13/mesh.unv -INFO: shape: - edges length: 27.866736047045276 - surface area: 1.3530318259320286 - volume: 0.019566413128362877 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 26754 - Edges: 1669 - Faces: 4940 - Triangles: 4940 - Volumes: 20145 - Tetrahedrons: 7443 - Prisms: 12702 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140025911618432 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.13/mesh.unv -INFO: shape: - edges length: 27.866736047045276 - surface area: 1.3530318259320286 - volume: 0.019566413128362877 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 26754 - Edges: 1669 - Faces: 4940 - Triangles: 4940 - Volumes: 20145 - Tetrahedrons: 7443 - Prisms: 12702 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140093389844608 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:28.054758 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 8.75063, 192 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 5651 - Faces with small interpolation weight (< 0.05) found, number of faces: 456 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 96 iterations -INFO: calculate: elapsed time: 0:00:19.124344 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 14 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.14 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.14 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.14 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.14/mesh.unv -INFO: shape: - edges length: 21.415934922270463 - surface area: 1.0699924945356742 - volume: 0.01576604309383464 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 13932 - Edges: 853 - Faces: 2526 - Triangles: 2526 - Volumes: 10553 - Tetrahedrons: 4064 - Prisms: 6345 - Pyramid: 144 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140705416428416 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.14 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.14/mesh.unv -INFO: shape: - edges length: 21.415934922270463 - surface area: 1.0699924945356742 - volume: 0.01576604309383464 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #50 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000972654" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #81 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.00098051" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #119 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000947481" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #139 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000940177" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #159 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.0009796" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #202 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000981404" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #242 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000973586" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #297 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000975815" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #317 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.00035582" -th. 140582559049280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #337 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000932902" -INFO: meshCompute: - Elements: 13932 - Edges: 853 - Faces: 2526 - Triangles: 2526 - Volumes: 10553 - Tetrahedrons: 4064 - Prisms: 6345 - Pyramid: 144 -INFO: meshExport: - format: unv -th. 140300276469888 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:16.639131 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:01.225466 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 15 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.15 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.15 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.15 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.15/mesh.unv -INFO: shape: - edges length: 17.315777216382322 - surface area: 0.8676154273465229 - volume: 0.012690443622001843 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 11580 - Edges: 676 - Faces: 2076 - Triangles: 2076 - Volumes: 8828 - Tetrahedrons: 3464 - Prisms: 5364 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140520494095232 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.15 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.15/mesh.unv -INFO: shape: - edges length: 17.315777216382322 - surface area: 0.8676154273465229 - volume: 0.012690443622001843 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 11580 - Edges: 676 - Faces: 2076 - Triangles: 2076 - Volumes: 8828 - Tetrahedrons: 3464 - Prisms: 5364 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139934726762624 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:13.954121 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 7.67025, 30 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 4486 - Faces with small interpolation weight (< 0.05) found, number of faces: 378 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 259 iterations -INFO: calculate: elapsed time: 0:00:23.106747 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 16 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.16 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.16 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.16 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.16/mesh.unv -INFO: shape: - edges length: 14.37388277039296 - surface area: 0.7069910958576352 - volume: 0.010159892465498812 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8095 - Edges: 495 - Faces: 1476 - Triangles: 1476 - Volumes: 6124 - Tetrahedrons: 2413 - Prisms: 3711 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139858026933120 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.16 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.16/mesh.unv -INFO: shape: - edges length: 14.37388277039296 - surface area: 0.7069910958576352 - volume: 0.010159892465498812 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8095 - Edges: 495 - Faces: 1476 - Triangles: 1476 - Volumes: 6124 - Tetrahedrons: 2413 - Prisms: 3711 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140523043434624 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:13.741719 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 6.81215, 15 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3195 - Faces with small interpolation weight (< 0.05) found, number of faces: 389 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 261 iterations -INFO: calculate: elapsed time: 0:00:17.053523 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 17 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.17 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.17 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.17 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.17/mesh.unv -INFO: shape: - edges length: 11.904886509713853 - surface area: 0.5775990413357883 - volume: 0.008067630932761582 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 4236 - Edges: 303 - Faces: 762 - Triangles: 762 - Volumes: 3171 - Tetrahedrons: 1218 - Prisms: 1953 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140537260653440 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.17 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.17/mesh.unv -INFO: shape: - edges length: 11.904886509713853 - surface area: 0.5775990413357883 - volume: 0.008067630932761582 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 4236 - Edges: 303 - Faces: 762 - Triangles: 762 - Volumes: 3171 - Tetrahedrons: 1218 - Prisms: 1953 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140130729603200 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:12.223510 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 7.44625, 39 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 1936 - Faces with small interpolation weight (< 0.05) found, number of faces: 356 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [2] #0 Foam::error::printStack(Foam::Ostream&) at ??:? -[2] #1 Foam::sigFpe::sigHandler(int) at ??:? -[2] #2 ? in /usr/lib64/libpthread.so.0 -[2] #3 Foam::DICPreconditioner::calcReciprocalD(Foam::Field&, Foam::lduMatrix const&) at ??:? -[2] #4 Foam::DICPreconditioner::DICPreconditioner(Foam::lduMatrix::solver const&, Foam::dictionary const&) at ??:? -[2] #5 Foam::lduMatrix::preconditioner::addsymMatrixConstructorToTable::New(Foam::lduMatrix::solver const&, Foam::dictionary const&) at ??:? -[2] #6 Foam::lduMatrix::preconditioner::New(Foam::lduMatrix::solver const&, Foam::dictionary const&) at ??:? -[2] #7 Foam::PCG::scalarSolve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[2] #8 Foam::GAMGSolver::solveCoarsestLevel(Foam::Field&, Foam::Field const&) const at ??:? -[2] #9 Foam::GAMGSolver::Vcycle(Foam::PtrList const&, Foam::Field&, Foam::Field const&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::PtrList >&, Foam::PtrList >&, unsigned char) const at ??:? -[2] #10 Foam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[2] #11 Foam::fvMatrix::solveSegregated(Foam::dictionary const&) at ??:? -[2] #12 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[2] #13 Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const at ??:? -[2] #14 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[2] #15 __libc_start_main in /usr/lib64/libc.so.6 -[2] #16 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[elnafo:00672] *** Process received signal *** -[elnafo:00672] Signal: Floating point exception (8) -[elnafo:00672] Signal code: (-6) -[elnafo:00672] Failing at address: 0x3e8000002a0 -[elnafo:00672] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7fd205ad6900] -[elnafo:00672] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7fd205ad67a1] -[elnafo:00672] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7fd205ad6900] -[elnafo:00672] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam17DICPreconditioner15calcReciprocalDERNS_5FieldIdEERKNS_9lduMatrixE+0xcc)[0x7fd2064f7a4c] -[elnafo:00672] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam17DICPreconditionerC1ERKNS_9lduMatrix6solverERKNS_10dictionaryE+0x9d)[0x7fd2064f7b2d] -[elnafo:00672] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam9lduMatrix14preconditioner30addsymMatrixConstructorToTableINS_17DICPreconditionerEE3NewERKNS0_6solverERKNS_10dictionaryE+0x2f)[0x7fd2064f7c9f] -[elnafo:00672] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam9lduMatrix14preconditioner3NewERKNS0_6solverERKNS_10dictionaryE+0x601)[0x7fd2064e4551] -[elnafo:00672] [ 7] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam3PCG11scalarSolveERNS_5FieldIdEERKS2_h+0x5c9)[0x7fd2064e9299] -[elnafo:00672] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver18solveCoarsestLevelERNS_5FieldIdEERKS2_+0xbe)[0x7fd2065082ae] -[elnafo:00672] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x661)[0x7fd206509901] -[elnafo:00672] [10] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x61d)[0x7fd20650bdfd] -[elnafo:00672] [11] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7fd2091c46ad] -[elnafo:00672] [12] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7fd208a047fb] -[elnafo:00672] [13] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7fd2089a0b14] -[elnafo:00672] [14] simpleFoam(+0x2a808)[0x55daf2b67808] -[elnafo:00672] [15] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7fd205924e0a] -[elnafo:00672] [16] simpleFoam(+0x2b94a)[0x55daf2b6894a] -[elnafo:00672] *** End of error message *** --------------------------------------------------------------------------- -Primary job terminated normally, but 1 process returned -a non-zero exit code. Per user-direction, the job has been aborted. --------------------------------------------------------------------------- --------------------------------------------------------------------------- -mpirun noticed that process rank 2 with PID 0 on node elnafo exited on signal 8 (Floating point exception). --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:02.488513 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 18 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 0, 0] - theta: 0.18 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.18 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.18 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.18/mesh.unv -INFO: shape: - edges length: 9.699150958103438 - surface area: 0.4744290138808656 - volume: 0.006328182278799707 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 3361 - Edges: 259 - Faces: 610 - Triangles: 610 - Volumes: 2492 - Tetrahedrons: 944 - Prisms: 1548 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139980359261056 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.18 - fillet: 0 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-100/theta-0.18/mesh.unv -INFO: shape: - edges length: 9.699150958103438 - surface area: 0.4744290138808656 - volume: 0.006328182278799707 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 139652618294848 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #119 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000957777" -th. 139652618294848 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #139 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000957777" -th. 139652618294848 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #317 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000959673" -th. 139652618294848 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #337 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000959673" -INFO: meshCompute: - Elements: 3361 - Edges: 259 - Faces: 610 - Triangles: 610 - Volumes: 2492 - Tetrahedrons: 944 - Prisms: 1548 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139876918681728 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:01.233517 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 7.51768, 20 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 1433 - Faces with small interpolation weight (< 0.05) found, number of faces: 235 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 211 iterations -INFO: calculate: elapsed time: 0:00:03.473461 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 19 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.01 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.01 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.01/mesh.unv -INFO: shape: - edges length: 19.25981120479186 - surface area: 4.409397685496896 - volume: 0.11876891155618453 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15754 - Edges: 371 - Faces: 2758 - Triangles: 2758 - Volumes: 12625 - Tetrahedrons: 4807 - Prisms: 7818 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140657498286976 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.01 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.01/mesh.unv -INFO: shape: - edges length: 19.25981120479186 - surface area: 4.409397685496896 - volume: 0.11876891155618453 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15754 - Edges: 371 - Faces: 2758 - Triangles: 2758 - Volumes: 12625 - Tetrahedrons: 4807 - Prisms: 7818 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139974463320192 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:17.864044 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.35453, 75 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 8093 - Faces with small interpolation weight (< 0.05) found, number of faces: 1507 - Faces with small volume ratio (< 0.01) found, number of faces: 2 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: calculate: elapsed time: 0:03:01.183837 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 20 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.02 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.02 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.02/mesh.unv -INFO: shape: - edges length: 20.405467795632486 - surface area: 4.199978683465509 - volume: 0.10803293489642736 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 11406 - Edges: 323 - Faces: 1952 - Triangles: 1952 - Volumes: 9131 - Tetrahedrons: 3542 - Prisms: 5589 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139896339979136 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.02 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.02/mesh.unv -INFO: shape: - edges length: 20.405467795632486 - surface area: 4.199978683465509 - volume: 0.10803293489642736 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 11406 - Edges: 323 - Faces: 1952 - Triangles: 1952 - Volumes: 9131 - Tetrahedrons: 3542 - Prisms: 5589 - Pyramid: 0 -INFO: meshExport: - format: unv - -INFO: createMesh: elapsed time: 0:00:18.347937 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 12.0962, 142 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 5664 - Faces with small interpolation weight (< 0.05) found, number of faces: 1072 - Faces with small volume ratio (< 0.01) found, number of faces: 3 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 78 iterations -INFO: calculate: elapsed time: 0:00:03.941780 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 21 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.03 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.03 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.03/mesh.unv -INFO: shape: - edges length: 21.329328946616393 - surface area: 3.984219362715188 - volume: 0.09758720963627796 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 10502 - Edges: 343 - Faces: 1768 - Triangles: 1768 - Volumes: 8391 - Tetrahedrons: 3303 - Prisms: 5088 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140431429127040 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.03 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.03/mesh.unv -INFO: shape: - edges length: 21.329328946616393 - surface area: 3.984219362715188 - volume: 0.09758720963627796 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 10502 - Edges: 343 - Faces: 1768 - Triangles: 1768 - Volumes: 8391 - Tetrahedrons: 3303 - Prisms: 5088 - Pyramid: 0 -INFO: meshExport: - format: unv - -INFO: createMesh: elapsed time: 0:00:24.395852 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 12.2372, 173 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 5016 - Faces with small interpolation weight (< 0.05) found, number of faces: 1230 - Faces with small volume ratio (< 0.01) found, number of faces: 4 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 78 iterations -INFO: calculate: elapsed time: 0:00:04.394504 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 22 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.04 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.04 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.04/mesh.unv -INFO: shape: - edges length: 22.14193639162333 - surface area: 3.761428118366483 - volume: 0.08747030617998033 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8824 - Edges: 336 - Faces: 1492 - Triangles: 1492 - Volumes: 6996 - Tetrahedrons: 2832 - Prisms: 4164 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140143939705728 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.04 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.04/mesh.unv -INFO: shape: - edges length: 22.14193639162333 - surface area: 3.761428118366483 - volume: 0.08747030617998033 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8824 - Edges: 336 - Faces: 1492 - Triangles: 1492 - Volumes: 6996 - Tetrahedrons: 2832 - Prisms: 4164 - Pyramid: 0 -INFO: meshExport: - format: unv - -INFO: createMesh: elapsed time: 0:00:20.321679 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.94227, 155 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 4164 - Faces with small interpolation weight (< 0.05) found, number of faces: 1098 - Faces with small volume ratio (< 0.01) found, number of faces: 3 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 76 iterations -INFO: calculate: elapsed time: 0:00:03.675830 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 23 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.05 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.05 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.05/mesh.unv -INFO: shape: - edges length: 22.88600923011395 - surface area: 3.531046268520507 - volume: 0.07772424081847161 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8171 - Edges: 334 - Faces: 1372 - Triangles: 1372 - Volumes: 6465 - Tetrahedrons: 2643 - Prisms: 3822 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139899892546432 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.05 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.05/mesh.unv -INFO: shape: - edges length: 22.88600923011395 - surface area: 3.531046268520507 - volume: 0.07772424081847161 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8171 - Edges: 334 - Faces: 1372 - Triangles: 1372 - Volumes: 6465 - Tetrahedrons: 2643 - Prisms: 3822 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140262904651904 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:19.427857 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 11.3214, 137 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3822 - Faces with small interpolation weight (< 0.05) found, number of faces: 1065 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 75 iterations -INFO: calculate: elapsed time: 0:00:03.438074 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 24 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.06 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.06 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.06/mesh.unv -INFO: shape: - edges length: 23.58344555661266 - surface area: 3.2925604565799644 - volume: 0.0683947968792937 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6186 - Edges: 302 - Faces: 1040 - Triangles: 1040 - Volumes: 4844 - Tetrahedrons: 1868 - Prisms: 2976 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140610229570432 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.06 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.06/mesh.unv -INFO: shape: - edges length: 23.58344555661266 - surface area: 3.2925604565799644 - volume: 0.0683947968792937 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6186 - Edges: 302 - Faces: 1040 - Triangles: 1040 - Volumes: 4844 - Tetrahedrons: 1868 - Prisms: 2976 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140587366056064 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:19.330846 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 10.6173, 138 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 2976 - Faces with small interpolation weight (< 0.05) found, number of faces: 912 - Faces with small volume ratio (< 0.01) found, number of faces: 7 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 71 iterations -INFO: calculate: elapsed time: 0:00:02.699474 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 25 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.07 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.07 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.07/mesh.unv -INFO: shape: - edges length: 24.247273457075732 - surface area: 3.045470573590933 - volume: 0.05953186146830311 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6600 - Edges: 331 - Faces: 1134 - Triangles: 1134 - Volumes: 5135 - Tetrahedrons: 1943 - Prisms: 3192 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140372034087808 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.07 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.07/mesh.unv -INFO: shape: - edges length: 24.247273457075732 - surface area: 3.045470573590933 - volume: 0.05953186146830311 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 6600 - Edges: 331 - Faces: 1134 - Triangles: 1134 - Volumes: 5135 - Tetrahedrons: 1943 - Prisms: 3192 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140335468572800 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:20.187530 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.5039, 128 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3192 - Faces with small interpolation weight (< 0.05) found, number of faces: 900 - Faces with small volume ratio (< 0.01) found, number of faces: 4 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 73 iterations -INFO: calculate: elapsed time: 0:00:02.732281 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 26 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.08 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.08 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.08/mesh.unv -INFO: shape: - edges length: 24.88601395326453 - surface area: 2.7892746039043286 - volume: 0.05118983003154619 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7057 - Edges: 353 - Faces: 1192 - Triangles: 1192 - Volumes: 5512 - Tetrahedrons: 2092 - Prisms: 3420 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140440632306560 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.08 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.08/mesh.unv -INFO: shape: - edges length: 24.88601395326453 - surface area: 2.7892746039043286 - volume: 0.05118983003154619 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7057 - Edges: 353 - Faces: 1192 - Triangles: 1192 - Volumes: 5512 - Tetrahedrons: 2092 - Prisms: 3420 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140625468694656 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:20.940856 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.9405, 158 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3420 - Faces with small interpolation weight (< 0.05) found, number of faces: 830 - Faces with small volume ratio (< 0.01) found, number of faces: 1 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 74 iterations -INFO: calculate: elapsed time: 0:00:02.862787 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 27 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.09 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.09 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.09/mesh.unv -INFO: shape: - edges length: 25.505624319180836 - surface area: 2.5234588805831453 - volume: 0.04342796679533734 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7474 - Edges: 389 - Faces: 1270 - Triangles: 1270 - Volumes: 5815 - Tetrahedrons: 2101 - Prisms: 3714 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139738093611904 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.09 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.09/mesh.unv -INFO: shape: - edges length: 25.505624319180836 - surface area: 2.5234588805831453 - volume: 0.04342796679533734 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 7474 - Edges: 389 - Faces: 1270 - Triangles: 1270 - Volumes: 5815 - Tetrahedrons: 2101 - Prisms: 3714 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140413489160320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:20.534001 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.31524, 132 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 3669 - Faces with small interpolation weight (< 0.05) found, number of faces: 759 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 79 iterations -INFO: calculate: elapsed time: 0:00:03.040227 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 28 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.1 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.1 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.1/mesh.unv -INFO: shape: - edges length: 26.1104835980397 - surface area: 2.24749252732544 - volume: 0.03631090394211709 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8557 - Edges: 460 - Faces: 1454 - Triangles: 1454 - Volumes: 6643 - Tetrahedrons: 2389 - Prisms: 4254 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140459776088960 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.1 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.1/mesh.unv -INFO: shape: - edges length: 26.1104835980397 - surface area: 2.24749252732544 - volume: 0.03631090394211709 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 8557 - Edges: 460 - Faces: 1454 - Triangles: 1454 - Volumes: 6643 - Tetrahedrons: 2389 - Prisms: 4254 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140103858512000 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:21.600291 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 10.1888, 160 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 4255 - Faces with small interpolation weight (< 0.05) found, number of faces: 674 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 80 iterations -INFO: calculate: elapsed time: 0:00:03.238937 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 29 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.11 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.11 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.11/mesh.unv -INFO: shape: - edges length: 26.703940818212498 - surface area: 1.9608231622166012 - volume: 0.02990917237921693 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 10862 - Edges: 579 - Faces: 1838 - Triangles: 1838 - Volumes: 8445 - Tetrahedrons: 3003 - Prisms: 5442 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140277267942272 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.11 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.11/mesh.unv -INFO: shape: - edges length: 26.703940818212498 - surface area: 1.9608231622166012 - volume: 0.02990917237921693 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 10862 - Edges: 579 - Faces: 1838 - Triangles: 1838 - Volumes: 8445 - Tetrahedrons: 3003 - Prisms: 5442 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140339639054464 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:21.886171 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.07909, 194 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 5443 - Faces with small interpolation weight (< 0.05) found, number of faces: 642 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 90 iterations -INFO: calculate: elapsed time: 0:00:03.797833 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 30 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.12 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.12 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.12/mesh.unv -INFO: shape: - edges length: 27.288641977479767 - surface area: 1.6628723050439327 - volume: 0.024299698466129893 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15422 - Edges: 819 - Faces: 2598 - Triangles: 2598 - Volumes: 12005 - Tetrahedrons: 4247 - Prisms: 7758 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140288450464640 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.12 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.12/mesh.unv -INFO: shape: - edges length: 27.288641977479767 - surface area: 1.6628723050439327 - volume: 0.024299698466129893 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15422 - Edges: 819 - Faces: 2598 - Triangles: 2598 - Volumes: 12005 - Tetrahedrons: 4247 - Prisms: 7758 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140503818432640 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:22.952422 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.01701, 208 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 6318 - Faces with small interpolation weight (< 0.05) found, number of faces: 514 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 101 iterations -INFO: calculate: elapsed time: 0:00:04.894084 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 31 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.13 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.13 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.13/mesh.unv -INFO: shape: - edges length: 27.86673604704528 - surface area: 1.3530318259320295 - volume: 0.01956641312836293 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 28728 - Edges: 1665 - Faces: 4944 - Triangles: 4944 - Volumes: 22119 - Tetrahedrons: 7323 - Prisms: 14796 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139824545278848 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.13 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.13/mesh.unv -INFO: shape: - edges length: 27.86673604704528 - surface area: 1.3530318259320295 - volume: 0.01956641312836293 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140580982089280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000986532" -INFO: meshCompute: - Elements: 28728 - Edges: 1665 - Faces: 4944 - Triangles: 4944 - Volumes: 22119 - Tetrahedrons: 7323 - Prisms: 14796 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140043825160320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:24.029854 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 5.67334, 190 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 6230 - Faces with small interpolation weight (< 0.05) found, number of faces: 574 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [2] #0 Foam::error::printStack(Foam::Ostream&) at ??:? -[2] #1 Foam::sigFpe::sigHandler(int) at ??:? -[2] #2 ? in /usr/lib64/libpthread.so.0 -[2] #3 Foam::GaussSeidelSmoother::smooth(Foam::word const&, Foam::Field&, Foam::lduMatrix const&, Foam::Field const&, Foam::FieldField const&, Foam::UPtrList const&, unsigned char, int) at ??:? -[2] #4 Foam::GaussSeidelSmoother::scalarSmooth(Foam::Field&, Foam::Field const&, unsigned char, int) const at ??:? -[2] #5 Foam::GAMGSolver::Vcycle(Foam::PtrList const&, Foam::Field&, Foam::Field const&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::PtrList >&, Foam::PtrList >&, unsigned char) const at ??:? -[2] #6 Foam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[2] #7 Foam::fvMatrix::solveSegregated(Foam::dictionary const&) at ??:? -[2] #8 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[2] #9 Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const at ??:? -[2] #10 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[2] #11 __libc_start_main in /usr/lib64/libc.so.6 -[2] #12 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[elnafo:25614] *** Process received signal *** -[elnafo:25614] Signal: Floating point exception (8) -[elnafo:25614] Signal code: (-6) -[elnafo:25614] Failing at address: 0x3e80000640e -[elnafo:25614] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7fb6ad9e1900] -[elnafo:25614] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7fb6ad9e17a1] -[elnafo:25614] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7fb6ad9e1900] -[elnafo:25614] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam19GaussSeidelSmoother6smoothERKNS_4wordERNS_5FieldIdEERKNS_9lduMatrixERKS5_RKNS_10FieldFieldIS4_dEERKNS_8UPtrListIKNS_17lduInterfaceFieldEEEhi+0x350)[0x7fb6ae3fd060] -[elnafo:25614] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam19GaussSeidelSmoother12scalarSmoothERNS_5FieldIdEERKS2_hi+0x28)[0x7fb6ae3fd128] -[elnafo:25614] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0xab1)[0x7fb6ae414d51] -[elnafo:25614] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x61d)[0x7fb6ae416dfd] -[elnafo:25614] [ 7] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7fb6b10cf6ad] -[elnafo:25614] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7fb6b090f7fb] -[elnafo:25614] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7fb6b08abb14] -[elnafo:25614] [10] simpleFoam(+0x2a808)[0x55888bfe0808] -[elnafo:25614] [11] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7fb6ad82fe0a] -[elnafo:25614] [12] simpleFoam(+0x2b94a)[0x55888bfe194a] -[elnafo:25614] *** End of error message *** --------------------------------------------------------------------------- -Primary job terminated normally, but 1 process returned -a non-zero exit code. Per user-direction, the job has been aborted. --------------------------------------------------------------------------- --------------------------------------------------------------------------- -mpirun noticed that process rank 2 with PID 0 on node elnafo exited on signal 8 (Floating point exception). --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:08.854672 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 32 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.14 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.14 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.14 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.14/mesh.unv -INFO: shape: - edges length: 21.415934922270466 - surface area: 1.069992487073348 - volume: 0.01576604284318419 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15222 - Edges: 868 - Faces: 2578 - Triangles: 2578 - Volumes: 11776 - Tetrahedrons: 4078 - Prisms: 7410 - Pyramid: 288 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140121612983168 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.14 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.14/mesh.unv -INFO: shape: - edges length: 21.415934922270466 - surface area: 1.069992487073348 - volume: 0.01576604284318419 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #40 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000945793" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #71 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000940177" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #91 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000947481" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #159 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000955033" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #194 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000949585" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #214 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000350963" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #282 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000967956" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #325 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000916105" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #345 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000954544" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #365 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000933701" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #385 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000356012" -th. 140717073225280 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #2 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000949019" -INFO: meshCompute: - Elements: 15222 - Edges: 868 - Faces: 2578 - Triangles: 2578 - Volumes: 11776 - Tetrahedrons: 4078 - Prisms: 7410 - Pyramid: 288 -INFO: meshExport: - format: unv -th. 140000138064000 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:02.230062 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: calculate: elapsed time: 0:00:01.079287 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 33 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.15 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.15 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.15 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.15/mesh.unv -INFO: shape: - edges length: 17.315777216382347 - surface area: 0.8676154266101817 - volume: 0.012690443571466216 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 13021 - Edges: 703 - Faces: 2170 - Triangles: 2170 - Volumes: 10148 - Tetrahedrons: 3680 - Prisms: 6468 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140137537080192 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.15 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.15/mesh.unv -INFO: shape: - edges length: 17.315777216382347 - surface area: 0.8676154266101817 - volume: 0.012690443571466216 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140105848534592 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #194 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000989104" -th. 140105848534592 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #345 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000988493" -INFO: meshCompute: - Elements: 13021 - Edges: 703 - Faces: 2170 - Triangles: 2170 - Volumes: 10148 - Tetrahedrons: 3680 - Prisms: 6468 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140263490900096 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:01.412385 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 7.68056, 39 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 5384 - Faces with small interpolation weight (< 0.05) found, number of faces: 400 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 155 iterations -INFO: calculate: elapsed time: 0:00:05.385880 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 34 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.16 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.16 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.16 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.16/mesh.unv -INFO: shape: - edges length: 14.373882770392957 - surface area: 0.7069910834643689 - volume: 0.010159892260938748 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139900945185664 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.16 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.16/mesh.unv -INFO: shape: - edges length: 14.373882770392957 - surface area: 0.7069910834643689 - volume: 0.010159892260938748 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 139792904398400 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #234 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since boundary mesh is overlapping -Intersecting triangles" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139956585033856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:00.123390 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.16/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.16/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.16/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.856428 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 35 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.17 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.17 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.17 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.17/mesh.unv -INFO: shape: - edges length: 11.90488650971385 - surface area: 0.5775990408534456 - volume: 0.0080676309331692 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140532976282496 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.17 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.17/mesh.unv -INFO: shape: - edges length: 11.90488650971385 - surface area: 0.5775990408534456 - volume: 0.0080676309331692 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 139724837144128 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #234 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since boundary mesh is overlapping -Intersecting triangles" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139948036886656 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:00.391177 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.17/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.17/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.17/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.871570 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 36 / 54 - cpu count: 4 - structure: faceCentered - direction: [0, 0, 1] - theta: 0.18 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.18 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.18 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.18/mesh.unv -INFO: shape: - edges length: 9.699150958103434 - surface area: 0.47442900569885466 - volume: 0.006328182171316696 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 3647 - Edges: 265 - Faces: 620 - Triangles: 620 - Volumes: 2762 - Tetrahedrons: 938 - Prisms: 1824 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140676128889728 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.18 - fillet: 0 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-001/theta-0.18/mesh.unv -INFO: shape: - edges length: 9.699150958103434 - surface area: 0.47442900569885466 - volume: 0.006328182171316696 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #71 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000957777" -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #91 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000957777" -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #194 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000977572" -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #214 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000977572" -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #325 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000959673" -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #345 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000979468" -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #365 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000959673" -th. 140070205793856 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #385 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000959673" -INFO: meshCompute: - Elements: 3647 - Edges: 265 - Faces: 620 - Triangles: 620 - Volumes: 2762 - Tetrahedrons: 938 - Prisms: 1824 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139789548163200 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:00.516560 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - High aspect ratio cells found, Max aspect ratio: 1.14477e+97, number of cells 1 - Zero or negative cell volume detected. Minimum negative volume: -5.79722e-07, Number of negative volume cells: 1 - Number of non-orthogonality errors: 3. - Error in face pyramids: 8 faces are incorrectly oriented. - Max skewness = 7.48199, 30 highly skew faces detected which may impair the quality of the results - Error in face tets: 26 faces with low quality or negative volume decomposition tets. - Cells with small determinant (< 0.001) found, number of cells: 1673 - Concave cells (using face planes) found, number of cells: 3 - Faces with small interpolation weight (< 0.05) found, number of faces: 265 - Faces with small volume ratio (< 0.01) found, number of faces: 3 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [1] #0 Foam::error::printStack(Foam::Ostream&) at ??:? -[1] #1 Foam::sigFpe::sigHandler(int) at ??:? -[1] #2 ? in /usr/lib64/libpthread.so.0 -[1] #3 Foam::DICPreconditioner::calcReciprocalD(Foam::Field&, Foam::lduMatrix const&) at ??:? -[1] #4 Foam::DICSmoother::DICSmoother(Foam::word const&, Foam::lduMatrix const&, Foam::FieldField const&, Foam::FieldField const&, Foam::UPtrList const&) at ??:? -[1] #5 Foam::lduMatrix::smoother::addsymMatrixConstructorToTable::New(Foam::word const&, Foam::lduMatrix const&, Foam::FieldField const&, Foam::FieldField const&, Foam::UPtrList const&) at ??:? -[1] #6 Foam::lduMatrix::smoother::New(Foam::word const&, Foam::lduMatrix const&, Foam::FieldField const&, Foam::FieldField const&, Foam::UPtrList const&, Foam::dictionary const&) at ??:? -[1] #7 Foam::GAMGSolver::initVcycle(Foam::PtrList >&, Foam::PtrList >&, Foam::PtrList&, Foam::Field&, Foam::Field&) const at ??:? -[1] #8 Foam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[1] #9 Foam::fvMatrix::solveSegregated(Foam::dictionary const&) at ??:? -[1] #10 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[1] #11 Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const at ??:? -[1] #12 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/potentialFoam -[1] #13 __libc_start_main in /usr/lib64/libc.so.6 -[1] #14 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/potentialFoam -[elnafo:07235] *** Process received signal *** -[elnafo:07235] Signal: Floating point exception (8) -[elnafo:07235] Signal code: (-6) -[elnafo:07235] Failing at address: 0x3e800001c43 -[elnafo:07235] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7fd6b7f68900] -[elnafo:07235] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7fd6b7f687a1] -[elnafo:07235] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7fd6b7f68900] -[elnafo:07235] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam17DICPreconditioner15calcReciprocalDERNS_5FieldIdEERKNS_9lduMatrixE+0xcc)[0x7fd6b8989a4c] -[elnafo:07235] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam11DICSmootherC1ERKNS_4wordERKNS_9lduMatrixERKNS_10FieldFieldINS_5FieldEdEESB_RKNS_8UPtrListIKNS_17lduInterfaceFieldEEE+0x9b)[0x7fd6b898664b] -[elnafo:07235] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam9lduMatrix8smoother30addsymMatrixConstructorToTableINS_11DICSmootherEE3NewERKNS_4wordERKS0_RKNS_10FieldFieldINS_5FieldEdEESE_RKNS_8UPtrListIKNS_17lduInterfaceFieldEEE+0x48)[0x7fd6b8986818] -[elnafo:07235] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam9lduMatrix8smoother3NewERKNS_4wordERKS0_RKNS_10FieldFieldINS_5FieldEdEESB_RKNS_8UPtrListIKNS_17lduInterfaceFieldEEERKNS_10dictionaryE+0x608)[0x7fd6b8974398] -[elnafo:07235] [ 7] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver10initVcycleERNS_7PtrListINS_5FieldIdEEEES5_RNS1_INS_9lduMatrix8smootherEEERS3_SA_+0x225)[0x7fd6b899a905] -[elnafo:07235] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x59a)[0x7fd6b899dd7a] -[elnafo:07235] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7fd6bab456ad] -[elnafo:07235] [10] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7fd6ba3857fb] -[elnafo:07235] [11] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7fd6ba321b14] -[elnafo:07235] [12] potentialFoam(+0x32cc0)[0x55815e0f2cc0] -[elnafo:07235] [13] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7fd6b7db6e0a] -[elnafo:07235] [14] potentialFoam(+0x3366a)[0x55815e0f366a] -[elnafo:07235] *** End of error message *** --------------------------------------------------------------------------- -Primary job terminated normally, but 1 process returned -a non-zero exit code. Per user-direction, the job has been aborted. --------------------------------------------------------------------------- --------------------------------------------------------------------------- -mpirun noticed that process rank 1 with PID 0 on node elnafo exited on signal 8 (Floating point exception). --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [3] #0 Foam::error::printStack(Foam::Ostream&) at ??:? -[3] #1 Foam::sigFpe::sigHandler(int) at ??:? -[3] #2 ? in /usr/lib64/libpthread.so.0 -[3] #3 Foam::DICPreconditioner::calcReciprocalD(Foam::Field&, Foam::lduMatrix const&) at ??:? -[3] #4 Foam::DICPreconditioner::DICPreconditioner(Foam::lduMatrix::solver const&, Foam::dictionary const&) at ??:? -[3] #5 Foam::lduMatrix::preconditioner::addsymMatrixConstructorToTable::New(Foam::lduMatrix::solver const&, Foam::dictionary const&) at ??:? -[3] #6 Foam::lduMatrix::preconditioner::New(Foam::lduMatrix::solver const&, Foam::dictionary const&) at ??:? -[3] #7 Foam::PCG::scalarSolve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[3] #8 Foam::GAMGSolver::solveCoarsestLevel(Foam::Field&, Foam::Field const&) const at ??:? -[3] #9 Foam::GAMGSolver::Vcycle(Foam::PtrList const&, Foam::Field&, Foam::Field const&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::PtrList >&, Foam::PtrList >&, unsigned char) const at ??:? -[3] #10 Foam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[3] #11 Foam::fvMatrix::solveSegregated(Foam::dictionary const&) at ??:? -[3] #12 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[3] #13 Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const at ??:? -[3] #14 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[3] #15 __libc_start_main in /usr/lib64/libc.so.6 -[3] #16 ? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[elnafo:07378] *** Process received signal *** -[elnafo:07378] Signal: Floating point exception (8) -[elnafo:07378] Signal code: (-6) -[elnafo:07378] Failing at address: 0x3e800001cd2 -[elnafo:07378] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7fcaf491e900] -[elnafo:07378] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7fcaf491e7a1] -[elnafo:07378] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7fcaf491e900] -[elnafo:07378] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam17DICPreconditioner15calcReciprocalDERNS_5FieldIdEERKNS_9lduMatrixE+0xcc)[0x7fcaf533fa4c] -[elnafo:07378] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam17DICPreconditionerC1ERKNS_9lduMatrix6solverERKNS_10dictionaryE+0x9d)[0x7fcaf533fb2d] -[elnafo:07378] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam9lduMatrix14preconditioner30addsymMatrixConstructorToTableINS_17DICPreconditionerEE3NewERKNS0_6solverERKNS_10dictionaryE+0x2f)[0x7fcaf533fc9f] -[elnafo:07378] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam9lduMatrix14preconditioner3NewERKNS0_6solverERKNS_10dictionaryE+0x601)[0x7fcaf532c551] -[elnafo:07378] [ 7] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam3PCG11scalarSolveERNS_5FieldIdEERKS2_h+0x5c9)[0x7fcaf5331299] -[elnafo:07378] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver18solveCoarsestLevelERNS_5FieldIdEERKS2_+0xbe)[0x7fcaf53502ae] -[elnafo:07378] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x661)[0x7fcaf5351901] -[elnafo:07378] [10] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x61d)[0x7fcaf5353dfd] -[elnafo:07378] [11] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7fcaf800c6ad] -[elnafo:07378] [12] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7fcaf784c7fb] -[elnafo:07378] [13] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7fcaf77e8b14] -[elnafo:07378] [14] simpleFoam(+0x2a808)[0x55c3fd2c7808] -[elnafo:07378] [15] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7fcaf476ce0a] -[elnafo:07378] [16] simpleFoam(+0x2b94a)[0x55c3fd2c894a] -[elnafo:07378] *** End of error message *** --------------------------------------------------------------------------- -Primary job terminated normally, but 1 process returned -a non-zero exit code. Per user-direction, the job has been aborted. --------------------------------------------------------------------------- --------------------------------------------------------------------------- -mpirun noticed that process rank 3 with PID 0 on node elnafo exited on signal 8 (Floating point exception). --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:03.571976 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 37 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.01 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.01/mesh.unv -INFO: shape: - edges length: 34.72803375465854 - surface area: 6.380794443168259 - volume: 0.17815340672995908 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 21772 - Edges: 849 - Faces: 5566 - Triangles: 5566 - Volumes: 15357 - Tetrahedrons: 352 - Prisms: 14561 - Pyramid: 444 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140378722753408 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.01 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.01/mesh.unv -INFO: shape: - edges length: 34.72803375465854 - surface area: 6.380794443168259 - volume: 0.17815340672995908 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140430524016192 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000930112" -INFO: meshCompute: - Elements: 21772 - Edges: 849 - Faces: 5566 - Triangles: 5566 - Volumes: 15357 - Tetrahedrons: 352 - Prisms: 14561 - Pyramid: 444 -INFO: meshExport: - format: unv -th. 140431034761344 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:19.776291 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.01/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.971422 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 38 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.02 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.02/mesh.unv -INFO: shape: - edges length: 35.90969914420914 - surface area: 6.074884586879219 - volume: 0.1620494030621144 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140107152690048 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.02 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.02/mesh.unv -INFO: shape: - edges length: 35.90969914420914 - surface area: 6.074884586879219 - volume: 0.1620494030621144 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 139958460937792 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since boundary mesh is overlapping -Intersecting triangles" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140541555744896 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:19.854795 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.02/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.972122 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 39 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.03 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.03/mesh.unv -INFO: shape: - edges length: 36.86851993482275 - surface area: 5.759719834207259 - volume: 0.14638080921083815 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 20573 - Edges: 732 - Faces: 3530 - Triangles: 3530 - Volumes: 16311 - Tetrahedrons: 6423 - Prisms: 9888 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139993210837888 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.03 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.03/mesh.unv -INFO: shape: - edges length: 36.86851993482275 - surface area: 5.759719834207259 - volume: 0.14638080921083815 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 20573 - Edges: 732 - Faces: 3530 - Triangles: 3530 - Volumes: 16311 - Tetrahedrons: 6423 - Prisms: 9888 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139677227978880 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:20.263469 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 13.1548, 232 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 9914 - Faces with small interpolation weight (< 0.05) found, number of faces: 2176 - Faces with small volume ratio (< 0.01) found, number of faces: 6 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 78 iterations -INFO: calculate: elapsed time: 0:00:06.911119 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 40 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.04 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.04/mesh.unv -INFO: shape: - edges length: 37.71531365397157 - surface area: 5.434273372883561 - volume: 0.1312054491107175 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140569681447808 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.04 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.04/mesh.unv -INFO: shape: - edges length: 37.71531365397157 - surface area: 5.434273372883561 - volume: 0.1312054491107175 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140088310830656 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since boundary mesh is overlapping -Intersecting triangles" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140313089228928 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:20.353083 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.04/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.898805 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 41 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.05 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.05/mesh.unv -INFO: shape: - edges length: 38.492961619332675 - surface area: 5.097718465701765 - volume: 0.1165863472213987 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 22383 - Edges: 901 - Faces: 3910 - Triangles: 3910 - Volumes: 17572 - Tetrahedrons: 6937 - Prisms: 10635 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140202048351104 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.05 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.05/mesh.unv -INFO: shape: - edges length: 38.492961619332675 - surface area: 5.097718465701765 - volume: 0.1165863472213987 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 22383 - Edges: 901 - Faces: 3910 - Triangles: 3910 - Volumes: 17572 - Tetrahedrons: 6937 - Prisms: 10635 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140350681120896 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:21.671698 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 10.3033, 240 highly skew faces detected which may impair the quality of the results - Error in face tets: 2 faces with low quality or negative volume decomposition tets. - Cells with small determinant (< 0.001) found, number of cells: 9425 - Faces with small interpolation weight (< 0.05) found, number of faces: 2050 - Faces with small volume ratio (< 0.01) found, number of faces: 6 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 78 iterations -INFO: calculate: elapsed time: 0:00:07.032860 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 42 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.06 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.06/mesh.unv -INFO: shape: - edges length: 39.22347116726652 - surface area: 4.749296877647798 - volume: 0.10259216139789325 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140557404932992 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.06 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.06/mesh.unv -INFO: shape: - edges length: 39.22347116726652 - surface area: 4.749296877647798 - volume: 0.10259216139789325 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140587783943744 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since boundary mesh is overlapping -Intersecting triangles" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140270177083520 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:20.577509 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.897898 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 43 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.07 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.07/mesh.unv -INFO: shape: - edges length: 39.9199499902634 - surface area: 4.38827116583372 - volume: 0.0892977920716064 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 139700582435712 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.07 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.07/mesh.unv -INFO: shape: - edges length: 39.9199499902634 - surface area: 4.38827116583372 - volume: 0.0892977920716064 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140269127198272 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_BAD_INPUT_MESH "NgException at Volume meshing: Stop meshing since boundary mesh is overlapping -Intersecting triangles" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 139945481949312 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:21.639567 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - -------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- -[0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.07/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.905418 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 44 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.08 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.08/mesh.unv -INFO: shape: - edges length: 40.59098023956024 - surface area: 4.013901230366265 - volume: 0.07678477019840611 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 17646 - Edges: 866 - Faces: 3068 - Triangles: 3068 - Volumes: 13712 - Tetrahedrons: 5282 - Prisms: 8430 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140185977330560 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.08 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.08/mesh.unv -INFO: shape: - edges length: 40.59098023956024 - surface area: 4.013901230366265 - volume: 0.07678477019840611 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 17646 - Edges: 866 - Faces: 3068 - Triangles: 3068 - Volumes: 13712 - Tetrahedrons: 5282 - Prisms: 8430 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140187660390528 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:22.537592 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Error in face pyramids: 1 faces are incorrectly oriented. - Max skewness = 9.78277, 217 highly skew faces detected which may impair the quality of the results - Error in face tets: 10 faces with low quality or negative volume decomposition tets. - Cells with small determinant (< 0.001) found, number of cells: 7629 - Concave cells (using face planes) found, number of cells: 1 - Faces with small interpolation weight (< 0.05) found, number of faces: 1404 - Faces with small volume ratio (< 0.01) found, number of faces: 4 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 81 iterations -INFO: calculate: elapsed time: 0:00:06.185252 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 45 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.09 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.09/mesh.unv -INFO: shape: - edges length: 41.242567930077 - surface area: 3.6254305717949764 - volume: 0.06514193745367515 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 21048 - Edges: 1026 - Faces: 3656 - Triangles: 3656 - Volumes: 16366 - Tetrahedrons: 6274 - Prisms: 10092 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139703898725248 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.09 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.09/mesh.unv -INFO: shape: - edges length: 41.242567930077 - surface area: 3.6254305717949764 - volume: 0.06514193745367515 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 21048 - Edges: 1026 - Faces: 3656 - Triangles: 3656 - Volumes: 16366 - Tetrahedrons: 6274 - Prisms: 10092 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140566946136192 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:23.252846 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Number of non-orthogonality errors: 2. - Error in face pyramids: 2 faces are incorrectly oriented. - Max skewness = 10.3528, 201 highly skew faces detected which may impair the quality of the results - Error in face tets: 9 faces with low quality or negative volume decomposition tets. - Cells with small determinant (< 0.001) found, number of cells: 8098 - Concave cells (using face planes) found, number of cells: 5 - Faces with small interpolation weight (< 0.05) found, number of faces: 1270 - Faces with small volume ratio (< 0.01) found, number of faces: 5 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [3] #0 Foam::error::printStack(Foam::Ostream&)[0] #0 Foam::error::printStack(Foam::Ostream&)[1] #0 Foam::error::printStack(Foam::Ostream&)[2] #0 Foam::error::printStack(Foam::Ostream&) at ??:? - at at ??:? -[2] #1 Foam::sigFpe::sigHandler(int)[0] #1 Foam::sigFpe::sigHandler(int)??:? -[1] #1 Foam::sigFpe::sigHandler(int) at ??:? -[3] #1 Foam::sigFpe::sigHandler(int) at ??:? -[3] #2 ? at ??:? -[1] #2 ? at ??:? -[0] #2 ? at ??:? -[2] #2 ? in /usr/lib64/libpthread.so.0 - in /usr/lib64/libpthread.so.0 - in /usr/lib64/libpthread.so.0 -[1] #3 Foam::scalarProduct::type Foam::sumProd(Foam::UList const&, Foam::UList const&) in /usr/lib64/libpthread.so.0 -[0] #3 Foam::scalarProduct::type Foam::sumProd(Foam::UList const&, Foam::UList const&)[3] #3 Foam::scalarProduct::type Foam::sumProd(Foam::UList const&, Foam::UList const&)[2] #3 Foam::scalarProduct::type Foam::sumProd(Foam::UList const&, Foam::UList const&) at ??:? - at ??:? - at ??:? -[3] #4 Foam::PCG::scalarSolve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[1] #4 Foam::PCG::scalarSolve(Foam::Field&, Foam::Field const&, unsigned char) const[2] #4 Foam::PCG::scalarSolve(Foam::Field&, Foam::Field const&, unsigned char) const[0] #4 Foam::PCG::scalarSolve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? - at ??:? - at ??:? -[0] #5 Foam::GAMGSolver::solveCoarsestLevel(Foam::Field&, Foam::Field const&) const[2] #5 Foam::GAMGSolver::solveCoarsestLevel(Foam::Field&, Foam::Field const&) const[1] #5 Foam::GAMGSolver::solveCoarsestLevel(Foam::Field&, Foam::Field const&) const at ??:? -[3] #5 Foam::GAMGSolver::solveCoarsestLevel(Foam::Field&, Foam::Field const&) const at ??:? - at ??:? - at ??:? -[0] #6 Foam::GAMGSolver::Vcycle(Foam::PtrList const&, Foam::Field&, Foam::Field const&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::PtrList >&, Foam::PtrList >&, unsigned char) const[1] #6 Foam::GAMGSolver::Vcycle(Foam::PtrList const&, Foam::Field&, Foam::Field const&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::PtrList >&, Foam::PtrList >&, unsigned char) const[2] #6 Foam::GAMGSolver::Vcycle(Foam::PtrList const&, Foam::Field&, Foam::Field const&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::PtrList >&, Foam::PtrList >&, unsigned char) const at ??:? -[3] #6 Foam::GAMGSolver::Vcycle(Foam::PtrList const&, Foam::Field&, Foam::Field const&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::Field&, Foam::PtrList >&, Foam::PtrList >&, unsigned char) const at ??:? - at ??:? -[1] #7 [2] #7 Foam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) constFoam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[0] #7 Foam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? -[3] #7 Foam::GAMGSolver::solve(Foam::Field&, Foam::Field const&, unsigned char) const at ??:? - at ??:? -[2] #8 Foam::fvMatrix::solveSegregated(Foam::dictionary const&) at ??:? -[0] #8 Foam::fvMatrix::solveSegregated(Foam::dictionary const&)[1] #8 Foam::fvMatrix::solveSegregated(Foam::dictionary const&) at ??:? -[3] #8 Foam::fvMatrix::solveSegregated(Foam::dictionary const&) at ??:? -[0] #9 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[2] #9 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[1] #9 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[3] #9 Foam::fvMatrix::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? -[2] #10 at ??:? -[1] #10 Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const at ??:? -[0] #10 Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const at Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const??:? -[3] #10 Foam::fvMesh::solve(Foam::fvMatrix&, Foam::dictionary const&) const at ??:? -[1] #11 at ??:? -[2] #11 at ??:? -[0] #11 at ??:? -[3] #11 ???? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[0] #12 __libc_start_main in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[2] #12 __libc_start_main in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[1] #12 __libc_start_main in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[3] #12 __libc_start_main in /usr/lib64/libc.so.6 -[2] # in /usr/lib64/libc.so.6 -13 [1] #13 in /usr/lib64/libc.so.6 -[0] #13 in /usr/lib64/libc.so.6 -[3] #13 ???? in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[elnafo:17529] *** Process received signal *** -[elnafo:17529] Signal: Floating point exception (8) -[elnafo:17529] Signal code: (-6) -[elnafo:17529] Failing at address: 0x3e800004479 -[elnafo:17529] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7f160f3fb900] -[elnafo:17529] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7f160f3fb7a1] -[elnafo:17529] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7f160f3fb900] -[elnafo:17529] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam7sumProdIdEENS_13scalarProductIT_S2_E4typeERKNS_5UListIS2_EES8_+0x3e)[0x7f160fff359e] -[elnafo:17529] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam3PCG11scalarSolveERNS_5FieldIdEERKS2_h+0x843)[0x7f160fe0e513] -[elnafo:17529] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver18solveCoarsestLevelERNS_5FieldIdEERKS2_+0xbe)[0x7f160fe2d2ae] -[elnafo:17529] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x661)[0x7f160fe2e901] -[elnafo:17529] [ 7] in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[elnafo:17530] *** Process received signal *** -[elnafo:17530] Signal: Floating point exception (8) -[elnafo:17530] Signal code: (-6) -[elnafo:17530] Failing at address: 0x3e80000447a -[elnafo:17530] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7f9e7040b900] -[elnafo:17530] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7f9e7040b7a1] -[elnafo:17530] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7f9e7040b900] -[elnafo:17530] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam7sumProdIdEENS_13scalarProductIT_S2_E4typeERKNS_5UListIS2_EES8_+0x3e)[0x7f9e7100359e] -[elnafo:17530] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam3PCG11scalarSolveERNS_5FieldIdEERKS2_h+0x843)[0x7f9e70e1e513] -[elnafo:17530] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver18solveCoarsestLevelERNS_5FieldIdEERKS2_+0xbe)[0x7f9e70e3d2ae] -[elnafo:17530] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x661)[0x7f9e70e3e901] -[elnafo:17530] [ 7] in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[elnafo:17531] *** Process received signal *** -[elnafo:17531] Signal: Floating point exception (8) -[elnafo:17531] Signal code: (-6) -[elnafo:17531] Failing at address: 0x3e80000447b -[elnafo:17531] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7f9f6bbe4900] -[elnafo:17531] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7f9f6bbe47a1] -[elnafo:17531] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7f9f6bbe4900] -[elnafo:17531] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam7sumProdIdEENS_13scalarProductIT_S2_E4typeERKNS_5UListIS2_EES8_+0x3e)[0x7f9f6c7dc59e] -[elnafo:17531] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam3PCG11scalarSolveERNS_5FieldIdEERKS2_h+0x843)[0x7f9f6c5f7513] -[elnafo:17531] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver18solveCoarsestLevelERNS_5FieldIdEERKS2_+0xbe)[0x7f9f6c6162ae] -[elnafo:17531] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x661)[0x7f9f6c617901] -[elnafo:17531] [ 7] in ~/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/bin/simpleFoam -[elnafo:17528] *** Process received signal *** -[elnafo:17528] Signal: Floating point exception (8) -[elnafo:17528] Signal code: (-6) -[elnafo:17528] Failing at address: 0x3e800004478 -[elnafo:17528] [ 0] /usr/lib64/libpthread.so.0(+0x13900)[0x7f771f998900] -[elnafo:17528] [ 1] /usr/lib64/libpthread.so.0(raise+0x141)[0x7f771f9987a1] -[elnafo:17528] [ 2] /usr/lib64/libpthread.so.0(+0x13900)[0x7f771f998900] -[elnafo:17528] [ 3] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam7sumProdIdEENS_13scalarProductIT_S2_E4typeERKNS_5UListIS2_EES8_+0x3e)[0x7f772059059e] -[elnafo:17528] [ 4] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam3PCG11scalarSolveERNS_5FieldIdEERKS2_h+0x843)[0x7f77203ab513] -[elnafo:17528] [ 5] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver18solveCoarsestLevelERNS_5FieldIdEERKS2_+0xbe)[0x7f77203ca2ae] -[elnafo:17528] [ 6] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x661)[0x7f77203cb901] -[elnafo:17528] [ 7] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x61d)[0x7f160fe30dfd] -[elnafo:17529] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7f1612ae96ad] -[elnafo:17529] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7f16123297fb] -[elnafo:17529] [10] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7f16122c5b14] -[elnafo:17529] [11] simpleFoam(+0x2a808)[0x55cc53e50808] -[elnafo:17529] [12] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7f160f249e0a] -[elnafo:17529] [13] simpleFoam(+0x2b94a)[0x55cc53e5194a] -[elnafo:17529] *** End of error message *** -/home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x61d)[0x7f9e70e40dfd] -[elnafo:17530] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7f9e73af96ad] -[elnafo:17530] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7f9e733397fb] -[elnafo:17530] [10] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7f9e732d5b14] -[elnafo:17530] [11] simpleFoam(+0x2a808)[0x563d4f6a8808] -[elnafo:17530] [12] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7f9e70259e0a] -[elnafo:17530] [13] simpleFoam(+0x2b94a)[0x563d4f6a994a] -[elnafo:17530] *** End of error message *** -/home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x61d)[0x7f77203cddfd] -[elnafo:17528] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7f77230866ad] -[elnafo:17528] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7f77228c67fb] -[elnafo:17528] [10] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7f7722862b14] -[elnafo:17528] [11] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5FieldIdEERKS2_h+0x61d)[0x7f9f6c619dfd] -[elnafo:17531] [ 8] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x18d)[0x7f9f6f2d26ad] -[elnafo:17531] [ 9] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x40b)[0x7f9f6eb127fb] -[elnafo:17531] [10] /home/nafaryus/programs/OpenFOAM/OpenFOAM-v2012/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0x24)[0x7f9f6eaaeb14] -[elnafo:17531] [11] simpleFoam(+0x2a808)[0x558eded9b808] -[elnafo:17531] [12] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7f9f6ba32e0a] -[elnafo:17531] [13] simpleFoam(+0x2b94a)[0x558eded9c94a] -[elnafo:17531] *** End of error message *** -simpleFoam(+0x2a808)[0x55c43e08b808] -[elnafo:17528] [12] /usr/lib64/libc.so.6(__libc_start_main+0xea)[0x7f771f7e6e0a] -[elnafo:17528] [13] simpleFoam(+0x2b94a)[0x55c43e08c94a] -[elnafo:17528] *** End of error message *** --------------------------------------------------------------------------- -Primary job terminated normally, but 1 process returned -a non-zero exit code. Per user-direction, the job has been aborted. --------------------------------------------------------------------------- --------------------------------------------------------------------------- -mpirun noticed that process rank 3 with PID 0 on node elnafo exited on signal 8 (Floating point exception). --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:14.216913 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 46 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.1 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.1/mesh.unv -INFO: shape: - edges length: 41.87913209375023 - surface area: 3.2220779772780745 - volume: 0.05446636903690653 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 17235 - Edges: 989 - Faces: 2938 - Triangles: 2938 - Volumes: 13308 - Tetrahedrons: 4827 - Prisms: 8481 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140282209602432 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.1 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.1/mesh.unv -INFO: shape: - edges length: 41.87913209375023 - surface area: 3.2220779772780745 - volume: 0.05446636903690653 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 17235 - Edges: 989 - Faces: 2938 - Triangles: 2938 - Volumes: 13308 - Tetrahedrons: 4827 - Prisms: 8481 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140188159381632 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:23.954285 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Error in face pyramids: 1 faces are incorrectly oriented. - Max skewness = 8.98761, 212 highly skew faces detected which may impair the quality of the results - Error in face tets: 18 faces with low quality or negative volume decomposition tets. - Cells with small determinant (< 0.001) found, number of cells: 8148 - Concave cells (using face planes) found, number of cells: 1 - Faces with small interpolation weight (< 0.05) found, number of faces: 1142 - Faces with small volume ratio (< 0.01) found, number of faces: 1 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 80 iterations -INFO: calculate: elapsed time: 0:00:06.571238 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 47 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.11 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.11/mesh.unv -INFO: shape: - edges length: 42.504055315696604 - surface area: 2.803029852828965 - volume: 0.04486377777019813 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 20929 - Edges: 1217 - Faces: 3550 - Triangles: 3550 - Volumes: 16162 - Tetrahedrons: 5830 - Prisms: 10332 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139983765965696 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.11 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.11/mesh.unv -INFO: shape: - edges length: 42.504055315696604 - surface area: 2.803029852828965 - volume: 0.04486377777019813 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -BFGS update error2 -INFO: meshCompute: - Elements: 20929 - Edges: 1217 - Faces: 3550 - Triangles: 3550 - Volumes: 16162 - Tetrahedrons: 5830 - Prisms: 10332 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139748714967168 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:23.996347 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.16364, 250 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 9338 - Faces with small interpolation weight (< 0.05) found, number of faces: 1053 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 80 iterations -INFO: calculate: elapsed time: 0:00:07.176816 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 48 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.12 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.12/mesh.unv -INFO: shape: - edges length: 43.12001227586068 - surface area: 2.3674349658941356 - volume: 0.036449540384307776 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 26415 - Edges: 1664 - Faces: 4510 - Triangles: 4510 - Volumes: 20241 - Tetrahedrons: 7017 - Prisms: 13224 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140296281054080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.12 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.12/mesh.unv -INFO: shape: - edges length: 43.12001227586068 - surface area: 2.3674349658941356 - volume: 0.036449540384307776 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 26415 - Edges: 1664 - Faces: 4510 - Triangles: 4510 - Volumes: 20241 - Tetrahedrons: 7017 - Prisms: 13224 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140581439172736 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:24.965865 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Max skewness = 9.25473, 374 highly skew faces detected which may impair the quality of the results - Cells with small determinant (< 0.001) found, number of cells: 10155 - Faces with small interpolation weight (< 0.05) found, number of faces: 985 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 91 iterations -INFO: calculate: elapsed time: 0:00:11.778850 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 49 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.13 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.13/mesh.unv -INFO: shape: - edges length: 43.729176841293324 - surface area: 1.9143986203224723 - volume: 0.029349615534421784 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 29875 - Edges: 3080 - Faces: 8409 - Triangles: 8409 - Volumes: 18386 - Tetrahedrons: 342 - Prisms: 17692 - Pyramid: 352 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140457628281728 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.13 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.13/mesh.unv -INFO: shape: - edges length: 43.729176841293324 - surface area: 1.9143986203224723 - volume: 0.029349615534421784 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 139958701405760 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #1 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.00077898" -INFO: meshCompute: - Elements: 29875 - Edges: 3080 - Faces: 8409 - Triangles: 8409 - Volumes: 18386 - Tetrahedrons: 342 - Prisms: 17692 - Pyramid: 352 -INFO: meshExport: - format: unv -th. 140631049486464 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:00:26.982358 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.13/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.999774 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 50 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.14 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.14 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.14 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.14/mesh.unv -INFO: shape: - edges length: 32.88896493338803 - surface area: 1.5018066570518191 - volume: 0.02364906413907819 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 22864 - Edges: 1832 - Faces: 5258 - Triangles: 5258 - Volumes: 15774 - Tetrahedrons: 0 - Prisms: 15306 - Pyramid: 468 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139864367577984 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.14 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.14/mesh.unv -INFO: shape: - edges length: 32.88896493338803 - surface area: 1.5018066570518191 - volume: 0.02364906413907819 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #22 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000928406" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #47 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.00094095" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #84 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000821828" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #104 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000855386" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #129 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.0002078" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #163 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000928773" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #202 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000919304" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #227 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000869773" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #247 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.00093447" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #287 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000941677" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #312 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000910685" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #332 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000836328" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #352 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000936004" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #377 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000930694" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #418 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000942325" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #458 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000864384" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #483 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000829991" -th. 140326157088320 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #2 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.00086239" -INFO: meshCompute: - Elements: 22864 - Edges: 1832 - Faces: 5258 - Triangles: 5258 - Volumes: 15774 - Tetrahedrons: 0 - Prisms: 15306 - Pyramid: 468 -INFO: meshExport: - format: unv -th. 139752886190208 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:07.076667 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - - ---> FOAM FATAL IO ERROR: (openfoam-2012) -Bad token - could not get int32 - -file: input at line 0. - - From Foam::Istream& Foam::operator>>(Foam::Istream&, int32_t&) - in file primitives/ints/int32/int32IO.C at line 96. - -FOAM exiting - - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.14/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.882177 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 51 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.15 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.15 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.15 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.15/mesh.unv -INFO: shape: - edges length: 26.152554375234786 - surface area: 1.209767198423661 - volume: 0.019035664563429564 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -ERROR: salome: - th. 140687665208192 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.15 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.15/mesh.unv -INFO: shape: - edges length: 26.152554375234786 - surface area: 1.209767198423661 - volume: 0.019035664563429564 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140021748246080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #2 with error COMPERR_OCC_EXCEPTION "Standard_ConstructionError: gp_XYZ::Normalize() - vector has zero norm" -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -th. 140251669590144 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:04.757565 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - - ---> FOAM FATAL IO ERROR: (openfoam-2012) -Bad token - could not get int32 - -file: input at line 0. - - From Foam::Istream& Foam::operator>>(Foam::Istream&, int32_t&) - in file primitives/ints/int32/int32IO.C at line 96. - -FOAM exiting - - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.15/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.15/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.15/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.975144 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 52 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.16 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.16 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.16 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.16/mesh.unv -INFO: shape: - edges length: 21.35495989646671 - surface area: 0.9798267728888729 - volume: 0.015239837554121404 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 14091 - Edges: 837 - Faces: 2316 - Triangles: 2316 - Volumes: 10938 - Tetrahedrons: 3990 - Prisms: 6948 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139815005797248 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.16 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.16/mesh.unv -INFO: shape: - edges length: 21.35495989646671 - surface area: 0.9798267728888729 - volume: 0.015239837554121404 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140167019324992 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #377 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000989825" -INFO: meshCompute: - Elements: 14091 - Edges: 837 - Faces: 2316 - Triangles: 2316 - Volumes: 10938 - Tetrahedrons: 3990 - Prisms: 6948 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139630967341184 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:04.821623 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - - ---> FOAM FATAL IO ERROR: (openfoam-2012) -Bad token - could not get int32 - -file: input at line 0. - - From Foam::Istream& Foam::operator>>(Foam::Istream&, int32_t&) - in file primitives/ints/int32/int32IO.C at line 96. - -FOAM exiting - - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.16/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.16/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.16/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.891125 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 53 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.17 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.17 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.17 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.17/mesh.unv -INFO: shape: - edges length: 17.35134671836467 - surface area: 0.7961847350244197 - volume: 0.012101446503835565 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 9936 - Edges: 639 - Faces: 1644 - Triangles: 1644 - Volumes: 7653 - Tetrahedrons: 2721 - Prisms: 4932 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 139811441703808 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.17 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.17/mesh.unv -INFO: shape: - edges length: 17.35134671836467 - surface area: 0.7961847350244197 - volume: 0.012101446503835565 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 139647540069952 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #104 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000986333" -th. 139647540069952 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #202 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000984595" -th. 139647540069952 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #458 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000985432" -INFO: meshCompute: - Elements: 9936 - Edges: 639 - Faces: 1644 - Triangles: 1644 - Volumes: 7653 - Tetrahedrons: 2721 - Prisms: 4932 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 139841679593600 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:06.066015 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - - ---> FOAM FATAL IO ERROR: (openfoam-2012) -Bad token - could not get int32 - -file: input at line 0. - - From Foam::Istream& Foam::operator>>(Foam::Istream&, int32_t&) - in file primitives/ints/int32/int32IO.C at line 96. - -FOAM exiting - - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.17/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.17/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.17/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.864715 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 54 / 54 - cpu count: 4 - structure: faceCentered - direction: [1, 1, 1] - theta: 0.18 - fillet: False - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.18 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: faceCentered - coefficient: 0.18 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.18/mesh.unv -INFO: shape: - edges length: 13.791136711112753 - surface area: 0.6513020656435903 - volume: 0.009492273137130813 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 9303 - Edges: 611 - Faces: 1534 - Triangles: 1534 - Volumes: 7158 - Tetrahedrons: 2556 - Prisms: 4602 - Pyramid: 0 -INFO: meshExport: - format: unv -ERROR: salome: - th. 140670650817408 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx [101] : Module Catalog Server: Naming Service was found -Warning, no type found for resource "localhost", using default value "single_machine" -INFO: genMesh: - structure type: faceCentered - coefficient: 0.18 - fillet: 0 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.18/mesh.unv -INFO: shape: - edges length: 13.791136711112753 - surface area: 0.6513020656435903 - volume: 0.009492273137130813 -INFO: meshCreate: - fineness: Coarse - min size: 0.0005 - max size: 0.1 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.001 - number: 3 - stretch factor: 1.2 -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #22 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000965729" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #47 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000950843" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #84 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000425311" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #104 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000970128" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #129 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000952262" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #163 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000935083" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #202 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000944699" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #227 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000623613" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #247 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000946751" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #287 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000965729" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #312 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000801378" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #332 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000826541" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #352 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000965729" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #377 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000957317" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #418 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000964547" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #458 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000944816" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #483 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000537006" -th. 140288289814080 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/SMESH/src/SMESH/SMESH_subMesh.cxx [2005] : NETGEN_2D3D failed on sub-shape #2 with error COMPERR_WARNING "Thickness 0.001 of viscous layers not reached, average reached thickness is 0.000826541" -INFO: meshCompute: - Elements: 9303 - Edges: 611 - Faces: 1534 - Triangles: 1534 - Volumes: 7158 - Tetrahedrons: 2556 - Prisms: 4602 - Pyramid: 0 -INFO: meshExport: - format: unv -th. 140328223096960 - Trace /volatile/salome/jenkins/workspace/Salome_master_CO7/SALOME-9.6.0-CO7/SOURCES/KERNEL/src/NamingService/SALOME_NamingService.cxx [1228] : Destroy_Name(): CORBA::SystemException: unable to contact the naming service - -INFO: createMesh: elapsed time: 0:01:06.432608 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - - ---> FOAM FATAL IO ERROR: (openfoam-2012) -Bad token - could not get int32 - -file: input at line 0. - - From Foam::Istream& Foam::operator>>(Foam::Istream&, int32_t&) - in file primitives/ints/int32/int32IO.C at line 96. - -FOAM exiting - - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.18/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.18/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/faceCentered/direction-111/theta-0.18/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.871515 -INFO: Warnings: 39 Errors: 179 diff --git a/logs/anisotrope.simple.log b/logs/anisotrope.simple.log deleted file mode 100644 index 879c610..0000000 --- a/logs/anisotrope.simple.log +++ /dev/null @@ -1,5977 +0,0 @@ -INFO: environment: - Python 3.9.5 - Salome 9.6.0 - OpenFOAM-v2012 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 1 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.01 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.01 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.01/mesh.unv -INFO: shape: - edges length: 84.6411119196479 - surface area: 32.13602028527959 - volume: 6.8912891610244795 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 12423 - Edges: 553 - Faces: 2428 - Triangles: 2428 - Volumes: 9442 - Tetrahedrons: 4906 - Prisms: 4536 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:15.353276 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3741 - Faces with small interpolation weight (< 0.05) found, number of faces: 1646 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 179 iterations -INFO: calculate: elapsed time: 0:00:07.450734 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 2 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.02 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.02 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.02/mesh.unv -INFO: shape: - edges length: 84.63235958522154 - surface area: 31.76751299334205 - volume: 6.678197758874605 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 12819 - Edges: 566 - Faces: 2520 - Triangles: 2520 - Volumes: 9733 - Tetrahedrons: 5035 - Prisms: 4698 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:15.264654 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3760 - Faces with small interpolation weight (< 0.05) found, number of faces: 1670 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 180 iterations -INFO: calculate: elapsed time: 0:00:07.099668 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 3 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.03 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.03 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.03/mesh.unv -INFO: shape: - edges length: 84.63961971825442 - surface area: 31.377265767266046 - volume: 6.460670931579417 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 14089 - Edges: 613 - Faces: 2754 - Triangles: 2754 - Volumes: 10722 - Tetrahedrons: 5584 - Prisms: 5138 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:15.413950 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3866 - Faces with small interpolation weight (< 0.05) found, number of faces: 1711 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 187 iterations -INFO: calculate: elapsed time: 0:00:07.116609 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 4 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.04 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.04 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.04/mesh.unv -INFO: shape: - edges length: 84.66371531748267 - surface area: 30.964119141905343 - volume: 6.238847322193374 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 14879 - Edges: 623 - Faces: 2940 - Triangles: 2940 - Volumes: 11316 - Tetrahedrons: 5798 - Prisms: 5518 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.229635 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3833 - Faces with small interpolation weight (< 0.05) found, number of faces: 1876 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 185 iterations -INFO: calculate: elapsed time: 0:00:07.507722 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 5 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.05 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.05 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.05/mesh.unv -INFO: shape: - edges length: 84.70546666056416 - surface area: 30.52687050966018 - volume: 6.012893509252921 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15958 - Edges: 670 - Faces: 3136 - Triangles: 3136 - Volumes: 12152 - Tetrahedrons: 6238 - Prisms: 5914 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.058288 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3705 - Faces with small interpolation weight (< 0.05) found, number of faces: 1918 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 184 iterations -INFO: calculate: elapsed time: 0:00:07.869841 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 6 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.06 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.06 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.06/mesh.unv -INFO: shape: - edges length: 84.7656889166493 - surface area: 30.06427282325747 - volume: 5.783006204378002 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 16842 - Edges: 691 - Faces: 3344 - Triangles: 3344 - Volumes: 12807 - Tetrahedrons: 6489 - Prisms: 6318 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.600625 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3486 - Faces with small interpolation weight (< 0.05) found, number of faces: 1764 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 190 iterations -INFO: calculate: elapsed time: 0:00:09.813931 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 7 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.07 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.07 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.07/mesh.unv -INFO: shape: - edges length: 84.84518984747751 - surface area: 29.57503304433512 - volume: 5.549414627604627 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 17997 - Edges: 732 - Faces: 3560 - Triangles: 3560 - Volumes: 13705 - Tetrahedrons: 6973 - Prisms: 6732 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.846938 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3155 - Faces with small interpolation weight (< 0.05) found, number of faces: 1820 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 190 iterations -INFO: calculate: elapsed time: 0:00:09.017333 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 8 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.08 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.08 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.08/mesh.unv -INFO: shape: - edges length: 84.94476762157991 - surface area: 29.057810269178454 - volume: 5.312383018981669 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 19436 - Edges: 772 - Faces: 3876 - Triangles: 3876 - Volumes: 14788 - Tetrahedrons: 7418 - Prisms: 7370 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.070288 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 2926 - Faces with small interpolation weight (< 0.05) found, number of faces: 1924 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 196 iterations -INFO: calculate: elapsed time: 0:00:10.853308 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 9 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.09 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.09 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.09/mesh.unv -INFO: shape: - edges length: 85.06520876634185 - surface area: 28.511213538085364 - volume: 5.072213403186976 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 22428 - Edges: 796 - Faces: 4538 - Triangles: 4538 - Volumes: 17094 - Tetrahedrons: 8382 - Prisms: 8712 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:17.937929 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 2025 - Faces with small interpolation weight (< 0.05) found, number of faces: 3161 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 180 iterations -INFO: calculate: elapsed time: 0:00:10.360169 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 10 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.1 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.1 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.1/mesh.unv -INFO: shape: - edges length: 85.20728628105797 - surface area: 27.933799246167283 - volume: 4.829248571979253 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 24418 - Edges: 846 - Faces: 4930 - Triangles: 4930 - Volumes: 18642 - Tetrahedrons: 9162 - Prisms: 9480 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:18.069031 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1800 - Faces with small interpolation weight (< 0.05) found, number of faces: 3073 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 182 iterations -INFO: calculate: elapsed time: 0:00:11.016383 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 11 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.11 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.11 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.11/mesh.unv -INFO: shape: - edges length: 85.37175793120794 - surface area: 27.32406812584545 - volume: 4.583875371190341 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 26702 - Edges: 917 - Faces: 5408 - Triangles: 5408 - Volumes: 20377 - Tetrahedrons: 9983 - Prisms: 10394 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:19.892841 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1563 - Faces with small interpolation weight (< 0.05) found, number of faces: 3070 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 183 iterations -INFO: calculate: elapsed time: 0:00:11.552876 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 12 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.12 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.12 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.12/mesh.unv -INFO: shape: - edges length: 85.55936474250535 - surface area: 26.680461752856246 - volume: 4.3365282753234515 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 27782 - Edges: 986 - Faces: 5626 - Triangles: 5626 - Volumes: 21170 - Tetrahedrons: 10356 - Prisms: 10814 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:19.918843 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1342 - Faces with small interpolation weight (< 0.05) found, number of faces: 2843 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 182 iterations -INFO: calculate: elapsed time: 0:00:12.217455 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 13 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.13 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.13 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.13/mesh.unv -INFO: shape: - edges length: 85.7708297095182 - surface area: 26.00135862065211 - volume: 4.087693365564796 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 30300 - Edges: 1063 - Faces: 6104 - Triangles: 6104 - Volumes: 23133 - Tetrahedrons: 11341 - Prisms: 11792 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:19.406464 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1147 - Faces with small interpolation weight (< 0.05) found, number of faces: 2544 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 185 iterations -INFO: calculate: elapsed time: 0:00:23.192920 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 14 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.14 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.14 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.14 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.14/mesh.unv -INFO: shape: - edges length: 86.00685673205047 - surface area: 25.285069200164678 - volume: 3.837912772905747 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 33240 - Edges: 1132 - Faces: 6580 - Triangles: 6580 - Volumes: 25528 - Tetrahedrons: 12794 - Prisms: 12734 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:23.317956 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1054 - Faces with small interpolation weight (< 0.05) found, number of faces: 2218 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 200 iterations -INFO: calculate: elapsed time: 0:00:16.753974 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 15 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.15 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.15 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.15 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.15/mesh.unv -INFO: shape: - edges length: 86.26812978951489 - surface area: 24.52983123319 - volume: 3.587789520993897 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 36612 - Edges: 1214 - Faces: 7276 - Triangles: 7276 - Volumes: 28122 - Tetrahedrons: 14004 - Prisms: 14118 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:21.767240 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 976 - Faces with small interpolation weight (< 0.05) found, number of faces: 2054 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 201 iterations -INFO: calculate: elapsed time: 0:00:26.293321 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 16 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.16 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.16 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.16 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.16/mesh.unv -INFO: shape: - edges length: 86.55531236097028 - surface area: 23.733803526555228 - volume: 3.3379930325406906 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 40924 - Edges: 1333 - Faces: 8140 - Triangles: 8140 - Volumes: 31451 - Tetrahedrons: 15631 - Prisms: 15820 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:23.583791 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 848 - Faces with small interpolation weight (< 0.05) found, number of faces: 2017 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 201 iterations -INFO: calculate: elapsed time: 0:00:27.297129 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 17 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.17 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.17 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.17 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.17/mesh.unv -INFO: shape: - edges length: 86.86904709750056 - surface area: 22.895059419337592 - volume: 3.0892652414373463 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 45549 - Edges: 1446 - Faces: 9044 - Triangles: 9044 - Volumes: 35059 - Tetrahedrons: 17461 - Prisms: 17598 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:24.335211 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 801 - Faces with small interpolation weight (< 0.05) found, number of faces: 1647 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 212 iterations -INFO: calculate: elapsed time: 0:00:24.888297 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 18 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.18 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.18 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.18 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.18/mesh.unv -INFO: shape: - edges length: 87.20995575013923 - surface area: 22.01157938582919 - volume: 2.842427442102823 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 50247 - Edges: 1616 - Faces: 10018 - Triangles: 10018 - Volumes: 38613 - Tetrahedrons: 19075 - Prisms: 19538 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:24.969678 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 792 - Faces with small interpolation weight (< 0.05) found, number of faces: 1484 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 207 iterations -INFO: calculate: elapsed time: 0:00:22.513681 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 19 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.19 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.19 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.19 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.19/mesh.unv -INFO: shape: - edges length: 87.57863969547009 - surface area: 21.08124212700935 - volume: 2.598388018642074 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 63578 - Edges: 1791 - Faces: 12892 - Triangles: 12892 - Volumes: 48895 - Tetrahedrons: 23673 - Prisms: 25222 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:29.596026 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 696 - Faces with small interpolation weight (< 0.05) found, number of faces: 892 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 218 iterations -INFO: calculate: elapsed time: 0:00:31.179286 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 20 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.2 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.2 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.2 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.2/mesh.unv -INFO: shape: - edges length: 87.97567902112142 - surface area: 20.101818207957017 - volume: 2.3581509724978855 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 67458 - Edges: 2004 - Faces: 13772 - Triangles: 13772 - Volumes: 51682 - Tetrahedrons: 24698 - Prisms: 26984 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:29.426521 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 609 - Faces with small interpolation weight (< 0.05) found, number of faces: 917 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 216 iterations -INFO: calculate: elapsed time: 0:00:42.419771 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 21 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.21 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.21 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.21 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.21/mesh.unv -INFO: shape: - edges length: 88.40163531415823 - surface area: 19.07095478336718 - volume: 2.1228259305857278 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 78426 - Edges: 2329 - Faces: 16132 - Triangles: 16132 - Volumes: 59965 - Tetrahedrons: 28331 - Prisms: 31634 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:30.949763 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 582 - Faces with small interpolation weight (< 0.05) found, number of faces: 807 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 215 iterations -INFO: calculate: elapsed time: 0:00:38.601773 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 22 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.22 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.22 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.22 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.22/mesh.unv -INFO: shape: - edges length: 88.85705119418192 - surface area: 17.986170067547135 - volume: 1.8936388588766586 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 94312 - Edges: 2691 - Faces: 18854 - Triangles: 18854 - Volumes: 72767 - Tetrahedrons: 35701 - Prisms: 37066 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:35.219965 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 525 - Faces with small interpolation weight (< 0.05) found, number of faces: 506 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 234 iterations -INFO: calculate: elapsed time: 0:00:50.177821 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 23 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.23 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.23 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.23 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.23/mesh.unv -INFO: shape: - edges length: 89.34245195516154 - surface area: 16.8448365754683 - volume: 1.6719445063814726 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 113749 - Edges: 3218 - Faces: 22616 - Triangles: 22616 - Volumes: 87915 - Tetrahedrons: 43389 - Prisms: 44526 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:37.585602 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 444 - Faces with small interpolation weight (< 0.05) found, number of faces: 540 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 241 iterations -INFO: calculate: elapsed time: 0:00:58.166050 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 24 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.24 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.24 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.24 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.24/mesh.unv -INFO: shape: - edges length: 89.85834704941455 - surface area: 15.64416960103202 - volume: 1.459240393487284 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 150624 - Edges: 3887 - Faces: 30514 - Triangles: 30514 - Volumes: 116223 - Tetrahedrons: 55995 - Prisms: 60228 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:50.091486 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 388 - Faces with small interpolation weight (< 0.05) found, number of faces: 303 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 251 iterations -INFO: calculate: elapsed time: 0:01:22.286673 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 25 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.25 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.25 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.25 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.25/mesh.unv -INFO: shape: - edges length: 90.40523185466317 - surface area: 14.381211694243214 - volume: 1.2571825446373894 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 188532 - Edges: 4940 - Faces: 38286 - Triangles: 38286 - Volumes: 145306 - Tetrahedrons: 69662 - Prisms: 75644 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:56.851581 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 344 - Faces with small interpolation weight (< 0.05) found, number of faces: 301 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 253 iterations -INFO: calculate: elapsed time: 0:01:56.808245 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 26 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.26 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.26 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.26 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.26/mesh.unv -INFO: shape: - edges length: 90.98358971478811 - surface area: 13.052816097530878 - volume: 1.067603283653588 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 255366 - Edges: 6719 - Faces: 50844 - Triangles: 50844 - Volumes: 197803 - Tetrahedrons: 97063 - Prisms: 100740 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:15.054445 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 295 - Faces with small interpolation weight (< 0.05) found, number of faces: 280 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 279 iterations -INFO: calculate: elapsed time: 0:02:57.604107 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 27 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.27 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.27 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.27 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.27/mesh.unv -INFO: shape: - edges length: 91.59389425031365 - surface area: 11.655628515510438 - volume: 0.8925313508248954 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 293727 - Edges: 7576 - Faces: 58422 - Triangles: 58422 - Volumes: 227729 - Tetrahedrons: 111953 - Prisms: 115776 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:40.826394 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 266 - Faces with small interpolation weight (< 0.05) found, number of faces: 258 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 268 iterations -INFO: calculate: elapsed time: 0:04:16.236786 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 28 / 84 - cpu count: 4 - structure: simple - direction: [1, 0, 0] - theta: 0.28 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.28 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.28 - fillet: 1 - flow direction: [1, 0, 0] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-100/theta-0.28/mesh.unv -INFO: shape: - edges length: 92.23661194997872 - surface area: 10.18606704911788 - volume: 0.7342146614605535 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 257499 - Edges: 7771 - Faces: 51640 - Triangles: 51640 - Volumes: 198088 - Tetrahedrons: 95964 - Prisms: 102124 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:08.202023 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 325 - Faces with small interpolation weight (< 0.05) found, number of faces: 272 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 251 iterations -INFO: calculate: elapsed time: 0:03:07.598083 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 29 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.01 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.01 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.01/mesh.unv -INFO: shape: - edges length: 84.64111191964791 - surface area: 32.136020328514476 - volume: 6.891289183361285 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 12399 - Edges: 553 - Faces: 2426 - Triangles: 2426 - Volumes: 9420 - Tetrahedrons: 4928 - Prisms: 4492 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:15.687066 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3765 - Faces with small interpolation weight (< 0.05) found, number of faces: 1657 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 167 iterations -INFO: calculate: elapsed time: 0:00:07.744976 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 30 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.02 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.02 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.02/mesh.unv -INFO: shape: - edges length: 84.63235958522155 - surface area: 31.767513041449508 - volume: 6.678197782600118 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 12772 - Edges: 566 - Faces: 2506 - Triangles: 2506 - Volumes: 9700 - Tetrahedrons: 5028 - Prisms: 4672 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.108685 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3806 - Faces with small interpolation weight (< 0.05) found, number of faces: 1640 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 169 iterations -INFO: calculate: elapsed time: 0:00:10.548274 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 31 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.03 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.03 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.03/mesh.unv -INFO: shape: - edges length: 84.6396197182544 - surface area: 31.377265818299144 - volume: 6.460670956042871 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 14036 - Edges: 613 - Faces: 2744 - Triangles: 2744 - Volumes: 10679 - Tetrahedrons: 5549 - Prisms: 5130 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:17.319226 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3949 - Faces with small interpolation weight (< 0.05) found, number of faces: 1880 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 163 iterations -INFO: calculate: elapsed time: 0:00:10.619952 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 32 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.04 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.04 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.04/mesh.unv -INFO: shape: - edges length: 84.66371531748267 - surface area: 30.964119194794996 - volume: 6.238847347035006 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 15040 - Edges: 623 - Faces: 2960 - Triangles: 2960 - Volumes: 11457 - Tetrahedrons: 5921 - Prisms: 5536 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.842215 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3969 - Faces with small interpolation weight (< 0.05) found, number of faces: 1964 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 171 iterations -INFO: calculate: elapsed time: 0:00:10.853989 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 33 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.05 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.05 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.05/mesh.unv -INFO: shape: - edges length: 84.70546666056413 - surface area: 30.526870563701127 - volume: 6.012893534236437 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 16081 - Edges: 670 - Faces: 3158 - Triangles: 3158 - Volumes: 12253 - Tetrahedrons: 6333 - Prisms: 5920 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:17.400138 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3878 - Faces with small interpolation weight (< 0.05) found, number of faces: 1987 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 170 iterations -INFO: calculate: elapsed time: 0:00:10.263003 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 34 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.06 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.06 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.06/mesh.unv -INFO: shape: - edges length: 84.7656889166493 - surface area: 30.06427287790713 - volume: 5.783006229318651 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -WARNING: meshCompute: not computed -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:16.967583 -INFO: ideasUnvToFoam: ['mesh.unv'] -ERROR: ideasUnvToFoam: - ideasUnvToFoam: ideasUnvToFoam.C:1262: int main(int, char**): Assertion `noveau > -1' failed. - -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -ERROR: createPatch: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: checkMesh: ['-allGeometry', '-allTopology'] -ERROR: checkMesh: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -ERROR: transformPoints: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: decomposePar: [] -ERROR: decomposePar: - - ---> FOAM FATAL ERROR: (openfoam-2012) -Cannot find file "points" in directory "polyMesh" in times "0" down to constant - - From virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const - in file global/fileOperations/fileOperation/fileOperation.C at line 1003. - -FOAM exiting - - -INFO: renumberMesh: ['-parallel', '-overwrite'] -ERROR: renumberMesh: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] renumberMesh: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: potentialFoam: ['-parallel'] -ERROR: potentialFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] potentialFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -ERROR: simpleFoam: - [0] -[0] -[0] --> FOAM FATAL ERROR: (openfoam-2012) -[0] simpleFoam: cannot open case directory "/home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.06/processor0" -[0] -[0] -FOAM parallel run exiting -[0] --------------------------------------------------------------------------- -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. --------------------------------------------------------------------------- - -INFO: calculate: elapsed time: 0:00:00.982302 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 35 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.07 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.07 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.07/mesh.unv -INFO: shape: - edges length: 84.8451898474775 - surface area: 29.57503309916458 - volume: 5.549414652356193 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 17938 - Edges: 732 - Faces: 3540 - Triangles: 3540 - Volumes: 13666 - Tetrahedrons: 6978 - Prisms: 6688 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:17.618209 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3350 - Faces with small interpolation weight (< 0.05) found, number of faces: 1886 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 164 iterations -INFO: calculate: elapsed time: 0:00:15.201716 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 36 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.08 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.08 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.08/mesh.unv -INFO: shape: - edges length: 84.9447676215799 - surface area: 29.057810323829614 - volume: 5.312383043421657 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 19372 - Edges: 772 - Faces: 3874 - Triangles: 3874 - Volumes: 14726 - Tetrahedrons: 7366 - Prisms: 7360 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:18.265634 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3169 - Faces with small interpolation weight (< 0.05) found, number of faces: 2042 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 168 iterations -INFO: calculate: elapsed time: 0:00:11.132467 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 37 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.09 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.09 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.09/mesh.unv -INFO: shape: - edges length: 85.06520876634184 - surface area: 28.51121359224497 - volume: 5.072213427207128 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 22380 - Edges: 796 - Faces: 4558 - Triangles: 4558 - Volumes: 17026 - Tetrahedrons: 8330 - Prisms: 8696 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:18.094975 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 2280 - Faces with small interpolation weight (< 0.05) found, number of faces: 3311 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 154 iterations -INFO: calculate: elapsed time: 0:00:12.721457 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 38 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.1 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.1 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.1/mesh.unv -INFO: shape: - edges length: 85.20728628105799 - surface area: 27.933799299563663 - volume: 4.829248595486071 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 24269 - Edges: 846 - Faces: 4914 - Triangles: 4914 - Volumes: 18509 - Tetrahedrons: 9129 - Prisms: 9380 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:20.334518 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 2082 - Faces with small interpolation weight (< 0.05) found, number of faces: 3067 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 164 iterations -INFO: calculate: elapsed time: 0:00:15.500052 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 39 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.11 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.11 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.11/mesh.unv -INFO: shape: - edges length: 85.37175793120791 - surface area: 27.324068178220067 - volume: 4.583875394092804 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 26667 - Edges: 917 - Faces: 5406 - Triangles: 5406 - Volumes: 20344 - Tetrahedrons: 9976 - Prisms: 10368 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:22.097570 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1884 - Faces with small interpolation weight (< 0.05) found, number of faces: 3090 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 169 iterations -INFO: calculate: elapsed time: 0:00:23.219158 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 40 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.12 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.12 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.12/mesh.unv -INFO: shape: - edges length: 85.55936474250527 - surface area: 26.680461803976694 - volume: 4.336528297540106 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 27882 - Edges: 986 - Faces: 5624 - Triangles: 5624 - Volumes: 21272 - Tetrahedrons: 10506 - Prisms: 10766 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:20.914055 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1661 - Faces with small interpolation weight (< 0.05) found, number of faces: 2845 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 166 iterations -INFO: calculate: elapsed time: 0:00:14.563012 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 41 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.13 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.13 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.13/mesh.unv -INFO: shape: - edges length: 85.77082970951821 - surface area: 26.001358670301776 - volume: 4.087693387019483 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 30263 - Edges: 1063 - Faces: 6112 - Triangles: 6112 - Volumes: 23088 - Tetrahedrons: 11378 - Prisms: 11710 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:20.890107 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1497 - Faces with small interpolation weight (< 0.05) found, number of faces: 2470 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 175 iterations -INFO: calculate: elapsed time: 0:00:24.588870 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 42 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.14 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.14 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.14 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.14/mesh.unv -INFO: shape: - edges length: 86.00685673205051 - surface area: 25.285069248130124 - volume: 3.8379127935221655 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 33202 - Edges: 1132 - Faces: 6578 - Triangles: 6578 - Volumes: 25492 - Tetrahedrons: 12812 - Prisms: 12680 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:22.369363 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1383 - Faces with small interpolation weight (< 0.05) found, number of faces: 2329 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 171 iterations -INFO: calculate: elapsed time: 0:00:25.872832 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 43 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.15 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.15 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.15 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.15/mesh.unv -INFO: shape: - edges length: 86.26812978951492 - surface area: 24.52983127927813 - volume: 3.5877895407041467 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 36721 - Edges: 1214 - Faces: 7284 - Triangles: 7284 - Volumes: 28223 - Tetrahedrons: 14117 - Prisms: 14106 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:23.223154 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1296 - Faces with small interpolation weight (< 0.05) found, number of faces: 2105 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 179 iterations -INFO: calculate: elapsed time: 0:00:24.533656 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 44 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.16 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.16 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.16 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.16/mesh.unv -INFO: shape: - edges length: 86.55531236097032 - surface area: 23.733803570561594 - volume: 3.337993051270552 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 40984 - Edges: 1333 - Faces: 8172 - Triangles: 8172 - Volumes: 31479 - Tetrahedrons: 15587 - Prisms: 15892 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:24.027596 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1166 - Faces with small interpolation weight (< 0.05) found, number of faces: 1982 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 176 iterations -INFO: calculate: elapsed time: 0:00:32.219075 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 45 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.17 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.17 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.17 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.17/mesh.unv -INFO: shape: - edges length: 86.86904709750057 - surface area: 22.8950594610825 - volume: 3.089265259123544 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 45427 - Edges: 1446 - Faces: 9022 - Triangles: 9022 - Volumes: 34959 - Tetrahedrons: 17395 - Prisms: 17564 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:27.665640 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1080 - Faces with small interpolation weight (< 0.05) found, number of faces: 1658 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 183 iterations -INFO: calculate: elapsed time: 0:00:25.922444 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 46 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.18 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.18 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.18 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.18/mesh.unv -INFO: shape: - edges length: 87.20995575013923 - surface area: 22.011579425125376 - volume: 2.842427458678037 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 50567 - Edges: 1616 - Faces: 10036 - Triangles: 10036 - Volumes: 38915 - Tetrahedrons: 19295 - Prisms: 19620 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:25.983838 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1089 - Faces with small interpolation weight (< 0.05) found, number of faces: 1508 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 180 iterations -INFO: calculate: elapsed time: 0:00:35.013929 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 47 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.19 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.19 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.19 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.19/mesh.unv -INFO: shape: - edges length: 87.57863969547012 - surface area: 21.081242150055196 - volume: 2.5983880295018515 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 63627 - Edges: 1791 - Faces: 12864 - Triangles: 12864 - Volumes: 48972 - Tetrahedrons: 23716 - Prisms: 25256 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:31.508541 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 960 - Faces with small interpolation weight (< 0.05) found, number of faces: 1043 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 170 iterations -INFO: calculate: elapsed time: 0:00:41.516103 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 48 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.2 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.2 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.2 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.2/mesh.unv -INFO: shape: - edges length: 87.97567902112141 - surface area: 20.101818228796393 - volume: 2.3581509823187883 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 67335 - Edges: 2004 - Faces: 13740 - Triangles: 13740 - Volumes: 51591 - Tetrahedrons: 24575 - Prisms: 27016 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:32.459365 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 883 - Faces with small interpolation weight (< 0.05) found, number of faces: 1091 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 169 iterations -INFO: calculate: elapsed time: 0:00:31.865587 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 49 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.21 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.21 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.21 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.21/mesh.unv -INFO: shape: - edges length: 88.40163531415824 - surface area: 19.070954801960035 - volume: 2.1228259393508178 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 78437 - Edges: 2329 - Faces: 16140 - Triangles: 16140 - Volumes: 59968 - Tetrahedrons: 28220 - Prisms: 31748 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:31.940258 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 799 - Faces with small interpolation weight (< 0.05) found, number of faces: 906 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 174 iterations -INFO: calculate: elapsed time: 0:00:38.213608 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 50 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.22 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.22 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.22 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.22/mesh.unv -INFO: shape: - edges length: 88.85705119418196 - surface area: 17.98617008389072 - volume: 1.8936388665814932 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 94689 - Edges: 2691 - Faces: 18850 - Triangles: 18850 - Volumes: 73148 - Tetrahedrons: 35932 - Prisms: 37216 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:35.661018 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 701 - Faces with small interpolation weight (< 0.05) found, number of faces: 573 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 181 iterations -INFO: calculate: elapsed time: 0:00:44.853155 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 51 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.23 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.23 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.23 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.23/mesh.unv -INFO: shape: - edges length: 89.34245195516154 - surface area: 16.844836589536946 - volume: 1.6719445130139206 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 113770 - Edges: 3218 - Faces: 22592 - Triangles: 22592 - Volumes: 87960 - Tetrahedrons: 43308 - Prisms: 44652 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:40.044823 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 611 - Faces with small interpolation weight (< 0.05) found, number of faces: 694 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 187 iterations -INFO: calculate: elapsed time: 0:01:01.995729 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 52 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.24 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.24 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.24 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.24/mesh.unv -INFO: shape: - edges length: 89.8583470494145 - surface area: 15.64416961280564 - volume: 1.4592403990378595 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 151148 - Edges: 3887 - Faces: 30568 - Triangles: 30568 - Volumes: 116693 - Tetrahedrons: 56059 - Prisms: 60634 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:50.589585 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 549 - Faces with small interpolation weight (< 0.05) found, number of faces: 458 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 187 iterations -INFO: calculate: elapsed time: 0:01:11.052417 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 53 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.25 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.25 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.25 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.25/mesh.unv -INFO: shape: - edges length: 90.40523185466313 - surface area: 14.38121170370716 - volume: 1.257182549099159 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 188186 - Edges: 4940 - Faces: 38232 - Triangles: 38232 - Volumes: 145014 - Tetrahedrons: 69018 - Prisms: 75996 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:57.055892 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 439 - Faces with small interpolation weight (< 0.05) found, number of faces: 389 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 200 iterations -INFO: calculate: elapsed time: 0:01:44.772232 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 54 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.26 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.26 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.26 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.26/mesh.unv -INFO: shape: - edges length: 90.98358971478807 - surface area: 13.052816104670455 - volume: 1.0676032870195975 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 255616 - Edges: 6719 - Faces: 50846 - Triangles: 50846 - Volumes: 198051 - Tetrahedrons: 96843 - Prisms: 101208 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:14.477678 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 378 - Faces with small interpolation weight (< 0.05) found, number of faces: 323 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 209 iterations -INFO: calculate: elapsed time: 0:02:26.308383 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 55 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.27 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.27 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.27 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.27/mesh.unv -INFO: shape: - edges length: 91.59389425031365 - surface area: 11.65562852031784 - volume: 0.892531353091424 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 295163 - Edges: 7576 - Faces: 58504 - Triangles: 58504 - Volumes: 229083 - Tetrahedrons: 112499 - Prisms: 116584 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:27.338669 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 353 - Faces with small interpolation weight (< 0.05) found, number of faces: 320 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 221 iterations -INFO: calculate: elapsed time: 0:03:02.280833 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 56 / 84 - cpu count: 4 - structure: simple - direction: [0, 0, 1] - theta: 0.28 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.28 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.28 - fillet: 1 - flow direction: [0, 0, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-001/theta-0.28/mesh.unv -INFO: shape: - edges length: 92.23661194997871 - surface area: 10.18606705159092 - volume: 0.7342146626265437 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 257909 - Edges: 7769 - Faces: 51632 - Triangles: 51632 - Volumes: 198508 - Tetrahedrons: 95416 - Prisms: 103092 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:06.141244 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 417 - Faces with small interpolation weight (< 0.05) found, number of faces: 257 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 182 iterations -INFO: calculate: elapsed time: 0:03:05.187795 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 57 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.01 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.01 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.01 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.01/mesh.unv -INFO: shape: - edges length: 128.5587593447478 - surface area: 48.94322549647189 - volume: 10.336934066720396 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 18309 - Edges: 819 - Faces: 3722 - Triangles: 3722 - Volumes: 13768 - Tetrahedrons: 6956 - Prisms: 6812 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:19.059207 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 5433 - Faces with small interpolation weight (< 0.05) found, number of faces: 2494 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 152 iterations -INFO: calculate: elapsed time: 0:00:19.740521 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 58 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.02 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.02 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.02 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.02/mesh.unv -INFO: shape: - edges length: 128.80738918426727 - surface area: 48.44676661649126 - volume: 10.017296618919469 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 20745 - Edges: 842 - Faces: 4222 - Triangles: 4222 - Volumes: 15681 - Tetrahedrons: 7837 - Prisms: 7844 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:19.389492 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 5328 - Faces with small interpolation weight (< 0.05) found, number of faces: 3122 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 148 iterations -INFO: calculate: elapsed time: 0:00:17.812937 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 59 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.03 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.03 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.03 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.03/mesh.unv -INFO: shape: - edges length: 129.08923113535485 - surface area: 47.91652722020413 - volume: 9.691006333991783 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 22096 - Edges: 886 - Faces: 4508 - Triangles: 4508 - Volumes: 16702 - Tetrahedrons: 8368 - Prisms: 8334 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:19.852455 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 5412 - Faces with small interpolation weight (< 0.05) found, number of faces: 3202 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 156 iterations -INFO: calculate: elapsed time: 0:00:21.823318 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 60 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.04 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.04 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.04 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.04/mesh.unv -INFO: shape: - edges length: 129.4056162687418 - surface area: 47.35055400779723 - volume: 9.358270890616454 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 23844 - Edges: 929 - Faces: 4846 - Triangles: 4846 - Volumes: 18069 - Tetrahedrons: 9061 - Prisms: 9008 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:20.020970 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 5506 - Faces with small interpolation weight (< 0.05) found, number of faces: 3343 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 160 iterations -INFO: calculate: elapsed time: 0:00:22.364619 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 61 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.05 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.05 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.05 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.05/mesh.unv -INFO: shape: - edges length: 129.7578674919286 - surface area: 46.746817352112416 - volume: 9.019340143979155 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 25428 - Edges: 962 - Faces: 5142 - Triangles: 5142 - Volumes: 19324 - Tetrahedrons: 9678 - Prisms: 9646 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:20.794649 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 5526 - Faces with small interpolation weight (< 0.05) found, number of faces: 3394 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 167 iterations -INFO: calculate: elapsed time: 0:00:24.087736 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 62 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.06 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.06 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.06 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.06/mesh.unv -INFO: shape: - edges length: 130.14729667943567 - surface area: 46.10320934463484 - volume: 8.674509194221912 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 25777 - Edges: 1018 - Faces: 5236 - Triangles: 5236 - Volumes: 19523 - Tetrahedrons: 9711 - Prisms: 9812 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:20.509696 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 5112 - Faces with small interpolation weight (< 0.05) found, number of faces: 3479 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 160 iterations -INFO: calculate: elapsed time: 0:00:24.920889 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 63 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.07 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.07 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.07 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.07/mesh.unv -INFO: shape: - edges length: 130.57520205887187 - surface area: 45.41754094593777 - volume: 8.324121819287482 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 29500 - Edges: 1067 - Faces: 5480 - Triangles: 5480 - Volumes: 22953 - Tetrahedrons: 12671 - Prisms: 10282 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:24.771839 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 4907 - Faces with small interpolation weight (< 0.05) found, number of faces: 3265 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 240 iterations -INFO: calculate: elapsed time: 0:00:43.940929 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 64 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.08 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.08 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.08 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.08/mesh.unv -INFO: shape: - edges length: 131.0428658813811 - surface area: 44.687538788871976 - volume: 7.968574402376543 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 29719 - Edges: 1119 - Faces: 5928 - Triangles: 5928 - Volumes: 22672 - Tetrahedrons: 11550 - Prisms: 11122 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:22.106369 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 4405 - Faces with small interpolation weight (< 0.05) found, number of faces: 3723 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 168 iterations -INFO: calculate: elapsed time: 0:00:22.654921 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 65 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.09 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.09 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.09 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.09/mesh.unv -INFO: shape: - edges length: 131.55155240713643 - surface area: 43.91084123682989 - volume: 7.608319979910325 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 31608 - Edges: 1177 - Faces: 6236 - Triangles: 6236 - Volumes: 24195 - Tetrahedrons: 12319 - Prisms: 11876 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:22.303584 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 4211 - Faces with small interpolation weight (< 0.05) found, number of faces: 3846 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 168 iterations -INFO: calculate: elapsed time: 0:00:33.840876 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 66 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.1 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.1 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.1 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.1/mesh.unv -INFO: shape: - edges length: 132.10250623136787 - surface area: 43.08499384447459 - volume: 7.243872746058135 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 33409 - Edges: 1241 - Faces: 6618 - Triangles: 6618 - Volumes: 25550 - Tetrahedrons: 12850 - Prisms: 12700 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:24.282328 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 3705 - Faces with small interpolation weight (< 0.05) found, number of faces: 3781 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 171 iterations -INFO: calculate: elapsed time: 0:00:34.589411 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 67 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.11 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.11 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.11 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.11/mesh.unv -INFO: shape: - edges length: 132.69695097329125 - surface area: 42.2074440408525 - volume: 6.875812958460156 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 36950 - Edges: 1327 - Faces: 7326 - Triangles: 7326 - Volumes: 28297 - Tetrahedrons: 14237 - Prisms: 14060 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:24.941779 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 2655 - Faces with small interpolation weight (< 0.05) found, number of faces: 3798 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 170 iterations -INFO: calculate: elapsed time: 0:00:47.376617 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 68 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.12 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.12 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.12 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.12/mesh.unv -INFO: shape: - edges length: 133.33608834515505 - surface area: 41.27553500584887 - volume: 6.504792335743934 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 39782 - Edges: 1406 - Faces: 7928 - Triangles: 7928 - Volumes: 30448 - Tetrahedrons: 15172 - Prisms: 15276 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:27.065609 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 2232 - Faces with small interpolation weight (< 0.05) found, number of faces: 3906 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 172 iterations -INFO: calculate: elapsed time: 0:00:29.094142 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 69 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.13 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.13 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.13 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.13/mesh.unv -INFO: shape: - edges length: 134.02109761593252 - surface area: 40.286498751312834 - volume: 6.131540018122636 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 44239 - Edges: 1513 - Faces: 8858 - Triangles: 8858 - Volumes: 33868 - Tetrahedrons: 16736 - Prisms: 17132 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:25.683142 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1934 - Faces with small interpolation weight (< 0.05) found, number of faces: 3989 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 176 iterations -INFO: calculate: elapsed time: 0:00:36.388139 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 70 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.14 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.14 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.14 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.14/mesh.unv -INFO: shape: - edges length: 134.7531354797815 - surface area: 39.23744755632925 - volume: 5.756869160801699 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 54375 - Edges: 1635 - Faces: 10958 - Triangles: 10958 - Volumes: 41782 - Tetrahedrons: 20464 - Prisms: 21318 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:30.206301 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1856 - Faces with small interpolation weight (< 0.05) found, number of faces: 2979 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 172 iterations -INFO: calculate: elapsed time: 0:00:30.280477 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 71 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.15 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.15 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.15 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.15/mesh.unv -INFO: shape: - edges length: 135.53333633685165 - surface area: 38.125365569891756 - volume: 5.3816843179376574 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 60172 - Edges: 1781 - Faces: 12052 - Triangles: 12052 - Volumes: 46339 - Tetrahedrons: 22867 - Prisms: 23472 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:32.272465 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1720 - Faces with small interpolation weight (< 0.05) found, number of faces: 2446 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 173 iterations -INFO: calculate: elapsed time: 0:00:34.097864 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 72 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.16 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.16 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.16 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.16/mesh.unv -INFO: shape: - edges length: 136.36281299103587 - surface area: 36.94709803628593 - volume: 5.006989623943732 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 62199 - Edges: 1957 - Faces: 12540 - Triangles: 12540 - Volumes: 47702 - Tetrahedrons: 23346 - Prisms: 24356 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:31.563080 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1634 - Faces with small interpolation weight (< 0.05) found, number of faces: 3044 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 176 iterations -INFO: calculate: elapsed time: 0:00:40.047915 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 73 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.17 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.17 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.17 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.17/mesh.unv -INFO: shape: - edges length: 137.24265776862367 - surface area: 35.69933982355408 - volume: 4.63389797414024 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 66720 - Edges: 2155 - Faces: 13622 - Triangles: 13622 - Volumes: 50943 - Tetrahedrons: 24453 - Prisms: 26490 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:30.861874 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1561 - Faces with small interpolation weight (< 0.05) found, number of faces: 3003 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 171 iterations -INFO: calculate: elapsed time: 0:00:37.814080 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 74 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.18 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.18 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.18 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.18/mesh.unv -INFO: shape: - edges length: 138.17394405862274 - surface area: 34.37862246288428 - volume: 4.263641362113728 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 77886 - Edges: 2372 - Faces: 15438 - Triangles: 15438 - Volumes: 60076 - Tetrahedrons: 29902 - Prisms: 30174 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:35.068416 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1411 - Faces with small interpolation weight (< 0.05) found, number of faces: 1832 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 179 iterations -INFO: calculate: elapsed time: 0:00:48.154578 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 75 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.19 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.19 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.19 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.19/mesh.unv -INFO: shape: - edges length: 139.15772892207548 - surface area: 32.98129737291308 - volume: 3.8975819703419137 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 90883 - Edges: 2679 - Faces: 17906 - Triangles: 17906 - Volumes: 70298 - Tetrahedrons: 35268 - Prisms: 35030 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:36.331659 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1308 - Faces with small interpolation weight (< 0.05) found, number of faces: 1540 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 186 iterations -INFO: calculate: elapsed time: 0:00:53.954808 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 76 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.2 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.2 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.2 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.2/mesh.unv -INFO: shape: - edges length: 140.19505289523102 - surface area: 31.50352881397579 - volume: 3.5372267240278403 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 101893 - Edges: 3028 - Faces: 20300 - Triangles: 20300 - Volumes: 78565 - Tetrahedrons: 38795 - Prisms: 39770 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:41.374717 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1187 - Faces with small interpolation weight (< 0.05) found, number of faces: 1287 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 178 iterations -INFO: calculate: elapsed time: 0:01:02.355700 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 77 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.21 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.21 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.21 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.21/mesh.unv -INFO: shape: - edges length: 141.28694672643283 - surface area: 29.941259592861265 - volume: 3.1842389058069744 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 121433 - Edges: 3459 - Faces: 24256 - Triangles: 24256 - Volumes: 93718 - Tetrahedrons: 46070 - Prisms: 47648 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:44.301172 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 1076 - Faces with small interpolation weight (< 0.05) found, number of faces: 1381 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 188 iterations -INFO: calculate: elapsed time: 0:01:10.564166 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 78 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.22 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.22 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.22 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.22/mesh.unv -INFO: shape: - edges length: 142.4344319365484 - surface area: 28.290213056054018 - volume: 2.840458310946779 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 140756 - Edges: 3947 - Faces: 28540 - Triangles: 28540 - Volumes: 108269 - Tetrahedrons: 52117 - Prisms: 56152 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:00:48.683717 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 943 - Faces with small interpolation weight (< 0.05) found, number of faces: 961 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 176 iterations -INFO: calculate: elapsed time: 0:01:30.171619 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 79 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.23 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.23 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.23 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.23/mesh.unv -INFO: shape: - edges length: 143.63852524023244 - surface area: 26.545850063645464 - volume: 2.5079167988390227 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 175904 - Edges: 4790 - Faces: 35112 - Triangles: 35112 - Volumes: 136002 - Tetrahedrons: 66744 - Prisms: 69258 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:01.172628 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 813 - Faces with small interpolation weight (< 0.05) found, number of faces: 839 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 187 iterations -INFO: calculate: elapsed time: 0:02:02.633596 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 80 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.24 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.24 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.24 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.24/mesh.unv -INFO: shape: - edges length: 144.90024264804396 - surface area: 24.703357454016743 - volume: 2.188860651428889 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 220280 - Edges: 5872 - Faces: 43858 - Triangles: 43858 - Volumes: 170550 - Tetrahedrons: 83824 - Prisms: 86726 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:11.706608 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 751 - Faces with small interpolation weight (< 0.05) found, number of faces: 672 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 195 iterations -INFO: calculate: elapsed time: 0:02:41.240208 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 81 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.25 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.25 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.25 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.25/mesh.unv -INFO: shape: - edges length: 146.2206040456717 - surface area: 22.757618594058805 - volume: 1.88577390340044 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 303469 - Edges: 7360 - Faces: 59826 - Triangles: 59826 - Volumes: 236283 - Tetrahedrons: 117563 - Prisms: 118720 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:39.183030 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 669 - Faces with small interpolation weight (< 0.05) found, number of faces: 538 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 210 iterations -INFO: calculate: elapsed time: 0:04:10.494677 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 82 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.26 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.26 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.26 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.26/mesh.unv -INFO: shape: - edges length: 147.60063824606735 - surface area: 20.70318428231253 - volume: 1.6014050427856061 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 387612 - Edges: 10105 - Faces: 76516 - Triangles: 76516 - Volumes: 300991 - Tetrahedrons: 148997 - Prisms: 151994 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:54.641900 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 583 - Faces with small interpolation weight (< 0.05) found, number of faces: 405 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 216 iterations -INFO: calculate: elapsed time: 0:07:32.443260 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 83 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.27 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.27 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.27 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.27/mesh.unv -INFO: shape: - edges length: 149.04138852233194 - surface area: 18.534240689689675 - volume: 1.3387971797883873 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 431628 - Edges: 11356 - Faces: 84530 - Triangles: 84530 - Volumes: 335742 - Tetrahedrons: 167600 - Prisms: 168142 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:02:29.738650 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 552 - Faces with small interpolation weight (< 0.05) found, number of faces: 375 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 221 iterations -INFO: calculate: elapsed time: 0:08:50.621718 -INFO: -------------------------------------------------------------------------------- -INFO: main: - task: 84 / 84 - cpu count: 4 - structure: simple - direction: [1, 1, 1] - theta: 0.28 - fillet: True - export: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.28 -INFO: salome: ['start', '--shutdown-servers=1', '--port', '2810', '-t'] -INFO: genMesh: - structure type: simple - coefficient: 0.28 - fillet: 1 - flow direction: [1, 1, 1] - export path: /home/nafaryus/.hollow-vault/projects/anisotrope-cube/build/simple/direction-111/theta-0.28/mesh.unv -INFO: shape: - edges length: 150.54391864818388 - surface area: 16.244574060600144 - volume: 1.101322189856761 -INFO: meshCreate: - fineness: Coarse - min size: 0.01 - max size: 0.5 - growth rate: 0.5 - nb segs per edge: 0.5 - nb segs per radius: 1.5 - limit size by surface curvature: True - quad-dominated: False - second order: False - optimize: True -INFO: meshCreate: - viscous layers: - thickness: 0.005 - number: 2 - stretch factor: 1.2 -INFO: meshCompute: - Elements: 387728 - Edges: 11699 - Faces: 76530 - Triangles: 76530 - Volumes: 299499 - Tetrahedrons: 147237 - Prisms: 152262 - Pyramid: 0 -INFO: meshExport: - format: unv -INFO: createMesh: elapsed time: 0:01:52.408785 -INFO: ideasUnvToFoam: ['mesh.unv'] -INFO: createPatch: ['-overwrite', '-dict', 'system/createPatchDict.symetry'] -INFO: checkMesh: ['-allGeometry', '-allTopology'] -WARNING: checkMesh: - Cells with small determinant (< 0.001) found, number of cells: 628 - Faces with small interpolation weight (< 0.05) found, number of faces: 317 -INFO: transformPoints: ['-scale', '(1e-05 1e-05 1e-05)'] -INFO: decomposePar: [] -INFO: renumberMesh: ['-parallel', '-overwrite'] -INFO: potentialFoam: ['-parallel'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor0/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor1/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor2/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.type', '-set', 'pressureInletVelocity'] -INFO: foamDictionary: ['processor3/0/U', '-entry', 'boundaryField.inlet.value', '-set', 'uniform (0 0 0)'] -INFO: simpleFoam: ['-parallel'] -INFO: simpleFoam: - SIMPLE solution converged in 194 iterations -INFO: calculate: elapsed time: 0:05:32.792668 -INFO: Warnings: 83 Errors: 8 diff --git a/logs/tasks.log b/logs/tasks.log deleted file mode 100644 index bb08b77..0000000 --- a/logs/tasks.log +++ /dev/null @@ -1,558 +0,0 @@ -Task 0: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.01 - mesh: True - flow: False -Task 1: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.02 - mesh: True - flow: False -Task 2: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.03 - mesh: True - flow: False -Task 3: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.04 - mesh: True - flow: False -Task 4: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.05 - mesh: True - flow: False -Task 5: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.06 - mesh: True - flow: False -Task 6: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.07 - mesh: True - flow: False -Task 7: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.08 - mesh: True - flow: False -Task 8: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.09 - mesh: True - flow: False -Task 9: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.1 - mesh: True - flow: False -Task 10: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.11 - mesh: True - flow: False -Task 11: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.12 - mesh: True - flow: False -Task 12: - structure: bodyCentered - direction: [1, 0, 0] - theta: 0.13 - mesh: True - flow: False -Task 13: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.01 - mesh: True - flow: False -Task 14: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.02 - mesh: True - flow: False -Task 15: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.03 - mesh: True - flow: False -Task 16: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.04 - mesh: True - flow: False -Task 17: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.05 - mesh: True - flow: False -Task 18: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.06 - mesh: True - flow: False -Task 19: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.07 - mesh: True - flow: False -Task 20: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.08 - mesh: True - flow: False -Task 21: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.09 - mesh: True - flow: False -Task 22: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.1 - mesh: True - flow: False -Task 23: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.11 - mesh: True - flow: False -Task 24: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.12 - mesh: True - flow: False -Task 25: - structure: bodyCentered - direction: [0, 0, 1] - theta: 0.13 - mesh: True - flow: False -Task 26: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.01 - mesh: True - flow: False -Task 27: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.02 - mesh: True - flow: False -Task 28: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.03 - mesh: True - flow: False -Task 29: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.04 - mesh: True - flow: False -Task 30: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.05 - mesh: True - flow: False -Task 31: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.06 - mesh: True - flow: False -Task 32: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.07 - mesh: True - flow: False -Task 33: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.08 - mesh: True - flow: False -Task 34: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.09 - mesh: True - flow: False -Task 35: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.1 - mesh: True - flow: False -Task 36: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.11 - mesh: True - flow: False -Task 37: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.12 - mesh: True - flow: False -Task 38: - structure: bodyCentered - direction: [1, 1, 1] - theta: 0.13 - mesh: True - flow: False -Task 0: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.01 - mesh: True - flow: True -Task 1: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.02 - mesh: True - flow: True -Task 2: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.03 - mesh: True - flow: True -Task 3: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.04 - mesh: True - flow: True -Task 4: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.05 - mesh: True - flow: True -Task 5: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.06 - mesh: True - flow: True -Task 6: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.07 - mesh: True - flow: True -Task 7: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.08 - mesh: True - flow: True -Task 8: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.09 - mesh: True - flow: True -Task 9: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.1 - mesh: True - flow: True -Task 10: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.11 - mesh: True - flow: True -Task 11: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.12 - mesh: True - flow: True -Task 12: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.13 - mesh: True - flow: True -Task 13: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.14 - mesh: True - flow: False -Task 14: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.15 - mesh: True - flow: True -Task 15: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.16 - mesh: True - flow: True -Task 16: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.17 - mesh: True - flow: False -Task 17: - structure: faceCentered - direction: [1, 0, 0] - theta: 0.18 - mesh: True - flow: True -Task 18: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.01 - mesh: True - flow: True -Task 19: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.02 - mesh: True - flow: True -Task 20: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.03 - mesh: True - flow: True -Task 21: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.04 - mesh: True - flow: True -Task 22: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.05 - mesh: True - flow: True -Task 23: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.06 - mesh: True - flow: True -Task 24: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.07 - mesh: True - flow: True -Task 25: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.08 - mesh: True - flow: True -Task 26: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.09 - mesh: True - flow: True -Task 27: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.1 - mesh: True - flow: True -Task 28: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.11 - mesh: True - flow: True -Task 29: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.12 - mesh: True - flow: True -Task 30: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.13 - mesh: True - flow: False -Task 31: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.14 - mesh: True - flow: False -Task 32: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.15 - mesh: True - flow: True -Task 33: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.16 - mesh: True - flow: False -Task 34: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.17 - mesh: True - flow: False -Task 35: - structure: faceCentered - direction: [0, 0, 1] - theta: 0.18 - mesh: True - flow: False -Task 36: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.01 - mesh: True - flow: False -Task 37: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.02 - mesh: True - flow: False -Task 38: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.03 - mesh: True - flow: True -Task 39: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.04 - mesh: True - flow: False -Task 40: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.05 - mesh: True - flow: True -Task 41: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.06 - mesh: True - flow: False -Task 42: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.07 - mesh: True - flow: False -Task 43: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.08 - mesh: True - flow: True -Task 44: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.09 - mesh: True - flow: False -Task 45: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.1 - mesh: True - flow: True -Task 46: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.11 - mesh: True - flow: True -Task 47: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.12 - mesh: True - flow: True -Task 48: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.13 - mesh: True - flow: False -Task 49: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.14 - mesh: True - flow: False -Task 50: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.15 - mesh: True - flow: False -Task 51: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.16 - mesh: True - flow: False -Task 52: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.17 - mesh: True - flow: False -Task 53: - structure: faceCentered - direction: [1, 1, 1] - theta: 0.18 - mesh: True - flow: False diff --git a/logs/tasks.simple.log b/logs/tasks.simple.log deleted file mode 100644 index c2f4cf8..0000000 --- a/logs/tasks.simple.log +++ /dev/null @@ -1,504 +0,0 @@ -Task 0: - structure: simple - direction: [1, 0, 0] - theta: 0.01 - mesh: True - flow: True -Task 1: - structure: simple - direction: [1, 0, 0] - theta: 0.02 - mesh: True - flow: True -Task 2: - structure: simple - direction: [1, 0, 0] - theta: 0.03 - mesh: True - flow: True -Task 3: - structure: simple - direction: [1, 0, 0] - theta: 0.04 - mesh: True - flow: True -Task 4: - structure: simple - direction: [1, 0, 0] - theta: 0.05 - mesh: True - flow: True -Task 5: - structure: simple - direction: [1, 0, 0] - theta: 0.06 - mesh: True - flow: True -Task 6: - structure: simple - direction: [1, 0, 0] - theta: 0.07 - mesh: True - flow: True -Task 7: - structure: simple - direction: [1, 0, 0] - theta: 0.08 - mesh: True - flow: True -Task 8: - structure: simple - direction: [1, 0, 0] - theta: 0.09 - mesh: True - flow: True -Task 9: - structure: simple - direction: [1, 0, 0] - theta: 0.1 - mesh: True - flow: True -Task 10: - structure: simple - direction: [1, 0, 0] - theta: 0.11 - mesh: True - flow: True -Task 11: - structure: simple - direction: [1, 0, 0] - theta: 0.12 - mesh: True - flow: True -Task 12: - structure: simple - direction: [1, 0, 0] - theta: 0.13 - mesh: True - flow: True -Task 13: - structure: simple - direction: [1, 0, 0] - theta: 0.14 - mesh: True - flow: True -Task 14: - structure: simple - direction: [1, 0, 0] - theta: 0.15 - mesh: True - flow: True -Task 15: - structure: simple - direction: [1, 0, 0] - theta: 0.16 - mesh: True - flow: True -Task 16: - structure: simple - direction: [1, 0, 0] - theta: 0.17 - mesh: True - flow: True -Task 17: - structure: simple - direction: [1, 0, 0] - theta: 0.18 - mesh: True - flow: True -Task 18: - structure: simple - direction: [1, 0, 0] - theta: 0.19 - mesh: True - flow: True -Task 19: - structure: simple - direction: [1, 0, 0] - theta: 0.2 - mesh: True - flow: True -Task 20: - structure: simple - direction: [1, 0, 0] - theta: 0.21 - mesh: True - flow: True -Task 21: - structure: simple - direction: [1, 0, 0] - theta: 0.22 - mesh: True - flow: True -Task 22: - structure: simple - direction: [1, 0, 0] - theta: 0.23 - mesh: True - flow: True -Task 23: - structure: simple - direction: [1, 0, 0] - theta: 0.24 - mesh: True - flow: True -Task 24: - structure: simple - direction: [1, 0, 0] - theta: 0.25 - mesh: True - flow: True -Task 25: - structure: simple - direction: [1, 0, 0] - theta: 0.26 - mesh: True - flow: True -Task 26: - structure: simple - direction: [1, 0, 0] - theta: 0.27 - mesh: True - flow: True -Task 27: - structure: simple - direction: [1, 0, 0] - theta: 0.28 - mesh: True - flow: True -Task 28: - structure: simple - direction: [0, 0, 1] - theta: 0.01 - mesh: True - flow: True -Task 29: - structure: simple - direction: [0, 0, 1] - theta: 0.02 - mesh: True - flow: True -Task 30: - structure: simple - direction: [0, 0, 1] - theta: 0.03 - mesh: True - flow: True -Task 31: - structure: simple - direction: [0, 0, 1] - theta: 0.04 - mesh: True - flow: True -Task 32: - structure: simple - direction: [0, 0, 1] - theta: 0.05 - mesh: True - flow: True -Task 33: - structure: simple - direction: [0, 0, 1] - theta: 0.06 - mesh: True - flow: False -Task 34: - structure: simple - direction: [0, 0, 1] - theta: 0.07 - mesh: True - flow: True -Task 35: - structure: simple - direction: [0, 0, 1] - theta: 0.08 - mesh: True - flow: True -Task 36: - structure: simple - direction: [0, 0, 1] - theta: 0.09 - mesh: True - flow: True -Task 37: - structure: simple - direction: [0, 0, 1] - theta: 0.1 - mesh: True - flow: True -Task 38: - structure: simple - direction: [0, 0, 1] - theta: 0.11 - mesh: True - flow: True -Task 39: - structure: simple - direction: [0, 0, 1] - theta: 0.12 - mesh: True - flow: True -Task 40: - structure: simple - direction: [0, 0, 1] - theta: 0.13 - mesh: True - flow: True -Task 41: - structure: simple - direction: [0, 0, 1] - theta: 0.14 - mesh: True - flow: True -Task 42: - structure: simple - direction: [0, 0, 1] - theta: 0.15 - mesh: True - flow: True -Task 43: - structure: simple - direction: [0, 0, 1] - theta: 0.16 - mesh: True - flow: True -Task 44: - structure: simple - direction: [0, 0, 1] - theta: 0.17 - mesh: True - flow: True -Task 45: - structure: simple - direction: [0, 0, 1] - theta: 0.18 - mesh: True - flow: True -Task 46: - structure: simple - direction: [0, 0, 1] - theta: 0.19 - mesh: True - flow: True -Task 47: - structure: simple - direction: [0, 0, 1] - theta: 0.2 - mesh: True - flow: True -Task 48: - structure: simple - direction: [0, 0, 1] - theta: 0.21 - mesh: True - flow: True -Task 49: - structure: simple - direction: [0, 0, 1] - theta: 0.22 - mesh: True - flow: True -Task 50: - structure: simple - direction: [0, 0, 1] - theta: 0.23 - mesh: True - flow: True -Task 51: - structure: simple - direction: [0, 0, 1] - theta: 0.24 - mesh: True - flow: True -Task 52: - structure: simple - direction: [0, 0, 1] - theta: 0.25 - mesh: True - flow: True -Task 53: - structure: simple - direction: [0, 0, 1] - theta: 0.26 - mesh: True - flow: True -Task 54: - structure: simple - direction: [0, 0, 1] - theta: 0.27 - mesh: True - flow: True -Task 55: - structure: simple - direction: [0, 0, 1] - theta: 0.28 - mesh: True - flow: True -Task 56: - structure: simple - direction: [1, 1, 1] - theta: 0.01 - mesh: True - flow: True -Task 57: - structure: simple - direction: [1, 1, 1] - theta: 0.02 - mesh: True - flow: True -Task 58: - structure: simple - direction: [1, 1, 1] - theta: 0.03 - mesh: True - flow: True -Task 59: - structure: simple - direction: [1, 1, 1] - theta: 0.04 - mesh: True - flow: True -Task 60: - structure: simple - direction: [1, 1, 1] - theta: 0.05 - mesh: True - flow: True -Task 61: - structure: simple - direction: [1, 1, 1] - theta: 0.06 - mesh: True - flow: True -Task 62: - structure: simple - direction: [1, 1, 1] - theta: 0.07 - mesh: True - flow: True -Task 63: - structure: simple - direction: [1, 1, 1] - theta: 0.08 - mesh: True - flow: True -Task 64: - structure: simple - direction: [1, 1, 1] - theta: 0.09 - mesh: True - flow: True -Task 65: - structure: simple - direction: [1, 1, 1] - theta: 0.1 - mesh: True - flow: True -Task 66: - structure: simple - direction: [1, 1, 1] - theta: 0.11 - mesh: True - flow: True -Task 67: - structure: simple - direction: [1, 1, 1] - theta: 0.12 - mesh: True - flow: True -Task 68: - structure: simple - direction: [1, 1, 1] - theta: 0.13 - mesh: True - flow: True -Task 69: - structure: simple - direction: [1, 1, 1] - theta: 0.14 - mesh: True - flow: True -Task 70: - structure: simple - direction: [1, 1, 1] - theta: 0.15 - mesh: True - flow: True -Task 71: - structure: simple - direction: [1, 1, 1] - theta: 0.16 - mesh: True - flow: True -Task 72: - structure: simple - direction: [1, 1, 1] - theta: 0.17 - mesh: True - flow: True -Task 73: - structure: simple - direction: [1, 1, 1] - theta: 0.18 - mesh: True - flow: True -Task 74: - structure: simple - direction: [1, 1, 1] - theta: 0.19 - mesh: True - flow: True -Task 75: - structure: simple - direction: [1, 1, 1] - theta: 0.2 - mesh: True - flow: True -Task 76: - structure: simple - direction: [1, 1, 1] - theta: 0.21 - mesh: True - flow: True -Task 77: - structure: simple - direction: [1, 1, 1] - theta: 0.22 - mesh: True - flow: True -Task 78: - structure: simple - direction: [1, 1, 1] - theta: 0.23 - mesh: True - flow: True -Task 79: - structure: simple - direction: [1, 1, 1] - theta: 0.24 - mesh: True - flow: True -Task 80: - structure: simple - direction: [1, 1, 1] - theta: 0.25 - mesh: True - flow: True -Task 81: - structure: simple - direction: [1, 1, 1] - theta: 0.26 - mesh: True - flow: True -Task 82: - structure: simple - direction: [1, 1, 1] - theta: 0.27 - mesh: True - flow: True -Task 83: - structure: simple - direction: [1, 1, 1] - theta: 0.28 - mesh: True - flow: True diff --git a/run.py b/run.py index 55df32c..ce7116a 100644 --- a/run.py +++ b/run.py @@ -161,9 +161,17 @@ def calculate(task): logger.critical(f"calculate: missed 'mesh.unv'") return - foam_utils.ideasUnvToFoam("mesh.unv") + _, returncode = foam_utils.ideasUnvToFoam("mesh.unv") + + if returncode: + os.chdir(config.ROOT) + + return returncode foam_utils.createPatch(dictfile = "system/createPatchDict.symetry") + + foam_utils.foamDictionary("constant/polyMesh/boundary", "entry0.defaultFaces.type", "wall") + foam_utils.foamDictionary("constant/polyMesh/boundary", "entry0.defaultFaces.inGroups", "1 (wall)") foam_utils.checkMesh() diff --git a/samples/__init__.py b/samples/__init__.py index 6a1ae11..8e81dd8 100644 --- a/samples/__init__.py +++ b/samples/__init__.py @@ -105,8 +105,9 @@ def genMesh(stype, theta, fillet, direction, export): mesh = mesh_utils.meshCreate(shape, groups, fineness, parameters, viscousLayers) mesh_utils.meshCompute(mesh) + mesh_utils.meshStats(mesh) mesh_utils.meshExport(mesh, export) - + salome.salome_close() diff --git a/src/cubicFoam/0/U b/src/cubicFoam/0/U index 9803fdf..accc3db 100644 --- a/src/cubicFoam/0/U +++ b/src/cubicFoam/0/U @@ -41,6 +41,11 @@ boundaryField type fixedValue; value uniform (0 0 0); } + defaultFaces + { + type fixedValue; + value uniform (0 0 0); + } } diff --git a/src/cubicFoam/0/p b/src/cubicFoam/0/p index caac9b3..3b8758d 100644 --- a/src/cubicFoam/0/p +++ b/src/cubicFoam/0/p @@ -39,6 +39,10 @@ boundaryField wall { type zeroGradient; + } + defaultFaces + { + type zeroGradient; } } diff --git a/src/cubicFoam/system/createPatchDict.symetry b/src/cubicFoam/system/createPatchDict.symetry index e2c545f..be8a224 100644 --- a/src/cubicFoam/system/createPatchDict.symetry +++ b/src/cubicFoam/system/createPatchDict.symetry @@ -19,6 +19,18 @@ pointSync false; // Patches to create. patches ( + { + name defaultFaces; + + patchInfo + { + type empty; + } + + constructFrom patches; + patches (defaultFaces); + } + { name inlet; diff --git a/src/foam_utils.py b/src/foam_utils.py index 870c974..9707c35 100644 --- a/src/foam_utils.py +++ b/src/foam_utils.py @@ -61,8 +61,8 @@ def foamClean(case: str = None): shutil.rmtree(os.path.join(path, d)) -def ideasUnvToFoam(mesh: str, case: str = None): - application("ideasUnvToFoam", mesh, case = case, stderr = True) +def ideasUnvToFoam(mesh: str, case: str = None) -> (str, int): + return application("ideasUnvToFoam", mesh, case = case, stderr = True) def createPatch(dictfile: str = None, case: str = None): diff --git a/src/mesh_utils.py b/src/mesh_utils.py index 2310648..925378b 100644 --- a/src/mesh_utils.py +++ b/src/mesh_utils.py @@ -125,53 +125,53 @@ def meshCreate(shape, groups, fineness, parameters, viscousLayers = None): def meshCompute(mobj): """Compute the mesh.""" status = mobj.Compute() - #msg = "" - - #if status: - # msg = "Computed" - - #else: - # msg = "Not computed" - - #logger.info("""meshCompute: - #status:\t{}""".format(msg)) - + if status: - omniinfo = mobj.GetMeshInfo() - keys = [ str(k) for k in omniinfo.keys() ] - vals = [ v for v in omniinfo.values() ] - info = {} - - for n in range(len(keys)): - info[keys[n]] = vals[n] - - edges = info["Entity_Edge"] + logger.info("meshCompute: computed") - triangles = info["Entity_Triangle"] - faces = triangles - - tetra = info["Entity_Tetra"] - prism = info["Entity_Penta"] - pyramid = info["Entity_Pyramid"] - volumes = tetra + prism + pyramid - - elements = edges + faces + volumes - - logger.info("""meshCompute: - Elements:\t{} - Edges:\t{} - Faces:\t{} - Triangles:\t{} - Volumes:\t{} - Tetrahedrons:\t{} - Prisms:\t{} - Pyramid:\t{}""".format( - elements, edges, faces, triangles, volumes, tetra, prism, pyramid)) + ### + # Post computing + ## + if mobj.NbPyramids() > 0: + pyramidCriterion = smesh.GetCriterion( + SMESH.VOLUME, + SMESH.FT_ElemGeomType, + SMESH.FT_Undefined, + SMESH.Geom_PYRAMID + ) + pyramidGroup = mobj.MakeGroupByCriterion("pyramids", pyramidCriterion) + pyramidVolumes = mobj.GetIDSource(pyramidGroup.GetIDs(), SMESH.VOLUME) + mobj.SplitVolumesIntoTetra(pyramidVolumes, smesh.Hex_5Tet) + + mobj.RemoveGroup(pyramidGroup) + mobj.RenumberElements() + else: logger.warning("meshCompute: not computed") +def meshStats(mobj): + """ + Print mesh information. + """ + stats = { + "Elements": mobj.NbElements(), + "Edges": mobj.NbEdges(), + "Faces": mobj.NbFaces(), + "Volumes": mobj.NbVolumes(), + "Tetrahedrons": mobj.NbTetras(), + "Prisms": mobj.NbPrisms(), + "Pyramids": mobj.NbPyramids() + } + info = "meshStats:\n" + + for key in stats: + info += f"\t{key}:\t{stats[key]}\n" + + logger.info(info) + + def meshExport(mobj, path): """ Export the mesh in a file in UNV format. diff --git a/temp/splitpyramids.py b/temp/splitpyramids.py new file mode 100644 index 0000000..01711eb --- /dev/null +++ b/temp/splitpyramids.py @@ -0,0 +1,314 @@ +#!/usr/bin/env python + +### +### This file is generated automatically by SALOME v9.6.0 with dump python functionality +### + +import sys +import salome + +salome.salome_init() +import salome_notebook +notebook = salome_notebook.NoteBook() +sys.path.insert(0, r'/home/nafaryus/projects/anisotrope-cube/temp') + +### +### GEOM component +### + +import GEOM +from salome.geom import geomBuilder +import math +import SALOMEDS + + +geompy = geomBuilder.New() + +geomObj_1 = geompy.MakeVertex(0, 0, 0) + +sk = geompy.Sketcher3D() +sk.addPointsAbsolute(-0.6666667, -0.6666667, -0.1666667) +sk.addPointsAbsolute(-0.3333333, -0.8333333, -0.3333333) +sk.addPointsAbsolute(-0.1666667, -0.6666667, -0.6666667) +sk.addPointsAbsolute(-0.3333333, -0.3333333, -0.8333333) +sk.addPointsAbsolute(-0.6666667, -0.1666667, -0.6666667) +sk.addPointsAbsolute(-0.8333333, -0.3333333, -0.3333333) +sk.addPointsAbsolute(-0.6666667, -0.6666667, -0.1666667) +geomObj_2 = sk.wire() +geomObj_3 = geompy.MakeFaceWires([geomObj_2], 0) +geomObj_4 = geompy.GetNormal(geomObj_3) +geomObj_5 = geompy.MakePrismVecH(geomObj_3, geomObj_4, 1.732050807568877) +geomObj_6 = geompy.MakeScaleTransform(geomObj_3, geomObj_1, 100) +geomObj_7 = geompy.MakeScaleTransform(geomObj_5, geomObj_1, 100) +[geomObj_8,geomObj_9,geomObj_10,geomObj_11,geomObj_12,geomObj_13,geomObj_14,geomObj_15] = geompy.ExtractShapes(geomObj_7, geompy.ShapeType["FACE"], False) +geomObj_16 = geompy.GetNormal(geomObj_8) +geomObj_17 = geompy.GetNormal(geomObj_9) +geomObj_18 = geompy.GetNormal(geomObj_10) +geomObj_19 = geompy.GetNormal(geomObj_11) +geomObj_20 = geompy.GetNormal(geomObj_12) +geomObj_21 = geompy.GetNormal(geomObj_13) +geomObj_22 = geompy.GetNormal(geomObj_14) +geomObj_23 = geompy.GetNormal(geomObj_15) +geomObj_24 = geompy.MakeVectorDXDYDZ(1, 0, 0) +geomObj_25 = geompy.MakeVectorDXDYDZ(0, 1, 0) +geomObj_26 = geompy.MakeVectorDXDYDZ(0, 0, 1) +geomObj_27 = geompy.MakeVectorDXDYDZ(1, 1, 0) +geomObj_28 = geompy.MakeVectorDXDYDZ(1, -1, 0) +geomObj_29 = geompy.MakeVertex(-1, 0, -0.5) +geomObj_30 = geompy.MakeSpherePntR(geomObj_29, 0.3761206282907168) +geomObj_31 = geompy.MakeMultiTranslation2D(geomObj_30, geomObj_27, 0.7071067811865476, 3, geomObj_28, 0.7071067811865476, 3) +geomObj_32 = geompy.MakeMultiTranslation1D(geomObj_31, geomObj_26, 1, 2) +[geomObj_33,geomObj_34,geomObj_35,geomObj_36,geomObj_37,geomObj_38,geomObj_39,geomObj_40,geomObj_41,geomObj_42,geomObj_43,geomObj_44,geomObj_45,geomObj_46,geomObj_47,geomObj_48,geomObj_49,geomObj_50] = geompy.ExtractShapes(geomObj_32, geompy.ShapeType["SOLID"], True) +geomObj_51 = geompy.MakeVertex(-1.5, 0, -1) +geomObj_52 = geompy.MakeSpherePntR(geomObj_51, 0.3761206282907168) +geomObj_53 = geompy.MakeMultiTranslation2D(geomObj_52, geomObj_27, 0.7071067811865476, 4, geomObj_28, 0.7071067811865476, 4) +geomObj_54 = geompy.MakeMultiTranslation1D(geomObj_53, geomObj_26, 1, 3) +[geomObj_55,geomObj_56,geomObj_57,geomObj_58,geomObj_59,geomObj_60,geomObj_61,geomObj_62,geomObj_63,geomObj_64,geomObj_65,geomObj_66,geomObj_67,geomObj_68,geomObj_69,geomObj_70,geomObj_71,geomObj_72,geomObj_73,geomObj_74,geomObj_75,geomObj_76,geomObj_77,geomObj_78,geomObj_79,geomObj_80,geomObj_81,geomObj_82,geomObj_83,geomObj_84,geomObj_85,geomObj_86,geomObj_87,geomObj_88,geomObj_89,geomObj_90,geomObj_91,geomObj_92,geomObj_93,geomObj_94,geomObj_95,geomObj_96,geomObj_97,geomObj_98,geomObj_99,geomObj_100,geomObj_101,geomObj_102] = geompy.ExtractShapes(geomObj_54, geompy.ShapeType["SOLID"], True) +geomObj_103 = geompy.MakeFuseList([geomObj_33, geomObj_34, geomObj_35, geomObj_36, geomObj_37, geomObj_38, geomObj_39, geomObj_40, geomObj_41, geomObj_42, geomObj_43, geomObj_44, geomObj_45, geomObj_46, geomObj_47, geomObj_48, geomObj_49, geomObj_50, geomObj_55, geomObj_56, geomObj_57, geomObj_58, geomObj_59, geomObj_60, geomObj_61, geomObj_62, geomObj_63, geomObj_64, geomObj_65, geomObj_66, geomObj_67, geomObj_68, geomObj_69, geomObj_70, geomObj_71, geomObj_72, geomObj_73, geomObj_74, geomObj_75, geomObj_76, geomObj_77, geomObj_78, geomObj_79, geomObj_80, geomObj_81, geomObj_82, geomObj_83, geomObj_84, geomObj_85, geomObj_86, geomObj_87, geomObj_88, geomObj_89, geomObj_90, geomObj_91, geomObj_92, geomObj_93, geomObj_94, geomObj_95, geomObj_96, geomObj_97, geomObj_98, geomObj_99, geomObj_100, geomObj_101, geomObj_102], False, False) +geomObj_104 = geompy.MakeScaleTransform(geomObj_103, geomObj_1, 100) +geomObj_105 = geompy.MakeFilletAll(geomObj_104, 0.6170130261493888) +geomObj_106 = geompy.MakeCutList(geomObj_7, [geomObj_105]) +faceCenteredCubic = geompy.MakeScaleTransform(geomObj_106, geomObj_1, 0.01) +geomObj_107 = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geompy.UnionIDs(geomObj_107, [3, 21, 30, 35, 42, 59, 84, 89, 118, 131, 136, 177, 180, 183, 188, 203, 230, 233, 236, 247, 259, 261, 266, 270, 272, 277, 281, 296, 301, 304, 306, 311, 316, 322, 324, 338, 353, 357, 359, 362, 365, 370, 375, 380, 383, 388, 391, 398, 421, 424, 427, 438, 443, 448, 455, 460, 465, 470, 475, 480, 487, 492, 497, 504, 517, 534, 557, 561, 563, 566, 569, 577, 579, 583, 586, 588, 591, 595, 598, 602, 604]) +inlet = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_108 = geompy.MakeCutList(geomObj_6, [geomObj_105]) +geomObj_109 = geompy.MakeScaleTransform(geomObj_108, geomObj_1, 0.01) +geomObj_110 = geompy.GetInPlace(faceCenteredCubic, geomObj_109, True) +[geomObj_111,geomObj_112,geomObj_113,geomObj_114,geomObj_115,geomObj_116] = geompy.SubShapeAll(geomObj_110, geompy.ShapeType["FACE"]) +geompy.UnionList(inlet, [geomObj_111, geomObj_112, geomObj_113, geomObj_114, geomObj_115, geomObj_116]) +outlet = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_117 = geompy.MakeCutList(geomObj_15, [geomObj_105]) +geomObj_118 = geompy.MakeScaleTransform(geomObj_117, geomObj_1, 0.01) +geomObj_119 = geompy.GetInPlace(faceCenteredCubic, geomObj_118, True) +[geomObj_120,geomObj_121,geomObj_122,geomObj_123,geomObj_124,geomObj_125] = geompy.SubShapeAll(geomObj_119, geompy.ShapeType["FACE"]) +geompy.UnionList(outlet, [geomObj_120, geomObj_121, geomObj_122, geomObj_123, geomObj_124, geomObj_125]) +symetry0 = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_126 = geompy.MakeCutList(geomObj_8, [geomObj_105]) +geomObj_127 = geompy.MakeScaleTransform(geomObj_126, geomObj_1, 0.01) +geomObj_128 = geompy.GetInPlace(faceCenteredCubic, geomObj_127, True) +[geomObj_129,geomObj_130] = geompy.SubShapeAll(geomObj_128, geompy.ShapeType["FACE"]) +geompy.UnionList(symetry0, [geomObj_129, geomObj_130]) +symetry1 = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_131 = geompy.MakeCutList(geomObj_9, [geomObj_105]) +geomObj_132 = geompy.MakeScaleTransform(geomObj_131, geomObj_1, 0.01) +geomObj_133 = geompy.GetInPlace(faceCenteredCubic, geomObj_132, True) +[geomObj_134,geomObj_135] = geompy.SubShapeAll(geomObj_133, geompy.ShapeType["FACE"]) +geompy.UnionList(symetry1, [geomObj_134, geomObj_135]) +symetry2 = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_136 = geompy.MakeCutList(geomObj_10, [geomObj_105]) +geomObj_137 = geompy.MakeScaleTransform(geomObj_136, geomObj_1, 0.01) +geomObj_138 = geompy.GetInPlace(faceCenteredCubic, geomObj_137, True) +[geomObj_139,geomObj_140] = geompy.SubShapeAll(geomObj_138, geompy.ShapeType["FACE"]) +geompy.UnionList(symetry2, [geomObj_139, geomObj_140]) +symetry3 = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_141 = geompy.MakeCutList(geomObj_11, [geomObj_105]) +geomObj_142 = geompy.MakeScaleTransform(geomObj_141, geomObj_1, 0.01) +geomObj_143 = geompy.GetInPlace(faceCenteredCubic, geomObj_142, True) +[geomObj_144,geomObj_145] = geompy.SubShapeAll(geomObj_143, geompy.ShapeType["FACE"]) +geompy.UnionList(symetry3, [geomObj_144, geomObj_145]) +symetry4 = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_146 = geompy.MakeCutList(geomObj_12, [geomObj_105]) +geomObj_147 = geompy.MakeScaleTransform(geomObj_146, geomObj_1, 0.01) +geomObj_148 = geompy.GetInPlace(faceCenteredCubic, geomObj_147, True) +[geomObj_149,geomObj_150] = geompy.SubShapeAll(geomObj_148, geompy.ShapeType["FACE"]) +geompy.UnionList(symetry4, [geomObj_149, geomObj_150]) +symetry5 = geompy.CreateGroup(faceCenteredCubic, geompy.ShapeType["FACE"]) +geomObj_151 = geompy.MakeCutList(geomObj_13, [geomObj_105]) +geomObj_152 = geompy.MakeScaleTransform(geomObj_151, geomObj_1, 0.01) +geomObj_153 = geompy.GetInPlace(faceCenteredCubic, geomObj_152, True) +[geomObj_154,geomObj_155] = geompy.SubShapeAll(geomObj_153, geompy.ShapeType["FACE"]) +geompy.UnionList(symetry5, [geomObj_154, geomObj_155]) +wall = geompy.CutListOfGroups([geomObj_107], [inlet, outlet, symetry0, symetry1, symetry2, symetry3, symetry4, symetry5]) +[geomObj_107, inlet, geomObj_110, outlet, geomObj_119, symetry0, geomObj_128, symetry1, geomObj_133, symetry2, geomObj_138, symetry3, geomObj_143, symetry4, geomObj_148, symetry5, geomObj_153, wall] = geompy.GetExistingSubObjects(faceCenteredCubic, False) +[geomObj_107, inlet, geomObj_110, outlet, geomObj_119, symetry0, geomObj_128, symetry1, geomObj_133, symetry2, geomObj_138, symetry3, geomObj_143, symetry4, geomObj_148, symetry5, geomObj_153, wall] = geompy.GetExistingSubObjects(faceCenteredCubic, False) +[geomObj_107, inlet, geomObj_110, outlet, geomObj_119, symetry0, geomObj_128, symetry1, geomObj_133, symetry2, geomObj_138, symetry3, geomObj_143, symetry4, geomObj_148, symetry5, geomObj_153, wall] = geompy.GetExistingSubObjects(faceCenteredCubic, False) +geompy.addToStudy( faceCenteredCubic, 'faceCenteredCubic' ) +geompy.addToStudyInFather( faceCenteredCubic, inlet, 'inlet' ) +geompy.addToStudyInFather( faceCenteredCubic, outlet, 'outlet' ) +geompy.addToStudyInFather( faceCenteredCubic, symetry0, 'symetry0' ) +geompy.addToStudyInFather( faceCenteredCubic, symetry1, 'symetry1' ) +geompy.addToStudyInFather( faceCenteredCubic, symetry2, 'symetry2' ) +geompy.addToStudyInFather( faceCenteredCubic, symetry3, 'symetry3' ) +geompy.addToStudyInFather( faceCenteredCubic, symetry4, 'symetry4' ) +geompy.addToStudyInFather( faceCenteredCubic, symetry5, 'symetry5' ) +geompy.addToStudyInFather( faceCenteredCubic, wall, 'wall' ) + +### +### SMESH component +### + +import SMESH, SALOMEDS +from salome.smesh import smeshBuilder + +smesh = smeshBuilder.New() +#smesh.SetEnablePublish( False ) # Set to False to avoid publish in study if not needed or in some particular situations: + # multiples meshes built in parallel, complex and numerous mesh edition (performance) + +Mesh_1 = smesh.Mesh(faceCenteredCubic) +NETGEN_1D_2D_3D = Mesh_1.Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D) +NETGEN_3D_Parameters_1 = NETGEN_1D_2D_3D.Parameters() +NETGEN_3D_Parameters_1.SetMaxSize( 0.05 ) +NETGEN_3D_Parameters_1.SetMinSize( 0.005 ) +NETGEN_3D_Parameters_1.SetSecondOrder( 0 ) +NETGEN_3D_Parameters_1.SetOptimize( 1 ) +NETGEN_3D_Parameters_1.SetFineness( 1 ) +NETGEN_3D_Parameters_1.SetChordalError( -1 ) +NETGEN_3D_Parameters_1.SetChordalErrorEnabled( 0 ) +NETGEN_3D_Parameters_1.SetUseSurfaceCurvature( 1 ) +NETGEN_3D_Parameters_1.SetFuseEdges( 1 ) +NETGEN_3D_Parameters_1.SetQuadAllowed( 0 ) +NETGEN_3D_Parameters_1.SetCheckChartBoundary( 88 ) +Viscous_Layers_1 = NETGEN_1D_2D_3D.ViscousLayers(0.001,2,1.2,[ 21, 35, 316, 183, 365, 380, 475, 460, 497, 448, 595, 579 ],1,smeshBuilder.SURF_OFFSET_SMOOTH) +#Group_1 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +inlet_1 = Mesh_1.GroupOnGeom(inlet,'inlet',SMESH.FACE) +#Group_3 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +outlet_1 = Mesh_1.GroupOnGeom(outlet,'outlet',SMESH.FACE) +#Group_5 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry0_1 = Mesh_1.GroupOnGeom(symetry0,'symetry0',SMESH.FACE) +#Group_7 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry1_1 = Mesh_1.GroupOnGeom(symetry1,'symetry1',SMESH.FACE) +#Group_9 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry2_1 = Mesh_1.GroupOnGeom(symetry2,'symetry2',SMESH.FACE) +#Group_11 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry3_1 = Mesh_1.GroupOnGeom(symetry3,'symetry3',SMESH.FACE) +#Group_13 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry4_1 = Mesh_1.GroupOnGeom(symetry4,'symetry4',SMESH.FACE) +#Group_15 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry5_1 = Mesh_1.GroupOnGeom(symetry5,'symetry5',SMESH.FACE) +#Group_17 = Mesh_1.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +wall_1 = Mesh_1.GroupOnGeom(wall,'wall',SMESH.FACE) +isDone = Mesh_1.Compute() +[ Group_1, inlet_1, Group_3, outlet_1, Group_5, symetry0_1, Group_7, symetry1_1, Group_9, symetry2_1, Group_11, symetry3_1, Group_13, symetry4_1, Group_15, symetry5_1, Group_17, wall_1 ] = Mesh_1.GetGroups() +Mesh_4 = smesh.Mesh() +Mesh_2 = smesh.Mesh(faceCenteredCubic) +status = Mesh_2.AddHypothesis(NETGEN_3D_Parameters_1) +status = Mesh_2.AddHypothesis(Viscous_Layers_1) +NETGEN_1D_2D_3D_1 = Mesh_2.Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D) +#Group_1_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +inlet_2 = Mesh_2.GroupOnGeom(inlet,'inlet',SMESH.FACE) +#Group_3_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +outlet_2 = Mesh_2.GroupOnGeom(outlet,'outlet',SMESH.FACE) +#Group_5_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry0_2 = Mesh_2.GroupOnGeom(symetry0,'symetry0',SMESH.FACE) +#Group_7_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry1_2 = Mesh_2.GroupOnGeom(symetry1,'symetry1',SMESH.FACE) +#Group_9_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry2_2 = Mesh_2.GroupOnGeom(symetry2,'symetry2',SMESH.FACE) +#Group_11_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry3_2 = Mesh_2.GroupOnGeom(symetry3,'symetry3',SMESH.FACE) +#Group_13_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry4_2 = Mesh_2.GroupOnGeom(symetry4,'symetry4',SMESH.FACE) +#Group_15_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +symetry5_2 = Mesh_2.GroupOnGeom(symetry5,'symetry5',SMESH.FACE) +#Group_17_1 = Mesh_2.GroupOnGeom(__NOT__Published__Object__,'',SMESH.FACE) +wall_2 = Mesh_2.GroupOnGeom(wall,'wall',SMESH.FACE) +isDone = Mesh_2.Compute() +[ Group_1_1, inlet_2, Group_3_1, outlet_2, Group_5_1, symetry0_2, Group_7_1, symetry1_2, Group_9_1, symetry2_2, Group_11_1, symetry3_2, Group_13_1, symetry4_2, Group_15_1, symetry5_2, Group_17_1, wall_2 ] = Mesh_2.GetGroups() +[ Group_1, inlet_1, Group_3, outlet_1, Group_5, symetry0_1, Group_7, symetry1_1, Group_9, symetry2_1, Group_11, symetry3_1, Group_13, symetry4_1, Group_15, symetry5_1, Group_17, wall_1 ] = Mesh_1.GetGroups() +[ Group_1_1, inlet_2, Group_3_1, outlet_2, Group_5_1, symetry0_2, Group_7_1, symetry1_2, Group_9_1, symetry2_2, Group_11_1, symetry3_2, Group_13_1, symetry4_2, Group_15_1, symetry5_2, Group_17_1, wall_2 ] = Mesh_2.GetGroups() +aCriteria = [] +aCriterion = smesh.GetCriterion(SMESH.VOLUME,SMESH.FT_ElemGeomType,SMESH.FT_Undefined,SMESH.Geom_PYRAMID) +aCriteria.append(aCriterion) +[ Group_1_1, inlet_2, Group_3_1, outlet_2, Group_5_1, symetry0_2, Group_7_1, symetry1_2, Group_9_1, symetry2_2, Group_11_1, symetry3_2, Group_13_1, symetry4_2, Group_15_1, symetry5_2, Group_17_1, wall_2 ] = Mesh_2.GetGroups() +Mesh_1.Clear() +Mesh_2.Clear() +Mesh_3 = smesh.Mesh(faceCenteredCubic) +status = Mesh_3.AddHypothesis(NETGEN_3D_Parameters_1) +status = Mesh_3.AddHypothesis(Viscous_Layers_1) +NETGEN_1D_2D_3D_2 = Mesh_3.Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D) +inlet_3 = Mesh_3.GroupOnGeom(inlet,'inlet',SMESH.FACE) +outlet_3 = Mesh_3.GroupOnGeom(outlet,'outlet',SMESH.FACE) +symetry0_3 = Mesh_3.GroupOnGeom(symetry0,'symetry0',SMESH.FACE) +symetry1_3 = Mesh_3.GroupOnGeom(symetry1,'symetry1',SMESH.FACE) +symetry2_3 = Mesh_3.GroupOnGeom(symetry2,'symetry2',SMESH.FACE) +symetry3_3 = Mesh_3.GroupOnGeom(symetry3,'symetry3',SMESH.FACE) +symetry4_3 = Mesh_3.GroupOnGeom(symetry4,'symetry4',SMESH.FACE) +symetry5_3 = Mesh_3.GroupOnGeom(symetry5,'symetry5',SMESH.FACE) +wall_3 = Mesh_3.GroupOnGeom(wall,'wall',SMESH.FACE) +isDone = Mesh_3.Compute() +[ smeshObj_1, inlet_3, smeshObj_2, outlet_3, smeshObj_3, symetry0_3, smeshObj_4, symetry1_3, smeshObj_5, symetry2_3, smeshObj_6, symetry3_3, smeshObj_7, symetry4_3, smeshObj_8, symetry5_3, smeshObj_9, wall_3 ] = Mesh_3.GetGroups() +aCriteria = [] +aCriterion = smesh.GetCriterion(SMESH.VOLUME,SMESH.FT_ElemGeomType,SMESH.FT_Undefined,SMESH.Geom_PYRAMID) +aCriteria.append(aCriterion) +Mesh_3.SplitVolumesIntoTetra( Mesh_3.GetIDSource([ 189580, 222102, 189581, 222103, 146658, 146659, 106364, 106365, 146364, 146365, 105266, 105267, 162840, 162841, 189808, 189809, 105172, 105173, 180526, 180527, 154066, 154067, 104882, 104883, 123066, 123067, 123068, 123069, 180640, 222050, 180641, 222051, 162664, 180238, 162665, 180239, 106312, 106313, 154188, 154189, 122780, 122781, 162784, 146726, 162785, 222274, 146727, 162786, 222275, 162787, 189756, 189757, 189458, 189459, 222394, 222395 ], SMESH.VOLUME), 1 ) +[ smeshObj_1, inlet_3, smeshObj_2, outlet_3, smeshObj_3, symetry0_3, smeshObj_4, symetry1_3, smeshObj_5, symetry2_3, smeshObj_6, symetry3_3, smeshObj_7, symetry4_3, smeshObj_8, symetry5_3, smeshObj_9, wall_3 ] = Mesh_3.GetGroups() + +## some objects were removed +aStudyBuilder = salome.myStudy.NewBuilder() +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_8)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_9)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_6)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_7)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_5)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_3)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_4)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_1)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) +SO = salome.myStudy.FindObjectIOR(salome.myStudy.ConvertObjectToIOR(smeshObj_2)) +if SO: aStudyBuilder.RemoveObjectWithChildren(SO) + +## Set names of Mesh objects +smesh.SetName(NETGEN_1D_2D_3D.GetAlgorithm(), 'NETGEN 1D-2D-3D') +smesh.SetName(symetry1_1, 'symetry1') +smesh.SetName(Group_9, 'Group_9') +smesh.SetName(Viscous_Layers_1, 'Viscous Layers_1') +smesh.SetName(NETGEN_3D_Parameters_1, 'NETGEN 3D Parameters_1') +smesh.SetName(Group_1, 'Group_1') +smesh.SetName(inlet_1, 'inlet') +smesh.SetName(Group_3, 'Group_3') +smesh.SetName(outlet_1, 'outlet') +smesh.SetName(Group_5, 'Group_5') +smesh.SetName(symetry0_1, 'symetry0') +smesh.SetName(Group_7, 'Group_7') +smesh.SetName(Mesh_1.GetMesh(), 'Mesh_1') +smesh.SetName(Mesh_2.GetMesh(), 'Mesh_2') +smesh.SetName(Mesh_4.GetMesh(), 'Mesh_4') +smesh.SetName(Mesh_3.GetMesh(), 'Mesh_3') +smesh.SetName(wall_3, 'wall') +smesh.SetName(symetry4_3, 'symetry4') +smesh.SetName(symetry5_3, 'symetry5') +smesh.SetName(symetry2_3, 'symetry2') +smesh.SetName(wall_1, 'wall') +smesh.SetName(symetry3_3, 'symetry3') +smesh.SetName(Group_11, 'Group_11') +smesh.SetName(symetry2_1, 'symetry2') +smesh.SetName(Group_13, 'Group_13') +smesh.SetName(symetry3_1, 'symetry3') +smesh.SetName(Group_15, 'Group_15') +smesh.SetName(symetry1_2, 'symetry1') +smesh.SetName(symetry4_1, 'symetry4') +smesh.SetName(symetry1_3, 'symetry1') +smesh.SetName(Group_9_1, 'Group_9') +smesh.SetName(Group_17, 'Group_17') +smesh.SetName(symetry0_2, 'symetry0') +smesh.SetName(symetry5_1, 'symetry5') +smesh.SetName(Group_7_1, 'Group_7') +smesh.SetName(outlet_2, 'outlet') +smesh.SetName(outlet_3, 'outlet') +smesh.SetName(Group_5_1, 'Group_5') +smesh.SetName(inlet_2, 'inlet') +smesh.SetName(symetry0_3, 'symetry0') +smesh.SetName(Group_3_1, 'Group_3') +smesh.SetName(Group_1_1, 'Group_1') +smesh.SetName(inlet_3, 'inlet') +smesh.SetName(wall_2, 'wall') +smesh.SetName(Group_17_1, 'Group_17') +smesh.SetName(symetry5_2, 'symetry5') +smesh.SetName(Group_15_1, 'Group_15') +smesh.SetName(symetry4_2, 'symetry4') +smesh.SetName(Group_13_1, 'Group_13') +smesh.SetName(symetry3_2, 'symetry3') +smesh.SetName(Group_11_1, 'Group_11') +smesh.SetName(symetry2_2, 'symetry2') + + +if salome.sg.hasDesktop(): + salome.sg.updateObjBrowser()