|
[Sponsors] |
[snappyHexMesh] patch-connection with type cyclic in sHM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 12, 2024, 10:38 |
patch-connection with type cyclic in sHM
|
#1 |
New Member
Sebastian Thaler
Join Date: Mar 2024
Posts: 5
Rep Power: 2 |
Hey,
i am trying to connect 4 patches of my geometry pairwise with the cyclic condition. I get the following Error: Code:
--> FOAM FATAL IO ERROR: [0] keyword separation is undefined in dictionary "/scratch/workdir/projekt_marius/Template_PressureDrop/system/snappyHexMeshDict/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo" [0] [0] file: /scratch/workdir/projekt_marius/Template_PressureDrop/system/snappyHexMeshDict/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo from line 298 to line 0. [1] keyword separation is undefined in dictionary "IOstream/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo" [1] [1] file: IOstream/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo from line 0 to line 0.[0] [0] From function T Foam::dictionary::lookup(const Foam::word&, bool, bool) const [with T = Foam::Vector<double>] [0] in file /home/ubuntu/OpenFOAM/OpenFOAM-11/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 75 [1] [1] From function T Foam::dictionary::lookup(const Foam::word&, bool, bool) const [with T = Foam::Vector<double>] [1] in file /home/ubuntu/OpenFOAM/OpenFOAM-11/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 75. [1] FOAM parallel run exiting - the 4 patches are each on a different region. All of those regions will be later merged. - the meshing is done in parallel, at the moment on 2 cores. - the case is a CHT case (i have read something about Temperature coupling does not work with cyclic?!?) - the snappyHexMeshDict/castellatedMeshControls/refinementSurfaces/total_domain/regions looks like that Code:
coolant_cut_left_upper { level (0 0); patchInfo { type cyclic; neighbourPatch coolant_cut_left_lower; transform translational; matchTolerance 0.1; } } coolant_cut_left_lower { level (0 0); patchInfo { type cyclic; neighbourPatch coolant_cut_left_upper; transform translational; matchTolerance 0.1; } } coolant_cut_right_upper { level (0 0); patchInfo { type cyclic; neighbourPatch coolant_cut_right_lower; transform translational; matchTolerance 0.1; } } coolant_cut_right_lower { level (0 0); patchInfo { type cyclic; neighbourPatch coolant_cut_right_upper; transform translational; matchTolerance 0.1; } } Have a nice weekend! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with cyclic boundaries in Openfoam 1.5 | fs82 | OpenFOAM | 37 | November 29, 2024 11:15 |
Multiphase euler foam problem with velocity vector | enthusiast | OpenFOAM Running, Solving & CFD | 1 | January 20, 2023 04:54 |
[GAMBIT] periodic faces not matching | Aadhavan | ANSYS Meshing & Geometry | 6 | August 31, 2013 12:25 |
Cyclic Boundary Condition | Luiz Eduardo Bittencourt Sampaio (Sampaio) | OpenFOAM Running, Solving & CFD | 36 | July 2, 2012 13:23 |
[blockMesh] Cyclic BC's: Possible face ordering problem? (Channel flow) | sega | OpenFOAM Meshing & Mesh Conversion | 3 | September 28, 2010 13:46 |