pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines a set of parameters for nonlinear static analysis iteration strategy. More...
Public Member Functions | |
def | __init__ |
def | rawFields |
def | reprFields |
Public Attributes | |
nid | |
ninc | |
dt | |
kMethod | |
kStep | |
maxIter | |
conv | |
intOut | |
epsU | |
epsP | |
epsW | |
maxDiv | |
maxQn | |
maxLs | |
fStress | |
lsTol | |
maxBisect | |
maxR | |
rTolB | |
Static Public Attributes | |
string | type = 'NLPARM' |
Defines a set of parameters for nonlinear static analysis iteration strategy.
NLPARM ID NINC DT KMETHOD KSTEP MAXITER CONV INTOUT EPSU EPSP EPSW MAXDIV MAXQN MAXLS FSTRESS LSTOL MAXBIS MAXR RTOLB
Definition at line 318 of file dynamic.py.
def pyNastran.bdf.cards.dynamic.NLPARM.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Definition at line 320 of file dynamic.py.
def pyNastran.bdf.cards.dynamic.NLPARM.rawFields | ( | self | ) |
Definition at line 373 of file dynamic.py.
References pyNastran.bdf.cards.dynamic.TSTEPNL.conv, pyNastran.bdf.cards.dynamic.NLPARM.conv, pyNastran.bdf.cards.dynamic.TSTEPNL.epsU, pyNastran.bdf.cards.dynamic.NLPARM.epsU, pyNastran.bdf.cards.dynamic.NLPARM.intOut, pyNastran.bdf.cards.dynamic.NLPARM.kMethod, pyNastran.bdf.cards.dynamic.TSTEPNL.kStep, pyNastran.bdf.cards.dynamic.NLPARM.kStep, pyNastran.bdf.cards.dynamic.TSTEPNL.maxIter, pyNastran.bdf.cards.dynamic.NLPARM.maxIter, and pyNastran::bdf::fieldWriter.set_blank_if_default().
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.elements.shell.CTRIAX.__init__(), pyNastran.bdf.cards.elements.shell.CSHEAR.Area(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.materials.MATS1.crossReference(), pyNastran.bdf.cards.loads.staticLoads.FORCE1.G2(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.nodes.SPOINTs.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.loads.loads.SLOAD.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.loads.staticLoads.LOAD.rawFields(), pyNastran.bdf.cards.loads.loads.DLOAD.rawFields(), pyNastran.bdf.cards.methods.EIGP.rawFields(), pyNastran.bdf.cards.elements.mass.CONM1.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.optimization.DVPREL2.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAML.rawFields(), pyNastran.bdf.cards.elements.elements.CFAST.reprFields(), pyNastran.bdf.cards.elements.damper.CVISC.reprFields(), pyNastran.bdf.cards.properties.mass.NSM.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP.reprFields(), pyNastran.bdf.cards.properties.mass.PMASS.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP5.reprFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.tables.TABLED1.reprFields(), pyNastran.bdf.cards.properties.bush.PBUSH.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMPT.reprFields(), pyNastran.bdf.cards.tables.TABLED2.reprFields(), pyNastran.bdf.cards.tables.TABLED3.reprFields(), pyNastran.bdf.cards.tables.TABLEM2.reprFields(), pyNastran.bdf.cards.tables.TABLEM3.reprFields(), pyNastran.bdf.cards.tables.TABLEM4.reprFields(), pyNastran.bdf.cards.properties.bush.PBUSH1D.reprFields(), pyNastran.bdf.cards.tables.TABLES1.reprFields(), pyNastran.bdf.cards.tables.TABLEST.reprFields(), pyNastran.bdf.cards.tables.TABRNDG.reprFields(), pyNastran.bdf.cards.elements.bars.CBEAM.reprFields(), pyNastran.bdf.cards.sets.Set.SetIDs(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness1D(), pyNastran.bdf.cards.coordinateSystems.Coord.T(), and pyNastran.bdf.cards.loads.loads.RANDPS.Tid().
def pyNastran.bdf.cards.dynamic.NLPARM.reprFields | ( | self | ) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 379 of file dynamic.py.
References pyNastran.bdf.cards.dynamic.TSTEPNL.epsP, pyNastran.bdf.cards.dynamic.NLPARM.epsP, pyNastran.bdf.cards.dynamic.TSTEPNL.epsW, pyNastran.bdf.cards.dynamic.NLPARM.epsW, pyNastran.bdf.cards.dynamic.TSTEPNL.fStress, pyNastran.bdf.cards.dynamic.NLPARM.fStress, pyNastran.bdf.cards.dynamic.NLPARM.lsTol, pyNastran.bdf.cards.dynamic.TSTEPNL.maxBisect, pyNastran.bdf.cards.dynamic.NLPARM.maxBisect, pyNastran.bdf.cards.dynamic.TSTEPNL.maxDiv, pyNastran.bdf.cards.dynamic.NLPARM.maxDiv, pyNastran.bdf.cards.dynamic.TSTEPNL.maxIter, pyNastran.bdf.cards.dynamic.NLPARM.maxIter, pyNastran.bdf.cards.dynamic.NLPARM.maxLs, pyNastran.bdf.cards.dynamic.TSTEPNL.maxQn, pyNastran.bdf.cards.dynamic.NLPARM.maxQn, pyNastran.bdf.cards.dynamic.TSTEPNL.maxR, pyNastran.bdf.cards.dynamic.NLPARM.maxR, pyNastran.bdf.cards.dynamic.NLPARM.nid, pyNastran.bdf.cards.dynamic.TSTEPNL.rTolB, pyNastran.bdf.cards.dynamic.NLPARM.rTolB, and pyNastran::bdf::fieldWriter.set_blank_if_default().
Referenced by pyNastran.bdf.cards.sets.Set.reprFields().
string pyNastran::bdf::cards::dynamic.NLPARM::type = 'NLPARM' [static] |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 319 of file dynamic.py.
Referenced by pyNastran.bdf.cards.nodes.Node::__init__(), pyNastran.bdf.cards.sets.ABQSet1::__init__(), pyNastran.bdf.cards.baseCard.Property::__init__(), pyNastran.bdf.cards.baseCard.Element::__init__(), pyNastran.bdf.cards.sets.CSET1::__init__(), pyNastran.bdf.cards.dmig.NastranMatrix::__repr__(), pyNastran.bdf.cards.elements.shell.ShellElement::Area(), pyNastran.bdf.cards.properties.bars.LineProperty::areaL(), pyNastran.bdf.cards.materials.MAT2::Dplate(), pyNastran.bdf.cards.loads.staticLoads.Force::F(), pyNastran.bdf.cards.elements.shell.ShellElement::flipNormal(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.loads.staticLoads.Moment::getLoads(), pyNastran.bdf.cards.elements.shell.CTRIA3::getReprDefaults(), pyNastran.bdf.cards.properties.bars.LineProperty::IAreaL(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.damper.CDAMP1::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.elements.mass.CMASS3::Mass(), pyNastran.bdf.cards.properties.bars.PBARL::MassPerLength(), pyNastran.bdf.cards.properties.shell.PCOMP::nPlies(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.nodes.GRID::crossReference(), pyNastran.bdf.cards.loads.loads.RFORCE::crossReference(), pyNastran.bdf.cards.elements.mass.CONM1::Nid(), pyNastran.bdf.cards.nodes.RINGAX::Position(), pyNastran.bdf.cards.nodes.SPOINT::Position(), pyNastran.bdf.cards.nodes.SPOINT::rawFields(), pyNastran.bdf.cards.nodes.GRIDB::rawFields(), pyNastran.bdf.cards.loads.loads.RFORCE::rawFields(), pyNastran.bdf.cards.dynamic.TSTEPNL::reprFields(), pyNastran.bdf.cards.dynamic.NLPARM::reprFields(), and pyNastran.bdf.cards.loads.loads.TLOAD2::reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.TSTEPNL.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStressObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.ComplexMPCForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStressObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.ComplexMPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.addF06Data(), pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStrainObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStrainObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStrainObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStrainObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.getTransients(), pyNastran.bdf.cards.dynamic.TSTEP.reprFields(), pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.updateDt(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject.updateDt(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.writeF06Transient(), and pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.writeF06Transient().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.rawFields(), and pyNastran.bdf.cards.dynamic.TSTEPNL.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.rawFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.rawFields(), and pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.rawFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.rawFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.rawFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().
Definition at line 320 of file dynamic.py.
Referenced by pyNastran.bdf.cards.dynamic.NLPARM.reprFields().