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

Error Message while running propeller tutorial case

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By LongGe

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2023, 00:54
Exclamation Error Message while running propeller tutorial case
  #1
New Member
 
Join Date: Jun 2023
Posts: 13
Rep Power: 2
kazzy is on a distinguished road
Hello,


OpenFOAM-v2206


I am trying to run the $FOAM_TUTORIALS/incompressible/pimpleFoam/RAS/propeller tutorial case using kOmegaSST turbulence model.


I have followed the below steps in sequential manner:




blockMesh

checkMesh

surfaceFeatureExtract


decomposePar

mpirun -np 4 snappyHexMesh -overwrite -parallel | tee log.snappy

reconstructParMesh -constant


rm -r processor*


topoSet -dict system/createInletOutletSets.topoSetDict


createPatch -overwrite

cp -r 0.orig/ 0


decomposePar

mpirun -np 4 pimpleFoam -parallel | tee log.pimpleFoam


Post this while the case is running using pimpleFoam I am getting the below error message in terminal:


--> FOAM FATAL IO ERROR: (openfoam-2206)
Entry 'method' not found in dictionary "/home/ttdesign/OpenFOAM/ttdesign-v2206/run/sample_cases/trial/trial-propeller/propeller_case1/system/fvSchemes.wallDist"
file: system/fvSchemes.wallDist
From bool Foam::dictionary::readEntry(const Foam::word&, T&, Foam::keyType:ption, bool) const [with T = Foam::word]
in file /home/ttdesign/OpenFOAM/OpenFOAM-v2206/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 322.
FOAM parallel run exiting



Please if you can suggest me further on this. I would really appreciate & thanks in advance.
kazzy is offline   Reply With Quote

Old   August 25, 2023, 02:16
Default
  #2
Member
 
Tatsuya Shimizu
Join Date: Jul 2012
Posts: 42
Rep Power: 13
LongGe is on a distinguished road
Hello

How about adding the following dictionary to system/fvSchemes?

wallDist
{
method meshWave;
}
kazzy likes this.
__________________
Our Work: https://www.idaj.co.jp/product/ennovacfd/openfoam_gui/
Powered by Ennova : https://ennova-cfd.com/
Ennova's Channel Partners : http://www.wolfdynamics.com/
LongGe is offline   Reply With Quote

Old   September 5, 2023, 02:07
Default Error Message while running propeller tutorial case
  #3
New Member
 
Join Date: Jun 2023
Posts: 13
Rep Power: 2
kazzy is on a distinguished road
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
default Euler;
}

gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
grad(U) cellLimited Gauss linear 1;
}

divSchemes
{
default none;

div(phi,U) Gauss linearUpwind grad(U);

turbulence Gauss upwind;
div(phi,k) $turbulence;
div(phi,epsilon) $turbulence;

div((nuEff*dev2(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
default Gauss linear limited corrected 0.33;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default limited corrected 0.33;
}

wallDist
{
method meshWave;
}



// ************************************************** *********************** //


I have made changes to the fvSchemes file as above.
kazzy is offline   Reply With Quote

Old   September 5, 2023, 02:18
Default
  #4
New Member
 
Join Date: Jun 2023
Posts: 13
Rep Power: 2
kazzy is on a distinguished road
After making changes to the fvSchemes, when running the command- "mpirun -np 4 snappyHexMesh -overwrite -parallel | tee log.snappy"


I am getting the following error message:


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

Create mesh for time = 0

Read mesh in = 0.01 s

Overall mesh bounding box : (-0.3 -0.81 -0.3) (0.3 0.21 0.3)
Relative tolerance : 1e-06
Absolute matching distance : 1.3268e-06

[0]
[0]
[0] --> FOAM FATAL ERROR: (openfoam-2206)
[0] Cannot find surface starting from "/home/ttdesign/OpenFOAM/ttdesign-v2206/run/sample_cases/trial/trial-propeller/propeller_case2/processor0/constant/triSurface/propellerTip.obj.gz"
[0]
[0]
[0] From static Foam::fileName Foam::fileFormats::surfaceFormatsCore::checkFile(c onst Foam::IOobject&, const Foam::dictionary&, bool)
[0] in file surfaceFormats/surfaceFormatsCore.C at line 314.
[0]
FOAM parallel run exiting
[0]
[1]
[1]
[1] --> FOAM FATAL ERROR: (openfoam-2206)
[1] Cannot find surface starting from "/home/ttdesign/OpenFOAM/ttdesign-v2206/run/sample_cases/trial/trial-propeller/propeller_case2/processor1/constant/triSurface/propellerTip.obj.gz"
[1]
[1]
[1] From static Foam::fileName Foam::fileFormats::surfaceFormatsCore::checkFile(c onst Foam::IOobject&, const Foam::dictionary&, bool)
[1] in file surfaceFormats/surfaceFormatsCore.C at line 314.
[1]
FOAM parallel run exiting
[1]
[2]
[2]
[2] --> FOAM FATAL ERROR: (openfoam-2206)
[2] Cannot find surface starting from "/home/ttdesign/OpenFOAM/ttdesign-v2206/run/sample_cases/trial/trial-propeller/propeller_case2/processor2/constant/triSurface/propellerTip.obj.gz"
[2]
[2]
[2] From static Foam::fileName Foam::fileFormats::surfaceFormatsCore::checkFile(c onst Foam::IOobject&, const Foam::dictionary&, bool)
[2] in file surfaceFormats/surfaceFormatsCore.C at line 314.
[2]
FOAM parallel run exiting
[2]
[3]
[3]
[3] --> FOAM FATAL ERROR: (openfoam-2206)
[3] Cannot find surface starting from "/home/ttdesign/OpenFOAM/ttdesign-v2206/run/sample_cases/trial/trial-propeller/propeller_case2/processor3/constant/triSurface/propellerTip.obj.gz"
[3]
[3]
[3] From static Foam::fileName Foam::fileFormats::surfaceFormatsCore::checkFile(c onst Foam::IOobject&, const Foam::dictionary&, bool)
[3] in file surfaceFormats/surfaceFormatsCore.C at line 314.
[3]
FOAM parallel run exiting
[3]
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 2 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.
--------------------------------------------------------------------------
[ttdesign:04784] 3 more processes have sent help message help-mpi-api.txt / mpi-abort
[ttdesign:04784] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
kazzy is offline   Reply With Quote

Reply

Tags
incompressible flow, pimplefoam


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
[solids4Foam] HronTurekFsi3 Laminar Tutorial not running parallel using Foam-Extend 4.1? EternalSeekerX OpenFOAM CC Toolkits for Fluid-Structure Interaction 0 May 29, 2020 03:12
Error problem while running sadia d lts tutorial kane OpenFOAM Running, Solving & CFD 2 May 26, 2018 03:38
Running propeller tutorial !! S.E. Kwon OpenFOAM Running, Solving & CFD 0 October 27, 2014 22:01
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24
How to save a case running in background us FLUENT 0 July 6, 2005 10:43


All times are GMT -4. The time now is 18:10.