|
[Sponsors] |
creating square patch (for air inlet) on the bottom face using cellset in toposet |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 31, 2017, 13:27 |
creating square patch (for air inlet) on the bottom face using cellset in toposet
|
#1 |
New Member
Rajesh
Join Date: Sep 2017
Location: Israel
Posts: 6
Rep Power: 9 |
Hi all,
I am trying to feed air through a square inlet on the bottom face of a 3D rectangular tank filled with water. I am able to do this using faceset in toposet dict as follows: { name faceGrabbed; type faceSet; action new; source boxToFace; sourceInfo { box (0.035 0.035 0.08)(0.04 0.04 0.08); } } But when i tried to do it with cellset (by replacing the type with cellset) as given below in toposet dict then I am facing the following error: unexpected class name cellset expected faceset while reading object faceGrabbed. { name faceGrabbed; type cellSet; action new; source boxToCell; sourceInfo { box (0.015 0.015 0)(0.02 0.02 0); } } ) My create patch dictionary is as follows: { //- name of new patch name bubble; //- type of new patch patchInfo { type patch; } //- How to construct: either from 'patches' or 'set' constructFrom set; //- if constructionFrom = set : name of faceSet set faceGrabbed; } ); I am running the following commands: blockMesh TopoSet CreatePatchDict -overwrite -------here I am getting error: Foam fatal IO error: unexpected class name cellset expected faceset while reading object faceGrabbed. Can anyone please help as I tried a lot to retrieve this. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |