Ejemplo n.º 1
0
    def __init__(self, model):
        """
        Defines the PTUBE object.

        :param model: the BDF object
        """
        Property.__init__(self, model)
Ejemplo n.º 2
0
    def __init__(self, model):
        """
        Defines the PSOLID object.

        :param self: the PSOLID object
        :param model: the BDF object
        """
        Property.__init__(self, model)
Ejemplo n.º 3
0
    def __init__(self, model):
        """
        Defines the PSHELL object.

        :param model: the BDF object
        :param cards: the list of PSHELL cards
        """
        Property.__init__(self, model)
Ejemplo n.º 4
0
    def __init__(self, model):
        """
        Defines the PROD object.

        :param self: the PROD object
        :param model: the BDF object
        """
        Property.__init__(self, model)
Ejemplo n.º 5
0
    def __init__(self, model):
        """
        Defines the PSHELL object.

        :param self: the PSHELL object
        :param model: the BDF object
        :param cards: the list of PSHELL cards
        """
        Property.__init__(self, model)
Ejemplo n.º 6
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param model: the BDF object
        :param cards: the list of PBARL cards
        """
        Property.__init__(self, model)
        self._cards = []
Ejemplo n.º 7
0
    def __init__(self, model):
        """
        Defines the PBAR object.

        :param self: the PBAR object
        :param model: the BDF object
        :param cards: the list of PBAR cards
        """
        Property.__init__(self, model)
Ejemplo n.º 8
0
    def __init__(self, model):
        """
        Defines the PSOLID object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
Ejemplo n.º 9
0
    def __init__(self, model):
        """
        Defines the PLSOLID object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
Ejemplo n.º 10
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param self: the PBARL object
        :param model: the BDF object
        :param cards: the list of PBARL cards
        """
        Property.__init__(self, model)
        self._cards = []
Ejemplo n.º 11
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param model: the BDF object
        :param cards: the list of PCOMP cards
        """
        Property.__init__(self, model)
        #self.model = model
        del self.i
        self.properties = {}
        self.nplies = None
Ejemplo n.º 12
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param self: the PCOMP object
        :param model: the BDF object
        :param cards: the list of PCOMP cards
        """
        Property.__init__(self, model)
        #self.model = model
        del self.i
        self.properties = {}
        self.nplies = None
Ejemplo n.º 13
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
        #self.model = model
        del self.i
        self.properties = {}
        self.nplies = None
Ejemplo n.º 14
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
        #self.model = model
        del self.i
        self.properties = {}
        self.nplies = None
Ejemplo n.º 15
0
 def __init__(self, model):
     Property.__init__(self, model)
Ejemplo n.º 16
0
 def __init__(self, model):
     Property.__init__(self, model)