|
[Sponsors] |
Simple Foam(Cannot find patchField entry for movingwall file: /home/nithish/OpenFOA) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 22, 2013, 11:01 |
Simple Foam(Cannot find patchField entry for movingwall file: /home/nithish/OpenFOA)
|
#1 |
New Member
Nithish
Join Date: Sep 2013
Location: Erlangen,Germany
Posts: 20
Rep Power: 13 |
Hello All,
When i tried to solve using simple foam this is what i am getting.can any one help me with this ? Code:
Cannot find patchField entry for movingwall file: /home/nithish/OpenFOAM/nithish-2.2.1/run/tutorials/incompressible/simpleFoam/pitzDaily/0/p.boundaryField from line 25 to line 47. Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 0; boundaryField { inlet { type zeroGradient; } outlet { type fixedValue; value uniform 0; } movingWall { type zeroGradient; } fixedWalls { type zeroGradient; } frontAndBack { type empty; } } // ************************************************************************* // |
|
October 22, 2013, 11:10 |
|
#2 |
New Member
Nithish
Join Date: Sep 2013
Location: Erlangen,Germany
Posts: 20
Rep Power: 13 |
Problem solved
|
|
February 27, 2014, 09:55 |
|
#3 |
New Member
Fujiang Yu
Join Date: Jan 2014
Posts: 12
Rep Power: 12 |
Hello,odellar
I have met similar problem like yours, could you please tell how you deal with it Thank you! |
|
February 28, 2014, 06:40 |
|
#4 |
New Member
Join Date: Oct 2013
Posts: 15
Rep Power: 13 |
linux is case sensitive,
he wrote movingWall in his /0 file, but he build his patch with blockMesh as movingwall. so the solver is searching for wall but only gets Wall. greetings Patrick |
|
Tags |
openfoam, simplefoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 | keepfit | ParaView | 60 | September 18, 2013 04:23 |
[swak4Foam] Error bulding swak4Foam | sfigato | OpenFOAM Community Contributions | 18 | August 22, 2013 13:41 |
which tutorial can find that include Riemann boundary condition? | immortality | OpenFOAM Running, Solving & CFD | 12 | May 3, 2013 19:21 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
ParaView Compilation | jakaranda | OpenFOAM Installation | 3 | October 27, 2008 12:46 |