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

Cannot find patchField entry for

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 8, 2022, 10:15
Default Cannot find patchField entry for
  #1
New Member
 
Javier
Join Date: Nov 2022
Posts: 7
Rep Power: 3
joco is on a distinguished road
Hi
I am running openFoam-9. I manged to run a serial simulation. When I try to run in parallel, I get this message "Cannot find patchField entry for Submarine2.stl" in every "/processorN/0/p/boundaryField" entry. The /0/p file is as follows:


Code:
/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       volScalarField;
    object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

#include        "include/initialConditions"

dimensions      [0 2 -2 0 0 0 0];

internalField   uniform $pressure;

boundaryField
{
    //- Set patchGroups for constraint patches
    #includeEtc "caseDicts/setConstraintTypes"

    inlet
    {
        type            zeroGradient;
    }

    outlet
    {
        type            fixedValue;
        value           $internalField;
    }

    lowerWall
    {
        type            zeroGradient;
    }

    upperWall
    {
        type            zeroGradient;
    }

    frontAndBack
    {
        type            zeroGradient;
    }

    Submarine2.stl
    {
        type            zeroGradient;
    }


    #include "include/frontBackUpperPatches"
}

// ************************************************************************* //
I still don't know what I'm doing, so please be patient. Any advice is welcomed.
Thanks in advance.
/Joc
joco 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
[snappyHexMesh] Cannot find patchField entry for *** mbox97 OpenFOAM Meshing & Mesh Conversion 2 November 25, 2021 10:06
Cannot find patchField entry for InletWall range_rover OpenFOAM Running, Solving & CFD 5 November 18, 2020 21:21
Parallel snappyHexMesh problem: Cannot find patchField entry for procBoundary2to7 hconel OpenFOAM Pre-Processing 0 October 5, 2018 17:22
decomposePar fails "Cannot find patchField entry for maxY" JasonQuinn OpenFOAM Pre-Processing 2 April 4, 2017 01:07
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 Attesz OpenFOAM Installation 45 January 13, 2012 12:38


All times are GMT -4. The time now is 23:44.