pyNastran/f06

This is the pyNastran.f06.rst file.

f06_writer Module

Inheritance diagram of pyNastran.f06.f06_writer
defines the F06Writer class and:
  • write_f06(…)
pyNastran.f06.f06_writer.make_end(end_flag=False, options=None)[source]

creates the F06 footer

pyNastran.f06.f06_writer.make_f06_header()[source]
pyNastran.f06.f06_writer.make_stamp(title, today=None, build=None)[source]
pyNastran.f06.f06_writer.sorted_bulk_data_header()[source]

creates the bulk data echo header

f06_formatting Module

pyNastran.f06.f06_formatting.get_key0(adict)[source]

Gets the “first” key in a dictionary

The entry is kind of irrelevant.

pyNastran.f06.f06_formatting.get_key0_compare(adict)[source]

Gets the “first” key in a dictionary

The entry is kind of irrelevant.

pyNastran.f06.f06_formatting.write_float_12e(val)[source]

writes a Nastran formatted 12.5 float

pyNastran.f06.f06_formatting.write_float_13e(val)[source]

writes a Nastran formatted 13.6 float

pyNastran.f06.f06_formatting.write_floats_10e(vals)[source]

writes a series of Nastran formatted 10.3 floats

pyNastran.f06.f06_formatting.write_floats_12e(vals)[source]

writes a series of Nastran formatted 12.5 floats

pyNastran.f06.f06_formatting.write_floats_13e(vals)[source]

writes a series of Nastran formatted 13.6 floats

pyNastran.f06.f06_formatting.write_floats_8p1e(vals)[source]

writes an 8.1E formatted number

pyNastran.f06.f06_formatting.write_floats_8p4f(vals)[source]

writes an 8.4F formatted number

pyNastran.f06.f06_formatting.write_imag_floats_13e(vals, is_mag_phase)[source]

errors Module

Inheritance diagram of pyNastran.f06.errors
exception pyNastran.f06.errors.FatalError[source]

Bases: RuntimeError