- Oct 03, 2008
-
-
graham authored
Fixed small logic error in smoothEdges that meant that point groups at the start and end of the edge weren't handled properly. Changed from compiling with FULLDEBUG. Using the exact kernel because dualisation was causing CGAL to fail an assertion. Going to examine the failing tets and try to check and intervene if possible so the inexact kernel can be used again.
-
- Oct 02, 2008
-
-
graham authored
Basic isotropic cell relaxation calculated using the centres of the dual faces. Feature control points stored after construction. Point motion achieved by storing the location of the new points, clearing the whole triangulation, reinserting feature points, then reinserting the new locations. Much faster than removing than moving the points and avoids the unexpectedly costly remove operation on the surface points.
-
graham authored
-
- Oct 01, 2008
-
-
graham authored
Basic isotropic cell relaxation calculated using the incident_facets of a vertex. Not the way to do it, use the incident edges of the vertex to calculate the poly (dual) faces, use their centres and areas for forcing points and weights.
-
- Sep 30, 2008
- Sep 29, 2008
-
-
graham authored
Moved edge processing to a separate function fed by blocks of edge points separated into individual lists. Fixed two logic errors in edge processing.
-
- Sep 28, 2008
-
-
- Sep 26, 2008
- Sep 25, 2008
-
-
-
Andrew Heather authored
-
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
mattijs authored
Conflicts: src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
- Sep 24, 2008
-
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
moving headers from templates to main RASModel.H to avoid breaking compilation of solvers and utilities due to new template functions
-
Andrew Heather authored
-
Andrew Heather authored
models now create/modify turbulence fields automatically on constrcution to comply with new wall function specification
-
Mark Olesen authored
This reverts commit 248b15e7.
-