|
[Sponsors] |
How to create different concentric cylinders using topoSet |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 20, 2019, 14:32 |
How to create different concentric cylinders using topoSet
|
#1 |
New Member
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 8 |
Hello foamers
I had a small problem in solving chtMultiregionFoam I need to solve concentric cylinders which should be created using topoSet as far as in openFoam-6 we can create an only solid cylinder by prescribing the starting point of axis the ending point of axis and the radius of a cylinder But no option of a hollow cylinder can anyone help me Thanks in advance |
|
April 23, 2019, 04:58 |
|
#2 |
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
Why do you want a hollow cylinder? The closest you might get is: create two cylinders at the same position but with different diameters. Substract the smaller toposet from the larger. Voila! Annulus. But still no hollow cylinder.
__________________
If you liked my answer to your question, please consider leaving a "Like" in return |
|
May 1, 2019, 06:29 |
|
#3 |
New Member
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 8 |
{
name cathode; // name of the set type cellSet; action new; // creating a new set or add source cylinderAnnulusToCell; // using a selection box sourceInfo { p1 ( 0 0 0.03 ); // start point on cylinder axis p2 ( 0 0 0.07 ); // end point on cylinder axis outerRadius 0.009 ; innerRadius 0.004 ; } } |
|
Tags |
chtmultiregionfoam, mesh, openfoam, toposet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
Possible to create cyliner baffle (internal) using topoSet or stl Mesh? | keepfit | OpenFOAM | 4 | February 19, 2017 15:40 |
[mesh manipulation] Problem with topoSet and FaceZone creation | ADGlassby | OpenFOAM Meshing & Mesh Conversion | 7 | September 16, 2013 12:05 |
[GAMBIT] Dynamic mesh for concentric cylinders | mijama | ANSYS Meshing & Geometry | 1 | October 20, 2009 02:58 |
Actuator disk model | audrich | FLUENT | 0 | September 21, 2009 08:06 |