PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
openBoundaryWalls2D.h
Go to the documentation of this file.
1/*
2 * -------------------------------------------
3 * Copyright (c) 2021 - 2026 Prashant K. Jha
4 * -------------------------------------------
5 * PeriDEM https://github.com/prashjha/PeriDEM
6 *
7 * Distributed under the Boost Software License, Version 1.0.
8 */
9
10#ifndef MESH_GEN_OPEN_BOUNDARY_WALLS_2D_H
11#define MESH_GEN_OPEN_BOUNDARY_WALLS_2D_H
12
13#include <string>
14
15namespace mesh_gen {
16
29void physicalGroupsWallOpenFromY2D(int surfaceTag, double yOpen, double tol,
30 const std::string &physWall = "wall",
31 const std::string &physOpen = "open");
32
33} // namespace mesh_gen
34
35#endif
void physicalGroupsWallOpenFromY2D(int surfaceTag, double yOpen, double tol, const std::string &physWall, const std::string &physOpen)