.. include:: /images.rst MMS05: Free-slip wall BC, single-phase, 3D, curl-based functions ---------------------------------------------------------------- .. _description-7: Description ~~~~~~~~~~~ The free-slip wall boundary condition in MFIX is verified using the techniques described in :cite:`Ani2014` where the manufactured solution is selected such that it satisfies both the divergence-free constraint and the free-slip wall boundary condition. Specifically, the normal velocity component is zero at the (stationary) free-slip wall while the tangential velocity component is imposed by specifying appropriate values in the ghost cells adjacent to the wall. This results in a zero gradient condition normal to the free-slip wall for the tangential velocity components only. The manufactured solution for the velocity field used for the verification of a free-slip wall is given as :cite:`Ani2016`: .. math:: \overrightarrow{V} = {\overrightarrow{V}}_{0} + S^{3}\left( \overrightarrow{\nabla} \times \overrightarrow{H} \right) + 3S^{2}\left( \nabla S \times \overrightarrow{H} \right) :label: mms5eq1 where, :math:`\overrightarrow{V}` is the velocity field vector, :math:`{\overrightarrow{V}}_{0} = \left\{ 0,v_{0},w_{0} \right\}^{T}` consists of non-zero scalar constants for :math:`v_{0}` and :math:`w_{0}`, :math:`S` is the mathematical equation of the boundary tested (i.e., :math:`S \equiv x = 0`), and :math:`\overrightarrow{H}` is a general vector field consisting of sinusoidal expressions. The pressure manufactured solution is selected as in :eq:`a1eq1` since there are no constraints on pressure with this boundary condition. .. _setup-7: Setup ~~~~~ This case is setup for single-phase flows on a domain with unit dimensions; the boundary tested is the West boundary (i.e., :math:`x = 0`). .. _table17: .. csv-table:: MMS-05 Setup, Initial and Boundary Conditions. :widths: auto :header: "Computational/Physical model", " ", " " "3D, Steady-state, incompressible", " ", " " "Single-phase (no solids)", " ", " " "No gravity", " ", " " "Thermal energy equations are not solved", " ", " " "Turbulence equations are not solved (Laminar)", " ", " " "Non-uniform mesh", " ", " " "Central scheme", " ", " " " ", " ", " " "**Geometry**", " ", " " "Coordinate system", "Cartesian", " " "Domain length, :math:`L` \(x\)", "1.0", "\(m\)" "Domain height, :math:`H` \(y\)", "1.0", "\(m\)" "Domain width, :math:`W` \(z\)", "1.0", "\(m\)" " ", " ", " " "**Material** :sup:`†`", " ", " " "Fluid density, :math:`\rho_{g}`", "1.0", "(kg·m\ :sup:`-3`)" "Fluid viscosity, :math:`\mu_{g}`", "1.0", "(Pa·s)" " ", " ", " " "**Initial Conditions**", " ", " " "Pressure *(gauge)*, :math:`P_{g}`", "MMS", "(Pa)" "Fluid x-velocity, :math:`u_{g}`", "5.0", "(m·s\ :sup:`-1`)" "Fluid y-velocity, :math:`v_{g}`", "5.0", "(m·s\ :sup:`-1`)" "Fluid z-velocity, :math:`w_{g}`", "5.0", "(m·s\ :sup:`-1`)" " ", " ", " " "**Boundary Conditions** :sup:`‡`", " ", " " "West boundary", "Free-slip wall", " " "All other boundaries", "Mass inflow", " " **†** Material properties selected to ensure comparable contribution from convection and diffusion terms. :sup:`‡` The manufactured solution is imposed on all boundaries (i.e., Dirichlet specification). .. _results-7: Results ~~~~~~~ Numerical solutions were obtained using the Central discretization scheme for 8x8, 16x16, 32x32, 64x64, and 128x128 grid meshes. Iterative convergence could not be achieved for this case when pressure was solved. Hence, the pressure variable (:math:`P_{g}`) was fixed by specifying pressure using the manufactured solution in the initial conditions routine and discarding the pressure solution in the main solver routine. The observed order of accuracy matches the formal order as shown in :numref:`fig19` for the velocity variables. .. _fig19: .. figure:: /media/image28.png :align: center :figwidth: 50% Observed orders of accuracy for free-slip wall verification (3D, single-phase flows) using :math:`\mathbf{L}_{\mathbf{2}}` and :math:`\mathbf{L}_{\mathbf{\infty}}` norms of the discretization error.