From bed0454b2d66a0dcd50d25264f2612a46c17b2df Mon Sep 17 00:00:00 2001 From: Jakub Knir Date: Wed, 17 Feb 2021 16:21:42 +0000 Subject: [PATCH] tutorials/resources/blockMesh/sloshingTank2D: Reformatting. --- tutorials/resources/blockMesh/sloshingTank2D | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/resources/blockMesh/sloshingTank2D b/tutorials/resources/blockMesh/sloshingTank2D index 54c5482f77..5717324912 100644 --- a/tutorials/resources/blockMesh/sloshingTank2D +++ b/tutorials/resources/blockMesh/sloshingTank2D @@ -16,20 +16,20 @@ FoamFile convertToMeters 1; -depth 1; // Depth of tank (x-direction) +depth 1; // Depth of tank (x-direction) width 40; // Width of tank (y-direction) height 30; // Depth of tank (z-direction) -lowerHeight 5; // Height to the top of lower chamfer +lowerHeight 5; // Height to the top of lower chamfer upperHeight 10; // Height of upper chamfer angleLower 45; // Angle of lower chamfer to the horizontal angleUpper 45; // Angle of upper chamfer to the horizontal -moveZ -10; // Moving tank in z direction +moveZ -10; // Moving tank in z direction -xCells 1; // Number of cells in the depth +xCells 1; // Number of cells in the depth yCells 40; // Number of cells in the width -zLowCells 6; // Number of cells in the height of the lower champfer +zLowCells 6; // Number of cells in the height of the lower champfer zMidCells 16; // Number of cells in the height between the chamfers zUpCells 12; // Number of cells in the height of the upper champfer