|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
deoga Lee
Join Date: Dec 2020
Posts: 2
Rep Power: 0 ![]() |
Hello all,
I am a new user of openFoam and I try to construct overtopping problems. I have to set face zone with topoSetDict but I get the error: -------------------------------------------------------------------------------------- ---> FOAM FATAL IO ERROR: Entry 'faceSet' not found in dictionary "/scratch/e1252a02/051-075/057/system/topoSetDict.actions.sourceInfo" file: /scratch/e1252a02/051-075/057/system/topoSetDict.actions.sourceInfo From function bool Foam::dictionary::readEntry(const Foam::word &, T &, Foam::keyType: ![]() in file /apps/applications/OpenFOAM/v1920/intel/18.0.3/impi/18.0.3/x86-skylake/OpenFOAM/OpenFOAM-v1912/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 334. -------------------------------------------------------------------------------------- with this error, overtoppingfaceSet(result file) was made in /constant/polyMesh/sets/ but overtopping(other result file) was not made. I think it has problem in step 'faceZoneSet'. I have included the topoSetDict file, could some please help me? PHP Code:
|
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
Ethan
Join Date: Feb 2019
Location: Australia
Posts: 5
Rep Power: 6 ![]() |
Hi Deoga,
I think you just missed one bracket "}" at the end of the overtopping segment in your topoSetDict. Code:
{ name overtopping; type faceZoneSet; action new; source setToFaceZone; sourceInfo { set overtoppingfaceSet; } } Regards, Ethan |
|
![]() |
![]() |
![]() |
![]() |
#3 | |
New Member
Join Date: May 2022
Posts: 29
Rep Power: 3 ![]() |
It's faceSet overtoppingfaceSet; not set overtoppingfaceSet;
Quote:
Cheers, |
||
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
topoSetDict | samiam1000 | OpenFOAM | 6 | August 2, 2023 05:17 |
Creating an Angled, Smooth Wall with topoSetDict | JakeAC | OpenFOAM Pre-Processing | 1 | July 25, 2020 21:37 |
The sampled data is not restricted to the defined zone in topoSetDict | jiaodanuma | OpenFOAM Post-Processing | 1 | August 14, 2018 07:25 |
topoSetDict error | JohnJohn8 | OpenFOAM Pre-Processing | 1 | August 3, 2016 05:20 |
Introducing changeDictionaryDict and topoSetDict files in chtMultiRegionFoam | fracasce | OpenFOAM Pre-Processing | 8 | October 28, 2015 04:25 |