pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran::op2::tables::opg_appliedLoads::opg_Objects Namespace Reference

Classes

class  AppliedLoadsObject

Functions

def __init__
def updateDt
 this method is called if the object already exits and a new time step is found
def addNode
def add
def addTransient
def __repr__

Variables

 dt
 eids
 this could get very bad very quick, but it could be great! basically it's a way to handle transients without making a whole new class
 sources
 forces
 moments
 add

Function Documentation

def pyNastran.op2.tables.opg_appliedLoads.opg_Objects.__init__ (   self,
  dataCode,
  isSort1,
  iSubcase,
  dt = None 
)

Definition at line 29 of file opg_Objects.py.

this method is called if the object already exits and a new time step is found

Definition at line 55 of file opg_Objects.py.

References addNode().

def pyNastran.op2.tables.opg_appliedLoads.opg_Objects.addNode (   self,
  nodeID,
  eid,
  source,
  v1,
  v2,
  v3,
  v4,
  v5,
  v6 
)

Definition at line 63 of file opg_Objects.py.

References add.

Referenced by updateDt().

def pyNastran.op2.tables.opg_appliedLoads.opg_Objects.add (   self,
  nodeID,
  eid,
  source,
  v1,
  v2,
  v3,
  v4,
  v5,
  v6 
)

Definition at line 74 of file opg_Objects.py.

References addTransient().

def pyNastran.op2.tables.opg_appliedLoads.opg_Objects.addTransient (   self,
  nodeID,
  eid,
  source,
  v1,
  v2,
  v3,
  v4,
  v5,
  v6 
)

Definition at line 88 of file opg_Objects.py.

References __repr__().

Referenced by add().

Definition at line 98 of file opg_Objects.py.

Referenced by addTransient().


Variable Documentation

this could get very bad very quick, but it could be great! basically it's a way to handle transients without making a whole new class

Definition at line 32 of file opg_Objects.py.

 All Classes Namespaces Files Functions Variables