CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

SimpleFoam not running after changing geometry

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 18, 2018, 16:22
Default SimpleFoam not running after changing geometry
  #1
New Member
 
Keegan Karbach
Join Date: Jun 2018
Posts: 1
Rep Power: 0
kkarbach is on a distinguished road
Hi all! I'm a bit new to OpenFOAM, but have attempted to solve this particular issue on my own. I can't seem to understand why simpleFoam won't run...

Code:
kkarbach@Keegan-i7:~/OpenFOAM/kkarbach-5.0/run/TaylorCouette2$ simpleFoam
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  5.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 5.x-197d9d3bf20a
Exec   : simpleFoam
Date   : Jun 18 2018
Time   : 13:05:58
Host   : "Keegan-i7"
PID    : 1148
I/O    : uncollated
Case   : /home/kkarbach/OpenFOAM/kkarbach-5.0/run/TaylorCouette2
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

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

Create mesh for time = 0


SIMPLE: convergence criteria
    field U      tolerance 0.0001
    field p      tolerance 0.001

Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type laminar
Selecting laminar stress model Stokes
No MRF models present

No finite volume options present


Starting time loop

Time = 1
Here's the checkMesh utility:

Code:
kkarbach@Keegan-i7:~/OpenFOAM/kkarbach-5.0/run/TaylorCouette2$ checkMesh
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  5.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 5.x-197d9d3bf20a
Exec   : checkMesh
Date   : Jun 18 2018
Time   : 13:13:51
Host   : "Keegan-i7"
PID    : 1149
I/O    : uncollated
Case   : /home/kkarbach/OpenFOAM/kkarbach-5.0/run/TaylorCouette2
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

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

Create polyMesh for time = 0

Time = 0

Mesh stats
    points:           139392
    faces:            401408
    internal faces:   385024
    cells:            131072
    faces per cell:   6
    boundary patches: 4
    point zones:      0
    face zones:       0
    cell zones:       0

Overall number of cells of each type:
    hexahedra:     131072
    prisms:        0
    wedges:        0
    pyramids:      0
    tet wedges:    0
    tetrahedra:    0
    polyhedra:     0

Checking topology...
    Boundary definition OK.
    Cell to face addressing OK.
    Point usage OK.
    Upper triangular ordering OK.
    Face vertices OK.
    Number of regions: 1 (OK).

Checking patch topology for multiply connected surfaces...
    Patch               Faces    Points   Surface topology
    surface_1           4096     4224     ok (non-closed singly connected)
    surface_2           4096     4224     ok (non-closed singly connected)
    surface_3           4096     4224     ok (non-closed singly connected)
    surface_4           4096     4224     ok (non-closed singly connected)

Checking geometry...
    Overall domain bounding box (-1.74999853 -1.74999991 0) (1.74961044 1.74999195 20.5)
    Mesh has 3 geometric (non-empty/wedge) directions (1 1 1)
    Mesh has 3 solution (non-empty) directions (1 1 1)
    Boundary openness (4.14319508e-16 -2.3736349e-17 -2.53283385e-17) OK.
    Max cell openness = 4.25633337e-16 OK.
    Max aspect ratio = 36.9822464 OK.
    Minimum face area = 0.000975802149. Maximum face area = 0.0664585863.  Face area magnitudes OK.
    Min volume = 0.00049721708. Max volume = 0.00130065736.  Total volume = 112.526425.  Cell volumes OK.
    Mesh non-orthogonality Max: 2.56976897 average: 0.294597441
    Non-orthogonality check OK.
    Face pyramids OK.
    Max skewness = 0.0751625863 OK.
    Coupled point location match (average 0) OK.

Mesh OK.

End
And here's my boundary file (NOTE: I IMPORTED THIS FROM GRIDPRO INTO THE OPENFOAM FORMAT. I've done this before and it's worked...)

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       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
surface_1
{
  type wall;
  nFaces 4096;
  startFace 385024;
}

surface_2
{
  type wall;
  nFaces 4096;
  startFace 389120;
}

surface_3
{
  type wall;
  nFaces 4096;
  startFace 393216;
}

surface_4
{
  type wall;
  nFaces 4096;
  startFace 397312;
}

)
kkarbach is offline   Reply With Quote

Old   June 20, 2018, 06:03
Default
  #2
Member
 
Robin Kamenicky
Join Date: Mar 2016
Posts: 74
Rep Power: 11
Robin.Kamenicky is on a distinguished road
Hi Keegan,

welcome to the forum!

You will need to provide more information about your case if you want to get a help. Eventually you can read: Guide: How to ask a question on the forums

Kind regards,
Robin
Robin.Kamenicky is offline   Reply With Quote

Old   June 20, 2018, 21:07
Default
  #3
Member
 
sibo
Join Date: Oct 2016
Location: Chicago
Posts: 55
Rep Power: 10
sibo is on a distinguished road
Hi Keegan,

What you mean the solver doesn't run? Is there any error?
sibo is offline   Reply With Quote

Reply

Tags
openfoam, simplefoam


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
Problem in running simpleFOAM GiuMan OpenFOAM Running, Solving & CFD 0 July 1, 2015 06:06
Changing geometry in OF: how can I manage this? samiam1000 OpenFOAM 4 May 10, 2012 04:05
Transient problem with changing geometry! Fascal FLUENT 4 July 5, 2010 11:11
How can FLUENT be used to model a transient problem with changing geometry? Fascal FLUENT 0 June 30, 2010 16:21
Statically Compiling OpenFOAM Issues herzfeldd OpenFOAM Installation 21 January 6, 2009 10:38


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