| Anonymous | Login | Signup for a new account | 2013-06-20 04:59 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000351 | OpenFOAM | [All Projects] Bug | public | 2011-12-07 14:12 | 2011-12-23 11:42 | |||
| Reporter | su_junwei | |||||||
| Assigned To | mattijs | |||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||
| Status | resolved | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 2.0.x | |||||||
| Target Version | Fixed in Version | 2.1.x | ||||||
| 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. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0000868) mattijs (manager) 2011-12-23 11:42 |
You are fully right. Fixed in 21x in 011caf1b910bb77ca05402ff52497c13e1b67f4e Thanks for spotting this. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-12-07 14:12 | su_junwei | New Issue | |
| 2011-12-23 11:42 | mattijs | Note Added: 0000868 | |
| 2011-12-23 11:42 | mattijs | Status | new => resolved |
| 2011-12-23 11:42 | mattijs | Fixed in Version | => 2.1.x |
| 2011-12-23 11:42 | mattijs | Resolution | open => fixed |
| 2011-12-23 11:42 | mattijs | Assigned To | => mattijs |