Wed 28 Aug 21:38:52 CEST 2024

This commit is contained in:
sbosse 2024-08-28 21:39:26 +02:00
parent 619c14dde4
commit 39e74cdffc

View File

@ -0,0 +1,16 @@
#!/usr/bin/env python
# encoding: utf-8
"""
boundary.py
Created by Miguel Molero on 2013-09-14.
Copyright (c) 2013 MMolero. All rights reserved.
"""
from SimNDT.core.constants import *
class Boundary:
def __init__(self, name="Top", BC=BC.AirLayer, size=0):
self.Name = name
self.BC = BC
self.Size = size