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

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        VectorizedLoad.__init__(self, model)
Exemplo n.º 2
0
    def __init__(self, model):
        """
        Defines the MOMENT object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        VectorizedLoad.__init__(self, model)
Exemplo n.º 3
0
    def __init__(self, model):
        """
        Defines the MOMENT2 object.

        Parameters
        ----------
        model : BDF
           the BDF object

        .. todo:: collapse loads
        """
        VectorizedLoad.__init__(self, model)
Exemplo n.º 4
0
    def __init__(self, model):
        """
        Defines the GRAV object.

        Parameters
        ----------
        model : BDF
           the BDF object

        .. todo:: collapse loads
        """
        VectorizedLoad.__init__(self, model)
Exemplo n.º 5
0
    def __init__(self, model):
        """
        Defines the PLOAD4 object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        VectorizedLoad.__init__(self, model)
        del self._comments
        #self.model = model
        #self.n = 0
        #self.i = 0
        #self._cards = []
        self._comments = []
Exemplo n.º 6
0
    def __init__(self, model):
        """
        Defines the PLOAD4 object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        VectorizedLoad.__init__(self, model)
        del self._comments
        #self.model = model
        #self.n = 0
        #self.i = 0
        #self._cards = []
        self._comments = []