CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   New error based on 'boundaryFoam', 'boundaryWallFunctionsProfile' case study. (https://www.cfd-online.com/Forums/openfoam-solving/219134-new-error-based-boundaryfoam-boundarywallfunctionsprofile-case-study.html)

Ash Kot July 16, 2019 18:53

New error based on 'boundaryFoam', 'boundaryWallFunctionsProfile' case study.
 
Hello All,

So, I asked earlier about the chances of changing the boundary conditions in 'boundaryFoam' solver from 'cyclic' to flow velocity.
And din't receive any reply so I just decided to change myself

and I received following error:

Code:

/*---------------------------------------------------------------------------*\
  =========                |
  \\      /  F ield        | OpenFOAM: The Open Source CFD Toolbox
  \\    /  O peration    | Website:  https://openfoam.org
    \\  /    A nd          | Version:  6
    \\/    M anipulation  |
\*---------------------------------------------------------------------------*/
Build  : 6-fa1285188035
Exec  : boundaryFoam
Date  : Jul 16 2019
Time  : 17:41:01
Host  : "ash-Computer"
PID    : 11124
I/O    : uncollated
Case  : /home/ash_kot/OpenFOAM/ash_kot-6/run/tutorials/incompressible/boundaryFoam/boundaryWallCorrugatedGeometry
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

Reading field U

Creating face flux

Selecting incompressible transport model Newtonian
Selecting turbulence model type RAS
Selecting RAS turbulence model kEpsilon
RAS
{
    RASModel        kEpsilon;
    turbulence      on;
    printCoeffs    on;
    Cmu            0.09;
    C1              1.44;
    C2              1.92;
    C3              0;
    sigmak          1;
    sigmaEps        1.3;
}

No finite volume options present


--> FOAM FATAL ERROR:



    From function int main(int, char**)
    in file interrogateWallPatches.H at line 48.

FOAM exiting

So now hoe to solve this error?
Can anyone explain me this error, or help me solve this error?
If anyone helps me, will be generously awarded?
I'll just give you this entire case study, if anyone solves it. Because, other than 'cyclic' boundary conditions this solver not been used. So, you can put up paper stating new boundary condition implementation along with all types of turbulence study on this specific geometry!

So_LL March 11, 2022 08:05

Did you find the problem?

I ran accross this issue trying to run the surface mounted cube tutorials. I modified the mesh, ran boundaryFoam and got this.

Not sure how to proceed from here.

Jayanga94 July 1, 2022 18:30

Did you able to fix this issue ?

R.Tanaka January 11, 2023 22:19

boundaryFoam is solver only for boundary.
look your tutrials boundaryWallFunctionsProfile/system/blockMeshDict/blocks

it must be like this

blocks
(
hex (0 1 2 3 4 5 6 7) (1 40 1) simpleGrading (1 1 1)
);

boundaryfoam can only solve sliced mesh so never change (10 40 1) or something like that.


All times are GMT -4. The time now is 22:27.