View Issue Details

IDProjectCategoryView StatusLast Update
0004238OpenFOAMFeaturepublic2025-05-13 16:51
Reportermuez Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Version12 
Summary0004238: add the ability to define the cellzone using the insidePoints entity in snappyHexMesh
Descriptionwhen 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
TagsNo tags attached.

Activities

henry

2025-05-13 16:51

manager   ~0013569

Are you working on an implementation for this or planning to fund the development?

Issue History

Date Modified Username Field Change
2025-05-13 16:03 muez New Issue
2025-05-13 16:51 henry Note Added: 0013569