View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000351 | OpenFOAM | Bug | public | 2011-12-07 14:12 | 2011-12-23 11:42 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0000351: Different meaning of maxNonOrtho in snappyhexmesh | ||||
Description | In motionSmoother, the maxNonOrtho is represented by angle, however, in meshRefinement::markFacesOnProblemCells, it is represented by is cos(angle). In snappyHexMeshDict, the maxNonOrtho is given by angle (65 for instance) in meshRefinementProblemCells.C:537 maxNonOrtho = readScalar(motionDict.lookup("maxNonOrtho")); should be changed to maxNonOrtho = cos(pi*readScalar(motionDict.lookup("maxNonOrtho")/180); am I correct? | ||||
Tags | No tags attached. | ||||
|
You are fully right. Fixed in 21x in 011caf1b910bb77ca05402ff52497c13e1b67f4e Thanks for spotting this. |