oqg_constraintForces Package

oqg Module

digraph inheritance41c092219a { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.tables.oqg_constraintForces.oqg.OQG" [URL="#pyNastran.op2.tables.oqg_constraintForces.oqg.OQG",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }
This file defines the OUG Table, which contains:
  • Real/Complex SPC Forces - SPCFORCE = ALL

  • Real/Complex MPC Forces - MPCFORCE = ALL

  • Real Temperature Gradient & Flux - FLUX = ALL

class pyNastran.op2.tables.oqg_constraintForces.oqg.OQG(op2: OP2)[source]

Bases: object

property factor: int
property size: int

oqg_mpc_forces Module

digraph inheritance5e6ec12ab0 { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.op2_interface.op2_codes.Op2Codes" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.op2_objects.BaseScalarObject",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The base scalar class is used by:"]; "pyNastran.op2.op2_interface.op2_codes.Op2Codes" -> "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.op2_objects.ScalarObject" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.op2_objects.ScalarObject",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Used by all vectorized objects including:"]; "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" -> "pyNastran.op2.result_objects.op2_objects.ScalarObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.ComplexTableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.ComplexTableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="complex displacement style table"]; "pyNastran.op2.result_objects.table_object.TableArray" -> "pyNastran.op2.result_objects.table_object.ComplexTableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.RealTableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.RealTableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="displacement style table"]; "pyNastran.op2.result_objects.table_object.TableArray" -> "pyNastran.op2.result_objects.table_object.RealTableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.TableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.TableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for:"]; "pyNastran.op2.result_objects.op2_objects.ScalarObject" -> "pyNastran.op2.result_objects.table_object.TableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.ComplexMPCForcesArray" [URL="#pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.ComplexMPCForcesArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.op2.result_objects.table_object.ComplexTableArray" -> "pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.ComplexMPCForcesArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.RealMPCForcesArray" [URL="#pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.RealMPCForcesArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.op2.result_objects.table_object.RealTableArray" -> "pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.RealMPCForcesArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.ComplexMPCForcesArray(data_code, is_sort1, isubcase, dt)[source]

Bases: ComplexTableArray

write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]
class pyNastran.op2.tables.oqg_constraintForces.oqg_mpc_forces.RealMPCForcesArray(data_code, is_sort1, isubcase, dt)[source]

Bases: RealTableArray

write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]

oqg_spc_forces Module

digraph inheritance971d19cc1d { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.op2_interface.op2_codes.Op2Codes" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.op2_objects.BaseScalarObject",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The base scalar class is used by:"]; "pyNastran.op2.op2_interface.op2_codes.Op2Codes" -> "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.op2_objects.ScalarObject" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.op2_objects.ScalarObject",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Used by all vectorized objects including:"]; "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" -> "pyNastran.op2.result_objects.op2_objects.ScalarObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.ComplexTableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.ComplexTableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="complex displacement style table"]; "pyNastran.op2.result_objects.table_object.TableArray" -> "pyNastran.op2.result_objects.table_object.ComplexTableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.RealTableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.RealTableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="displacement style table"]; "pyNastran.op2.result_objects.table_object.TableArray" -> "pyNastran.op2.result_objects.table_object.RealTableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.TableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.TableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for:"]; "pyNastran.op2.result_objects.op2_objects.ScalarObject" -> "pyNastran.op2.result_objects.table_object.TableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.ComplexSPCForcesArray" [URL="#pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.ComplexSPCForcesArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.op2.result_objects.table_object.ComplexTableArray" -> "pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.ComplexSPCForcesArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.RealSPCForcesArray" [URL="#pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.RealSPCForcesArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.op2.result_objects.table_object.RealTableArray" -> "pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.RealSPCForcesArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.ComplexSPCForcesArray(data_code, is_sort1, isubcase, dt)[source]

Bases: ComplexTableArray

write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]
class pyNastran.op2.tables.oqg_constraintForces.oqg_spc_forces.RealSPCForcesArray(data_code, is_sort1, isubcase, dt)[source]

Bases: RealTableArray

write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]

oqg_thermal_gradient_and_flux Module

digraph inheritance39715f8d05 { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.op2_interface.op2_codes.Op2Codes" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled"]; "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.op2_objects.BaseScalarObject",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The base scalar class is used by:"]; "pyNastran.op2.op2_interface.op2_codes.Op2Codes" -> "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.op2_objects.ScalarObject" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.op2_objects.ScalarObject",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Used by all vectorized objects including:"]; "pyNastran.op2.result_objects.op2_objects.BaseScalarObject" -> "pyNastran.op2.result_objects.op2_objects.ScalarObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.RealTableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.RealTableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="displacement style table"]; "pyNastran.op2.result_objects.table_object.TableArray" -> "pyNastran.op2.result_objects.table_object.RealTableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.result_objects.table_object.TableArray" [URL="../result_objects/pyNastran.op2.result_objects.html#pyNastran.op2.result_objects.table_object.TableArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for:"]; "pyNastran.op2.result_objects.op2_objects.ScalarObject" -> "pyNastran.op2.result_objects.table_object.TableArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.tables.oqg_constraintForces.oqg_thermal_gradient_and_flux.RealTemperatureGradientAndFluxArray" [URL="#pyNastran.op2.tables.oqg_constraintForces.oqg_thermal_gradient_and_flux.RealTemperatureGradientAndFluxArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.op2.result_objects.table_object.RealTableArray" -> "pyNastran.op2.tables.oqg_constraintForces.oqg_thermal_gradient_and_flux.RealTemperatureGradientAndFluxArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class pyNastran.op2.tables.oqg_constraintForces.oqg_thermal_gradient_and_flux.RealTemperatureGradientAndFluxArray(data_code, is_sort1, isubcase, dt)[source]

Bases: RealTableArray

write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]