wolfhece.mesh2d.cst_2D_boundary_conditions
Author: HECE - University of Liege, Pierre Archambeau Date: 2024
Copyright (c) 2024 University of Liege. All rights reserved.
This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited.
Module Contents
- class wolfhece.mesh2d.cst_2D_boundary_conditions.Direction[source]
Bases:
enum.Enum
Generic enumeration.
Derive from this class to define new enumerations.
- class wolfhece.mesh2d.cst_2D_boundary_conditions.BCType_2D_GPU[source]
Bases:
enum.Enum
Boundary conditions for 2D simulations with wolfgpu
- class wolfhece.mesh2d.cst_2D_boundary_conditions.BCType_2D[source]
Bases:
enum.Enum
Boundary conditions for 2D simulations
- class wolfhece.mesh2d.cst_2D_boundary_conditions.BCType_2D_OO[source]
Bases:
enum.Enum
Boundary conditions for 2D simulations with Object-Oriented approach
- wolfhece.mesh2d.cst_2D_boundary_conditions.BCType_2D_To_BCType_2D_GPU(bc_type: BCType_2D) BCType_2D_GPU [source]
- wolfhece.mesh2d.cst_2D_boundary_conditions.revert_bc_type(bc_type: BCType_2D | BCType_2D_OO | BCType_2D_GPU, val: int)[source]
Return the BCType corresponding to the given value
Useful for GUI or scripts