View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004238 | OpenFOAM | Feature | public | 2025-05-13 16:03 | 2025-05-14 07:51 |
Reporter | muez | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Platform | GNU/Linux | OS | Other | OS Version | (please specify) |
Product Version | 12 | ||||
Summary | 0004238: add the ability to define the cellzone using the insidePoints entity in snappyHexMesh | ||||
Description | when making multiRegion cases with snappyHexMesh the surfaces between regions should be separate from other and they should explicitly be set with a faceZone, cellZone, mode and insidePoint for each one of them like this: cylinder_to_air { level (0 0); cellZone cylinder; faceZone cylinder_to_air; mode insidePoint; insidePoint (0.02 0 0.01); } instead a better way would be to define the name of the cellZone in the castellatedMeshControls/insidePoints entery like this insidePoints ( (( 0.02 0.02 0.02) cylinder) (( 0.2 0 0) air) ); this is a lot easier and faster to set up the faceZone will be determined by the naighbore cellZones so the faceZone between cylinder region and air region will be cylinder_to_air | ||||
Tags | No tags attached. | ||||
|
Are you working on an implementation for this or planning to fund the development? |
|
I tried to look at the code for snappyHexMesh but I do not understand it (I am not good in coding) but I thought I can make a feature request and if someone who understand the code think it is a good idea and he is welling to help then he can add the feature |
|
Pending contribution |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-05-13 16:03 | muez | New Issue | |
2025-05-13 16:51 | henry | Note Added: 0013569 | |
2025-05-14 05:35 | muez | Note Added: 0013570 | |
2025-05-14 07:51 | henry | Assigned To | => henry |
2025-05-14 07:51 | henry | Status | new => closed |
2025-05-14 07:51 | henry | Resolution | open => suspended |
2025-05-14 07:51 | henry | Note Added: 0013571 |