STYLE: Change name of foamyHex2DMesh to foamyQuadMesh

This commit is contained in:
laurence 2013-06-04 16:21:16 +01:00
parent da8563473e
commit a40168675c
67 changed files with 18 additions and 31 deletions

View File

@ -12,7 +12,7 @@ wmake snappyHexMesh
if [ -d "$CGAL_ARCH_PATH" ]
then
foamyHexMesh/Allwmake
foamyHex2DMesh/Allwmake
foamyQuadMesh/Allwmake
fi
# ----------------------------------------------------------------- end-of-file

View File

@ -56,7 +56,7 @@ int main(int argc, char *argv[])
(
IOobject
(
"foamyHexMeshDict",
args.executable() + "Dict",
runTime.system(),
runTime,
IOobject::MUST_READ_IF_MODIFIED,

View File

@ -7,6 +7,6 @@ insertSurfaceNearPointPairs.C
insertBoundaryConformPointPairs.C
CV2DIO.C
shortEdgeFilter2D.C
foamyHex2DMesh.C
foamyQuadMesh.C
EXE = $(FOAM_APPBIN)/foamyHex2DMesh
EXE = $(FOAM_APPBIN)/foamyQuadMesh

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application
foamyHex2DMesh
foamyQuadMesh
Description
Conformal-Voronoi 2D extruding automatic mesher with grid or read

View File

@ -11,31 +11,18 @@ FoamFile
format ascii;
class dictionary;
location "system";
object foamyHex2DMeshDict;
object foamyQuadMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
geometry
{
laurence_clean_preciser.stl
surfaceFile.stl
{
name laurence_clean_preciser;
type closedTriSurfaceMesh;
//type triSurfaceMesh;
name surfaceFile;
type triSurfaceMesh;
}
// refinementBox
// {
// type searchableBox;
// min (-0.5 0.35 -1000);
// max (-0.5 0.35 1000);
// }
// refinementSphere
// {
// type searchableSphere;
// centre (0.85 0.4 0.0);
// radius 0.01;
// }
}
surfaceConformation
@ -66,10 +53,10 @@ surfaceConformation
geometryToConformTo
{
laurence_clean_preciser
surfaceFile
{
featureMethod extendedFeatureEdgeMesh;
extendedFeatureEdgeMesh "laurence_clean_preciser.extendedFeatureEdgeMesh";
extendedFeatureEdgeMesh "surfaceFile.extendedFeatureEdgeMesh";
}
}
@ -94,7 +81,7 @@ motionControl
cellSizeControlGeometry
{
laurence_clean_preciser
surfaceFile
{
priority 1;
mode bothSides;

View File

@ -7,7 +7,7 @@ cd ${0%/*} || exit 1 # run from this directory
cp system/controlDict.mesher system/controlDict
runApplication surfaceFeatureExtract
runApplication foamyHex2DMesh -overwrite
runApplication foamyQuadMesh -overwrite
runApplication extrude2DMesh -overwrite polyMesh2D
runApplication checkMesh -allGeometry -allTopology -constant -noZero

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class dictionary;
location "system";
object foamyHex2DMeshDict;
object foamyQuadMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication surfaceFeatureExtract
runApplication foamyHex2DMesh -overwrite
runApplication foamyQuadMesh -overwrite
runApplication extrude2DMesh -overwrite MeshedSurface
runApplication checkMesh -allGeometry -allTopology -constant -noZero

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class dictionary;
location "system";
object foamyHex2DMeshDict;
object foamyQuadMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication surfaceFeatureExtract
runApplication foamyHex2DMesh -overwrite
runApplication foamyQuadMesh -overwrite
runApplication extrude2DMesh -overwrite polyMesh2D
runApplication checkMesh -allGeometry -allTopology -constant -noZero

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class dictionary;
location "system";
object foamyHex2DMeshDict;
object foamyQuadMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //