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

[Commercial meshers] Errors in polyMesh folder after renumberMesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 24, 2018, 13:21
Default Errors in polyMesh folder after renumberMesh
  #1
New Member
 
Paul
Join Date: Nov 2017
Posts: 15
Rep Power: 8
Paul Caicedo is on a distinguished road
Hello everybody,

I used Pointwise 18.1 to generate a hybrid mesh for a solar updraft tower. I have 5 blocks, and checkMesh shows that everything is ok. After running renumberMesh -overwrite, the faces, neighbour, owner, and points files have NUL in all lines. Do you know what could be the reason, and how to solve it?

Here is my controlDict file
PHP Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  5.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    
version     2.0;
    
format      ascii;
    class       
dictionary;
    
location    "system";
    
object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     buoyantPimpleFoam;

startFrom       latestTime;   

startTime       0;

stopAt          endTime;

endTime         150;

deltaT          0.0125;

writeControl    adjustableRunTime;  

writeInterval   0.25;               

purgeWrite      0;                  

writeFormat     binary;

writePrecision  10;

writeCompression off;

timeFormat      general;

timePrecision   6;

runTimeModifiable no;

adjustTimeStep  yes;

maxCo           0.5;        

// ************************************************************************* // 
Thanks for your attention and participation,
Paul
Paul Caicedo is offline   Reply With Quote

Old   April 24, 2018, 15:34
Default
  #2
New Member
 
Paul
Join Date: Nov 2017
Posts: 15
Rep Power: 8
Paul Caicedo is on a distinguished road
Hello again,

This is solved. The problem is that the writeFormat is set to binary, so I could run in my pc, but then when I tried to run in a cluster, I got some errors.

Now I have changed to ascii, and it is ok.

Thanks to Travis Carrigan
Paul Caicedo is offline   Reply With Quote

Reply


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
courant number increases to rather large values 6863523 OpenFOAM Running, Solving & CFD 22 July 5, 2023 23:48
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
simpleFoam error - "Floating point exception" mbcx4jc2 OpenFOAM Running, Solving & CFD 12 August 4, 2015 02:20
Help for the small implementation in turbulence model shipman OpenFOAM Programming & Development 25 March 19, 2014 10:08
InterFoam negative alpha karasa03 OpenFOAM 7 December 12, 2013 03:41


All times are GMT -4. The time now is 03:54.