Esempio n. 1
0
        public static void ConvertFOAMGrid()
        {
            int nCells = 9;
            var g      = new OpenFOAMGrid(nCells, faces, neighbour, owner, points);

            Assert.AreEqual(g.GridData.iLogicalCells.Count, nCells, "Mismatch in expected number of cells.");
        }