mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
autoRefineMesh: corrected source file and executable names
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
snappyRefineMesh.C
|
autoRefineMesh.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/snappyRefineMesh
|
EXE = $(FOAM_APPBIN)/autoRefineMesh
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Application
|
Application
|
||||||
snappyRefineMesh
|
autoRefineMesh
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Utility to refine cells near to a surface.
|
Utility to refine cells near to a surface.
|
||||||
@ -670,7 +670,7 @@ int main(int argc, char *argv[])
|
|||||||
(
|
(
|
||||||
IOobject
|
IOobject
|
||||||
(
|
(
|
||||||
"snappyRefineMeshDict",
|
"autoRefineMeshDict",
|
||||||
runTime.system(),
|
runTime.system(),
|
||||||
mesh,
|
mesh,
|
||||||
IOobject::MUST_READ_IF_MODIFIED,
|
IOobject::MUST_READ_IF_MODIFIED,
|
||||||
Reference in New Issue
Block a user