|
[Sponsors] |
April 6, 2014, 22:54 |
Cannot find patchField entry for wall????
|
#1 |
New Member
Limx
Join Date: Apr 2014
Posts: 6
Rep Power: 12 |
We set up the separator model, and stimulates the multiphase flow. After we ran the setFields, the following information occurred:
Setting field default values Setting internal values of volScalarField alphaair Setting internal values of volScalarField alphawater --> FOAM FATAL IO ERROR: Cannot find patchField entry for wall file: /home/dell/OpenFOAM/damBreak4phaseFinelmxlmx/0/alphawater.boundaryField from line 34 to line 56. From function GeometricField<Type, PatchField, GeoMesh>::GeometricBoundaryField::readField(const DimensionedField<Type, GeoMesh>&, const dictionary&) in file /home/opencfd/OpenFOAM/OpenFOAM-2.2.2/src/OpenFOAM/lnInclude/GeometricBoundaryField.C at line 206. FOAM exiting -----------------------------------alphawater------------------------------------------- /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.2 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object alphawater; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 1; boundaryField { Wall { type zeroGradient; //value uniform 0; } new_new_out { type fixedValue;//; value uniform 1; } new_out { type fixedValue; value uniform 1; } out { type fixedValue;//outletInlet; value uniform 1; } in { type outletOutlet; outletValue uniform 0; value uniform 0; } } ----------------------------- Maybe the boundary conditions were set incorrectly, but we didn't know how to revise them. Thanks so much for help! |
|
April 6, 2014, 23:45 |
|
#2 |
Member
xuhe-openfoam
Join Date: Aug 2013
Location: DaLian,china
Posts: 82
Rep Power: 13 |
hi
if you use blockMesh to create the grid , please check the blockMeshDict ! maybe there is not a "wall" in the boudary. may you success! |
|
April 7, 2014, 04:33 |
|
#3 |
New Member
Limx
Join Date: Apr 2014
Posts: 6
Rep Power: 12 |
||
April 7, 2014, 05:01 |
|
#4 | |
New Member
Limx
Join Date: Apr 2014
Posts: 6
Rep Power: 12 |
Quote:
thanks so much! we have solved this problem. the reason is that we wrote the capital letter W with respect to the word wall. |
||
December 8, 2016, 15:00 |
|
#5 |
Senior Member
Bill Wang
Join Date: Aug 2014
Posts: 109
Rep Power: 12 |
||
October 15, 2020, 00:27 |
|
#6 |
New Member
Sumit Peh
Join Date: Oct 2018
Location: Beijing
Posts: 20
Rep Power: 8 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
calculating the viscous stress tensor tau for viscous dissipation heating | dgadensg | OpenFOAM Programming & Development | 5 | January 17, 2023 16:20 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
Problem Building OF on Centos cluster (no admin rights) | CKH | OpenFOAM Installation | 5 | November 13, 2011 07:32 |
Converting Starccm+ mesh | Ladnam | OpenFOAM | 0 | September 14, 2011 07:30 |
A stupid question | luckyluke | OpenFOAM Running, Solving & CFD | 14 | August 13, 2007 05:25 |