mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
renamed genBlockMesh.C -> blockMeshApp.C for the -doc option Followed Eugene's suggestions and moved blockMeshDict out of polyMesh/. Rationale: blockMeshDict is not a polyMesh or part of a polyMesh, thus it doesn't really belong in the polyMesh/ dir anyhow. Moving it to constant/ or constant/<region>/ improves the overview and eases cleanup of polyMesh/ as well. For compatibility, constant/polyMesh/ or constant/<region>/polyMesh/ will be searched if the new locations fail.
32 lines
563 B
Plaintext
32 lines
563 B
Plaintext
curvedEdges = curvedEdges
|
|
|
|
$(curvedEdges)/curvedEdge.C
|
|
$(curvedEdges)/lineEdge.C
|
|
$(curvedEdges)/polyLine.C
|
|
$(curvedEdges)/polyLineEdge.C
|
|
$(curvedEdges)/arcEdge.C
|
|
$(curvedEdges)/spline.C
|
|
$(curvedEdges)/BSpline.C
|
|
$(curvedEdges)/simpleSplineEdge.C
|
|
$(curvedEdges)/polySplineEdge.C
|
|
$(curvedEdges)/lineDivide.C
|
|
|
|
blockMesh.C
|
|
blockDescriptor.C
|
|
setEdge.C
|
|
block.C
|
|
createTopology.C
|
|
checkBlockMesh.C
|
|
createBlockOffsets.C
|
|
createMergeList.C
|
|
createPoints.C
|
|
createCells.C
|
|
createPatches.C
|
|
blockPoints.C
|
|
blockCells.C
|
|
blockBoundary.C
|
|
|
|
blockMeshApp.C
|
|
|
|
EXE = $(FOAM_APPBIN)/blockMesh
|