pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
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 |
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 | |||
) |
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 98 of file opg_Objects.py.
Referenced by addTransient().
Definition at line 29 of file opg_Objects.py.
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.
Definition at line 32 of file opg_Objects.py.
Definition at line 32 of file opg_Objects.py.
Definition at line 32 of file opg_Objects.py.
Definition at line 32 of file opg_Objects.py.
Referenced by addNode().