View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004238 | OpenFOAM | Feature | public | 2025-05-13 16:03 | 2025-05-13 16:51 |
Reporter | muez | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
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. | ||||