Hi alle zusammen,
ich bekomme hier eine Fehlermeldung, dass mit der Syntax irgendwas nicht i.O. sein soll, kann allerdings keinen Fehler finden... Könntet ihr mir bitte helfen?
Hier die Fehlermeldung nach "checkMesh":
--> FOAM Warning :
From function entry::getKeyword(keyType&, Istream&)
in file db/dictionary/entry/entryIO.C at line 80
Reading /home/korn/Arbeitsfläche/mesh_in_merged/constant/polyMesh/boundary
found on line 227 the punctuation token ')'
expected either } or EOF
--> FOAM FATAL IO ERROR:
Expected a ')' or a '}' while reading PtrList, found on line 230 an error
file: /home/korn/Arbeitsfläche/mesh_in_merged/constant/polyMesh/boundary at line 230.
From function Istream::readEndList(const char*)
in file db/IOstreams/IOstreams/Istream.C at line 159.
FOAM exiting
und hier meine "boundary"-Datei:
/*--------------------------------*- 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 polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27
(
interface_fan_in_in
{
type patch;
nFaces 2120;
startFace 2300601;
}
inlet
{
type patch;
nFaces 4080;
startFace 2302721;
}
inlet_wall
{
type wall;
nFaces 2280;
startFace 2306801;
}
inlet_hub_fan
{
type wall;
nFaces 1160;
startFace 2309081;
}
interface_room_in_in
{
type wall;
nFaces 1520;
startFace 2310241;
}
interface_fan_in_fan
{
type patch;
nFaces 2120;
startFace 2311761;
}
interface_fan_out_fan
{
type patch;
nFaces 2640;
startFace 2313881;
}
fan_hub
{
type wall;
nFaces 3176;
startFace 2316521;
}
fan_wall
{
type wall;
nFaces 2080;
startFace 2319697;
}
fan_blade_front
{
type wall;
nFaces 1032;
startFace 2321777;
}
fan_blade_back
{
type wall;
nFaces 1032;
startFace 2322809;
}
fan_blade_wall
{
type wall;
nFaces 660;
startFace 2323841;
}
inlet_cyclic_right
{
type cyclic;
inGroups 1(cyclic);
nFaces 6861;
startFace 2324501;
matchTolerance 1;
transform rotational;
neighbourPatch inlet_cyclic_left;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
inlet_cyclic_left
{
type cyclic;
inGroups 1(cyclic);
nFaces 6861;
startFace 2331362;
matchTolerance 1;
transform rotational;
neighbourPatch inlet_cyclic_right;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
fan_cyclic_right
{
type cyclic;
inGroups 1(cyclic);
nFaces 2964;
startFace 2338223;
transform rotational;
neighbourPatch fan_cyclic_left;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
fan_cyclic_left
{
type cyclic;
inGroups 1(cyclic);
nFaces 2964;
startFace 2341187;
transform rotational;
neighbourPatch fan_cyclic_right;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
interface_fan_out_out
{
type patch;
nFaces 2640;
startFace 2344151;
}
outlet
{
type patch;
nFaces 4600;
startFace 2346791;
}
outlet_hub
{
type wall;
nFaces 2360;
startFace 2351391;
}
outlet_fan_hub
{
type wall;
nFaces 600;
startFace 2353751;
}
interface_room_out_out
{
type patch;
nFaces 3480;
startFace 2354351;
}
outlet_case_wall
{
type wall;
nFaces 720;
startFace 2357831;
}
outlet_wall
{
type wall;
nFaces 3920;
startFace 2358551;
}
outlet_cyclic_right
{
type cyclic;
inGroups 1(cyclic);
nFaces 9592;
startFace 2362471;
matchTolerance 0.001;
transform rotational;
neighbourPatch outlet_cyclic_left;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
outlet_cyclic_left
{
type cyclic;
inGroups 1(cyclic);
nFaces 9592;
startFace 2372063;
matchTolerance 0.001;
transform rotational;
neighbourPatch outlet_cyclic_right;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
)
// ************************************************************************* //
Vielen Dank schonmal!
kornickel
edit: Die letzte Zeile ist übrigens Zeile 228
[Diese Nachricht wurde von kornickel am 28. Aug. 2013 editiert.]
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP